Home
last modified time | relevance | path

Searched refs:host_status (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dauth2-hostbased.c173 HostStatus host_status; in hostbased_key_allowed() local
220 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
225 if (host_status == HOST_NEW) { in hostbased_key_allowed()
226 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
232 if (host_status == HOST_OK) { in hostbased_key_allowed()
251 return (host_status == HOST_OK); in hostbased_key_allowed()
H A Dauth.c374 HostStatus host_status; in check_key_in_hostfiles() local
398 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()
399 if (host_status == HOST_REVOKED) in check_key_in_hostfiles()
402 else if (host_status == HOST_OK) in check_key_in_hostfiles()
410 return host_status; in check_key_in_hostfiles()
H A Dsshconnect.c926 HostStatus host_status = -1, ip_status = -1; in check_host_key() local
1020 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1039 if (host_status == HOST_CHANGED && in check_host_key()
1045 ip_status = host_status; in check_host_key()
1047 switch (host_status) { in check_host_key()
1364 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
1371 if (host_status == HOST_OK) { in check_host_key()
1408 if (want_cert && host_status != HOST_REVOKED) { in check_host_key()
/openbsd/usr.sbin/relayd/
H A Dutil.c143 host_status(enum host_status status) in host_status() function
H A Dhce.c267 host_status(host->last_up), host_status(host->up), in hce_notify_done()
H A Drelayd.h488 enum host_status { enum
1166 const char *host_status(enum host_status);
/openbsd/sys/dev/ic/
H A Dadw.c996 switch (scsiq->host_status) { in adw_isr_callback()
1059 ,sc->sc_dev.dv_xname, scsiq->host_status); in adw_isr_callback()
1081 ,sc->sc_dev.dv_xname, scsiq->host_status); in adw_isr_callback()
1094 ,sc->sc_dev.dv_xname, scsiq->host_status); in adw_isr_callback()
1113 ,scsiq->host_status in adw_isr_callback()
H A Dadwlib.c1692 scsiq->host_status = QHSTA_M_INVALID_DEVICE; in AdwExeScsiQueue()
2037 scsiq->host_status = scsiq->scsi_status = 0; in AdwISR()
H A Dadwlib.h810 u_int8_t host_status; /* ,uCode host status. (see below) */ member
/openbsd/sys/dev/pci/
H A Dvmwpvs.c134 u_int16_t host_status; member
213 u_int16_t host_status; member
653 hdr->host_status = VMWPVS_HOST_STATUS_INVPARAM; in vmwpvs_get_config()
662 if (hdr->host_status != VMWPVS_HOST_STATUS_SUCCESS || in vmwpvs_get_config()
1035 switch (c->host_status) { in vmwpvs_scsi_cmd_done()
1059 __FUNCTION__, __LINE__, c->host_status, c->scsi_status); in vmwpvs_scsi_cmd_done()