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.c175 HostStatus host_status; in hostbased_key_allowed() local
231 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
236 if (host_status == HOST_NEW) { in hostbased_key_allowed()
237 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
243 if (host_status == HOST_OK) { in hostbased_key_allowed()
262 return (host_status == HOST_OK); in hostbased_key_allowed()
H A Dauth.c426 HostStatus host_status; in check_key_in_hostfiles() local
450 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()
451 if (host_status == HOST_REVOKED) in check_key_in_hostfiles()
454 else if (host_status == HOST_OK) in check_key_in_hostfiles()
462 return host_status; in check_key_in_hostfiles()
H A Dsshconnect.c1002 HostStatus host_status = -1, ip_status = -1; in check_host_key() local
1096 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1115 if (host_status == HOST_CHANGED && in check_host_key()
1121 ip_status = host_status; in check_host_key()
1123 switch (host_status) { in check_host_key()
1440 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
1447 if (host_status == HOST_OK) { in check_host_key()
1485 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.c1278 #define host_status phys.head.status[1] macro
4008 cp->host_status = hsts; in sym_recover_scsi_int()
4504 cp->host_status = HS_BUSY; in sym_int_ma()
4610 if (cp->host_status == HS_WAIT) in sym_flush_comp_queue()
4776 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; in sym_sir_bad_scsi_status()
4834 if (cp->host_status != HS_DISCONNECT || in sym_clear_tasks()
4939 if (cp->host_status != HS_DISCONNECT) in sym_sir_task_recovery()
4971 if (cp->host_status != HS_BUSY && in sym_sir_task_recovery()
4972 cp->host_status != HS_NEGOTIATE) in sym_sir_task_recovery()
5083 if (cp->host_status != HS_DISCONNECT) in sym_sir_task_recovery()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2655 CP(io32, io, host_status); in linux_ioctl_sg_io()
2681 CP(io, io32, host_status); in linux_ioctl_sg_io()