/external/strace/tests/ |
D | ioctl_sg_io_v3.c | 105 sg_io->host_status, in main() 148 sg_io->host_status, in main() 213 sg_io->host_status, in main() 263 sg_io->host_status, in main() 312 sg_io->host_status, in main() 361 sg_io->host_status, in main() 405 sg_io->host_status, in main()
|
/external/strace/tests-mx32/ |
D | ioctl_sg_io_v3.c | 105 sg_io->host_status, in main() 148 sg_io->host_status, in main() 213 sg_io->host_status, in main() 263 sg_io->host_status, in main() 312 sg_io->host_status, in main() 361 sg_io->host_status, in main() 405 sg_io->host_status, in main()
|
/external/strace/tests-m32/ |
D | ioctl_sg_io_v3.c | 105 sg_io->host_status, in main() 148 sg_io->host_status, in main() 213 sg_io->host_status, in main() 263 sg_io->host_status, in main() 312 sg_io->host_status, in main() 361 sg_io->host_status, in main() 405 sg_io->host_status, in main()
|
/external/openssh/ |
D | auth2-hostbased.c | 165 HostStatus host_status; in hostbased_key_allowed() local 213 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed() 218 if (host_status == HOST_NEW) { in hostbased_key_allowed() 219 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed() 225 if (host_status == HOST_OK) { in hostbased_key_allowed() 244 return (host_status == HOST_OK); in hostbased_key_allowed()
|
D | auth.c | 436 HostStatus host_status; in check_key_in_hostfiles() local 460 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles() 461 if (host_status == HOST_REVOKED) in check_key_in_hostfiles() 464 else if (host_status == HOST_OK) in check_key_in_hostfiles() 472 return host_status; in check_key_in_hostfiles()
|
D | sshconnect.c | 812 HostStatus host_status; in check_host_key() local 880 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key() 891 if (host_status == HOST_CHANGED && in check_host_key() 897 ip_status = host_status; in check_host_key() 899 switch (host_status) { in check_host_key() 1172 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key() 1179 if (host_status == HOST_OK) { in check_host_key() 1214 if (want_cert && host_status != HOST_REVOKED) { in check_host_key()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | sg_err.h | 120 extern void sg_print_host_status(int host_status); 126 int host_status, int driver_status, 144 extern int sg_err_category(int masked_status, int host_status, 148 extern int sg_err_category_new(int scsi_status, int host_status,
|
D | sg_err.c | 1178 void sg_print_host_status(int host_status) in sg_print_host_status() argument 1187 fprintf(OUTP, "Host_status=0x%02x", host_status); in sg_print_host_status() 1188 if (host_status > maxcode) { in sg_print_host_status() 1192 fprintf(OUTP, "(%s) ", hostbyte_table[host_status]); in sg_print_host_status() 1226 int host_status, int driver_status, in sg_sense_print() argument 1233 if ((0 == scsi_status) && (0 == host_status) && (0 == driver_status)) in sg_sense_print() 1249 if (0 != host_status) { in sg_sense_print() 1256 sg_print_host_status(host_status); in sg_sense_print() 1278 return sg_sense_print(leadin, hp->status, hp->host_status, in sg_chk_n_print3() 1284 int host_status, int driver_status, in sg_chk_n_print() argument [all …]
|
D | scsimain.c | 800 isghp->host_status, isghp->driver_status, in run_sg_scan_tests() 4686 rsghp->host_status, rsghp->driver_status, in find_out_about_buffer() 5075 res = sg_err_category(sghp->target_status, sghp->host_status, in do_sg_io() 5086 sghp->host_status, sghp->driver_status, in do_sg_io()
|
/external/kernel-headers/original/scsi/ |
D | sg.h | 63 unsigned short host_status; /* [o] errors from host adapter */ member 232 unsigned int host_status:8; /* [o] host status (see "DID" codes) */ member
|
/external/strace/mpers-mx32/ |
D | struct_sg_io_hdr.h | 22 uint16_t host_status; member
|
/external/strace/mpers-m32/ |
D | struct_sg_io_hdr.h | 22 uint16_t host_status; member
|
/external/fio/engines/ |
D | sg.c | 586 if (hdr->host_status) { in fio_sgio_errdetails() 587 snprintf(msgchunk, MAXMSGCHUNK, "SG Host Status: 0x%02x; ", hdr->host_status); in fio_sgio_errdetails() 589 switch (hdr->host_status) { in fio_sgio_errdetails()
|
/external/strace/ |
D | sg_io_v3.c | 148 tprintf(", host_status=%#x", sg_io.host_status); in decode_response()
|
/external/autotest/scheduler/ |
D | monitor_db_functional_test.py | 406 host_status=None): argument 408 if host_status: 409 self._check_host_status(queue_entry.host, host_status)
|
/external/autotest/client/cros/ |
D | power_status.py | 1686 _, _, _, _, status, host_status, driver_status = \ 1690 if host_status != 0: 1691 raise error.TestError('SG_IO host status: %d' % host_status)
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 1813 unsigned short host_status; /* [o] errors from host adapter */ member
|