Searched refs:host_status (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauth-rh-rsa.c48 HostStatus host_status; local
57 host_status = check_key_in_hostfiles(pw, client_host_key,
61 return (host_status == HOST_OK);
H A Dauth2-hostbased.c165 HostStatus host_status; local
213 host_status = check_key_in_hostfiles(pw, key, lookup,
218 if (host_status == HOST_NEW) {
219 host_status = check_key_in_hostfiles(pw, key, lookup,
225 if (host_status == HOST_OK) {
244 return (host_status == HOST_OK);
H A Dsshconnect.c814 HostStatus host_status; local
882 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
893 if (host_status == HOST_CHANGED &&
899 ip_status = host_status;
901 switch (host_status) {
1174 if (options.check_host_ip && host_status != HOST_CHANGED &&
1181 if (host_status == HOST_OK) {
1216 if (want_cert && host_status != HOST_REVOKED) {
H A Dauth.c428 HostStatus host_status; local
452 host_status = check_key_in_hostkeys(hostkeys, key, &found);
453 if (host_status == HOST_REVOKED)
456 else if (host_status == HOST_OK)
464 return host_status;
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_sg.h55 u_short host_status; member in struct:sg_io_hdr
80 u_short host_status; member in struct:sg_io_hdr32
101 u_int host_status:8; member in struct:sg_header
H A Dscsi_sg.c595 req->host_status = DID_ERROR;
603 sg_scsiio_status(csio, &req->host_status, &req->driver_status);
843 hdr->host_status = hstat;
/freebsd-10-stable/sys/pci/
H A Dncr.c767 #define host_status phys.header.status[1] macro
4119 cp->host_status = nego ? HS_NEGOTIATE : HS_BUSY;
4435 cp->host_status,cp->s_status);
4482 if (cp->host_status==HS_COMPLETE)
4483 cp->host_status = HS_FAIL;
4489 if (cp->host_status == HS_COMPLETE) {
4522 } else if (cp->host_status == HS_SEL_TIMEOUT) {
4529 } else if (cp->host_status == HS_TIMEOUT) {
4535 } else if (cp->host_status == HS_STALL) {
4544 cp->host_status, c
[all...]
/freebsd-10-stable/sys/dev/ahb/
H A Dahbreg.h180 } host_status; typedef in typeref:enum:__anon7674
/freebsd-10-stable/sys/dev/sym/
H A Dsym_hipd.c1292 #define host_status phys.head.status[1] macro
4028 cp->host_status = hsts;
4523 cp->host_status = HS_BUSY;
4629 if (cp->host_status == HS_WAIT)
4794 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
4852 if (cp->host_status != HS_DISCONNECT ||
4957 if (cp->host_status != HS_DISCONNECT)
4989 if (cp->host_status != HS_BUSY &&
4990 cp->host_status != HS_NEGOTIATE)
5101 if (cp->host_status !
[all...]
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c375 CP(io32, io, host_status);
401 CP(io, io32, host_status);
/freebsd-10-stable/sys/dev/advansys/
H A Dadwcam.c406 acb->queue.host_status = 0;
1298 if (acb->queue.host_status == QHSTA_NO_ERROR
1338 switch (acb->queue.host_status) {
1404 acb->queue.host_status);
H A Dadwlib.h393 u_int8_t host_status; /* Ucode host status. */ member in struct:adw_scsi_req_q
/freebsd-10-stable/sys/dev/dpt/
H A Ddpt.h865 u_int8_t host_status; member in struct:eata_pass_through
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c2663 CP(io32, io, host_status);
2689 CP(io, io32, host_status);

Completed in 243 milliseconds