Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth2-hostbased.c232 if (host_status == HOST_OK) { in hostbased_key_allowed()
251 return (host_status == HOST_OK); in hostbased_key_allowed()
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator
H A Dsshconnect.c1048 case HOST_OK: in check_host_key()
1076 (ip_status == HOST_OK && ip_found != NULL && in check_host_key()
1260 else if (ip_status == HOST_OK) in check_host_key()
1371 if (host_status == HOST_OK) { in check_host_key()
H A Dhostfile.c379 end_return = HOST_OK; in check_hostkeys_by_key_or_type()
386 end_return = HOST_OK; in check_hostkeys_by_key_or_type()
H A Dauth.c402 else if (host_status == HOST_OK) in check_key_in_hostfiles()
/openbsd/sys/dev/ic/
H A Diha.h76 #define HOST_OK 0x00 /* OK - operation a success */ macro
H A Diha.c481 pScb->SCB_HaStat = HOST_OK; in iha_scb_free()
967 && (pScb->SCB_HaStat == HOST_OK) in iha_scsi()
1024 return (HOST_OK); in iha_data_over_run()
1458 iha_append_done_scb(sc, pScb, HOST_OK); in iha_state_8()
2280 iha_append_done_scb(sc, sc->HCS_ActScb, HOST_OK); in iha_wait()
2330 case HOST_OK: in iha_done_scb()