Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-hostbased.c176 HostStatus host_status; in hostbased_key_allowed() local
223 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
228 if (host_status == HOST_NEW) { in hostbased_key_allowed()
229 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
235 if (host_status == HOST_OK) { in hostbased_key_allowed()
254 return (host_status == HOST_OK); in hostbased_key_allowed()
H A Dsshconnect.c1000 HostStatus host_status = -1, ip_status = -1; in check_host_key() local
1094 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1113 if (host_status == HOST_CHANGED && in check_host_key()
1119 ip_status = host_status; in check_host_key()
1121 switch (host_status) { in check_host_key()
1438 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
1445 if (host_status == HOST_OK) { in check_host_key()
1482 if (want_cert && host_status != HOST_REVOKED) { in check_host_key()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_sg.c166 lreq.host_status = bsd_to_linux_host_status(req.retsts); in linux_ioctl_sg()
278 lr->host_status, lr->driver_status, lr->resid, lr->duration, in dump_sg_io()
H A Dlinux_sg.h83 unsigned short host_status; member
/netbsd-src/sys/dev/ic/
H A Dadw.c1059 if ((scsiq->host_status == QHSTA_NO_ERROR) && in adw_isr_callback()
1090 switch (scsiq->host_status) { in adw_isr_callback()
1190 device_xname(sc->sc_dev), scsiq->host_status); in adw_isr_callback()
H A Dadwlib.h735 u_int8_t host_status; /* ,uCode host status. (see below) */ member
H A Dadwlib.c1706 scsiq->host_status = QHSTA_M_INVALID_DEVICE;
2053 scsiq->host_status = scsiq->scsi_status = 0;