Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
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.c427 HostStatus host_status; in check_key_in_hostfiles() local
451 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()
452 if (host_status == HOST_REVOKED) in check_key_in_hostfiles()
455 else if (host_status == HOST_OK) in check_key_in_hostfiles()
463 return host_status; in check_key_in_hostfiles()
H A Dsshconnect.c940 HostStatus host_status = -1, ip_status = -1; in check_host_key() local
1028 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1047 if (host_status == HOST_CHANGED && in check_host_key()
1053 ip_status = host_status; in check_host_key()
1055 switch (host_status) { in check_host_key()
1372 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
1379 if (host_status == HOST_OK) { in check_host_key()
1416 if (want_cert && host_status != HOST_REVOKED) { in check_host_key()
/freebsd/sys/cam/scsi/
H A Dscsi_sg.h53 u_short host_status; member
78 u_short host_status; member
99 u_int host_status:8; member
H A Dscsi_sg.c585 req->host_status = DID_ERROR; in sgioctl()
593 sg_scsiio_status(csio, &req->host_status, &req->driver_status); in sgioctl()
833 hdr->host_status = hstat; in sgread()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c150 CP(io32, io, host_status); in freebsd32_ioctl_sg()
176 CP(io, io32, host_status); in freebsd32_ioctl_sg()
/freebsd/sys/dev/vmware/pvscsi/
H A Dpvscsi.h129 uint16_t host_status; member
H A Dpvscsi.c899 btstat = e->host_status; in pvscsi_process_completion()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1281 #define host_status phys.head.status[1] macro
4013 cp->host_status = hsts; in sym_recover_scsi_int()
4508 cp->host_status = HS_BUSY; in sym_int_ma()
4614 if (cp->host_status == HS_WAIT) in sym_flush_comp_queue()
4780 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; in sym_sir_bad_scsi_status()
4838 if (cp->host_status != HS_DISCONNECT || in sym_clear_tasks()
4943 if (cp->host_status != HS_DISCONNECT) in sym_sir_task_recovery()
4975 if (cp->host_status != HS_BUSY && in sym_sir_task_recovery()
4976 cp->host_status != HS_NEGOTIATE) in sym_sir_task_recovery()
5087 if (cp->host_status != HS_DISCONNECT) in sym_sir_task_recovery()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2533 CP(io32, io, host_status); in linux_ioctl_sg_io()
2559 CP(io, io32, host_status); in linux_ioctl_sg_io()