HomeSort by relevance Sort by last modified time
    Searched defs:host_status (Results 1 - 8 of 8) sorted by null

  /external/openssh/
auth-rh-rsa.c 45 HostStatus host_status; local
54 host_status = check_key_in_hostfiles(pw, client_host_key,
58 return (host_status == HOST_OK);
auth2-hostbased.c 145 HostStatus host_status; local
185 host_status = check_key_in_hostfiles(pw, key, lookup,
190 if (host_status == HOST_NEW) {
191 host_status = check_key_in_hostfiles(pw, key, lookup,
197 if (host_status == HOST_OK) {
213 return (host_status == HOST_OK);
auth.c 372 HostStatus host_status; local
396 host_status = check_key_in_hostkeys(hostkeys, key, &found);
397 if (host_status == HOST_REVOKED)
400 else if (host_status == HOST_OK)
408 return host_status;
sshconnect.c 697 HostStatus host_status; local
764 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
775 if (host_status == HOST_CHANGED &&
781 ip_status = host_status;
783 switch (host_status) {
1048 if (options.check_host_ip && host_status != HOST_CHANGED &&
1055 if (host_status == HOST_OK) {
1084 if (want_cert && host_status != HOST_REVOKED) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h 63 unsigned short int host_status; /* [o] errors from host adapter */ member in struct:sg_io_hdr
236 unsigned int host_status:8; member in struct:sg_header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h 63 unsigned short int host_status; /* [o] errors from host adapter */ member in struct:sg_io_hdr
236 unsigned int host_status:8; member in struct:sg_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h 63 unsigned short int host_status; /* [o] errors from host adapter */ member in struct:sg_io_hdr
236 unsigned int host_status:8; member in struct:sg_header
  /external/valgrind/main/include/vki/
vki-linux.h 1688 unsigned short host_status; \/* [o] errors from host adapter *\/ member in struct:vki_sg_io_hdr
    [all...]

Completed in 874 milliseconds