Searched refs:host_status (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dauth-rh-rsa.c45 HostStatus host_status; local
54 host_status = check_key_in_hostfiles(pw, client_host_key,
58 return (host_status == HOST_OK);
H A Dauth2-hostbased.c145 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);
H A Dauth.c372 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;
H A Dsshconnect.c697 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) {
/external/strace/
H A Dscsi.c76 tprintf("], host_status=%#x, ", sg_io->host_status);
/external/valgrind/main/include/vki/
H A Dvki-linux.h1688 unsigned short host_status; /* [o] errors from host adapter */ member in struct:vki_sg_io_hdr

Completed in 425 milliseconds