/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_io_linux.c | 68 sg_print_host_status(int host_status) in sg_print_host_status() argument 70 pr2ws("Host_status=0x%02x ", host_status); in sg_print_host_status() 71 if ((host_status < 0) || (host_status >= LINUX_HOST_BYTES_SZ)) in sg_print_host_status() 74 pr2ws("[%s] ", linux_host_bytes[host_status]); in sg_print_host_status() 119 sg_linux_sense_print(const char * leadin, int scsi_status, int host_status, in sg_linux_sense_print() argument 127 if ((0 == scsi_status) && (0 == host_status) && (0 == driver_status)) in sg_linux_sense_print() 143 if (0 != host_status) { in sg_linux_sense_print() 150 sg_print_host_status(host_status); in sg_linux_sense_print() 190 return sg_linux_sense_print(leadin, hp->status, hp->host_status, in sg_chk_n_print3() 199 sg_chk_n_print(const char * leadin, int masked_status, int host_status, in sg_chk_n_print() argument [all …]
|
D | sg_pt_linux.c | 882 ptp->io_hdr.transport_status = (__u32)v3_hdr.host_status; in do_scsi_pt_v3()
|
/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/ |
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/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_io_linux.h | 141 void sg_print_host_status(int host_status); 148 int sg_chk_n_print(const char * leadin, int masked_status, int host_status, 166 int sg_err_category(int masked_status, int host_status, int driver_status, 169 int sg_err_category_new(int scsi_status, int host_status, int driver_status,
|
/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 | 64 unsigned short host_status; /* [o] errors from host adapter */ member 232 unsigned int host_status:8; /* [o] host status (see "DID" codes) */ member
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | grf_rv1108.h | 105 u32 host_status; member
|
/external/strace/ |
D | sg_io_v3.c | 152 PRINT_FIELD_X(", ", sg_io, host_status); in decode_response()
|
/external/autotest/scheduler/ |
D | monitor_db_functional_test.py | 412 host_status=None): argument 414 if host_status: 415 self._check_host_status(queue_entry.host, host_status)
|
/external/syzkaller/sys/linux/ |
D | sg.txt | 67 host_status const[0, int16]
|
/external/autotest/client/cros/power/ |
D | power_status.py | 2173 _, _, _, _, status, host_status, driver_status = \ 2177 if host_status != 0: 2178 raise error.TestError('SG_IO host status: %d' % host_status)
|