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

  /external/openssh/
auth-rh-rsa.c 48 HostStatus host_status; local
57 host_status = check_key_in_hostfiles(pw, client_host_key,
61 return (host_status == HOST_OK);
auth2-hostbased.c 164 HostStatus host_status; local
212 host_status = check_key_in_hostfiles(pw, key, lookup,
217 if (host_status == HOST_NEW) {
218 host_status = check_key_in_hostfiles(pw, key, lookup,
224 if (host_status == HOST_OK) {
243 return (host_status == HOST_OK);
auth.c 417 HostStatus host_status; local
441 host_status = check_key_in_hostkeys(hostkeys, key, &found);
442 if (host_status == HOST_REVOKED)
445 else if (host_status == HOST_OK)
453 return host_status;
sshconnect.c 810 HostStatus host_status; local
878 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
889 if (host_status == HOST_CHANGED &&
895 ip_status = host_status;
897 switch (host_status) {
    [all...]
  /external/strace/mpers-m32/
struct_sg_io_hdr.h 22 uint16_t host_status; member in struct:__anon30294
  /external/strace/mpers-mx32/
struct_sg_io_hdr.h 22 uint16_t host_status; member in struct:__anon30443
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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
  /bionic/libc/kernel/android/scsi/
sg.h 50 unsigned short host_status; member in struct:sg_io_hdr
162 unsigned int host_status : 8; member in struct:sg_header
  /external/kernel-headers/original/scsi/
sg.h 63 unsigned short host_status; /* [o] errors from host adapter */ member in struct:sg_io_hdr
232 unsigned int host_status:8; /* [o] host status (see "DID" codes) */ member in struct:sg_header
  /external/valgrind/include/vki/
vki-linux.h 1800 unsigned short host_status; \/* [o] errors from host adapter *\/ member in struct:vki_sg_io_hdr
    [all...]

Completed in 299 milliseconds