Home
last modified time | relevance | path

Searched refs:HOST_OK (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND enumerator
Dauth-rh-rsa.c57 return (host_status == HOST_OK); in auth_rhosts_rsa_key_allowed()
Dauth.c291 if (host_status != HOST_OK && userfile != NULL) { in check_key_in_hostfiles()
310 debug2("check_key_in_hostfiles: key %s for %s", host_status == HOST_OK ? in check_key_in_hostfiles()
Dauth2-hostbased.c188 return (host_status == HOST_OK); in hostbased_key_allowed()
Dsshconnect.c703 case HOST_OK: in check_host_key()
832 else if (ip_status == HOST_OK) in check_host_key()
937 if (host_status == HOST_OK) { in check_host_key()
Dhostfile.c278 return HOST_OK; in check_host_in_hostfile_by_key_or_type()
/mirbsd/src/sys/dev/ic/
Diha.h76 #define HOST_OK 0x00 /* OK - operation a success */ macro
Diha.c556 pScb->SCB_HaStat = HOST_OK;
1079 && (pScb->SCB_HaStat == HOST_OK)
1137 return (HOST_OK);
1594 iha_append_done_scb(sc, pScb, HOST_OK);
2466 iha_append_done_scb(sc, sc->HCS_ActScb, HOST_OK);
2518 case HOST_OK: