Searched refs:driver_status (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/udev/scsi_id/ |
D | scsi_serial.c | 89 host_status, int driver_status, const in sg_err_category_new() argument 97 if (!scsi_status && !host_status && !driver_status) in sg_err_category_new() 101 (driver_status & 0xf) == DRIVER_SENSE) { in sg_err_category_new() 130 if (driver_status) { in sg_err_category_new() 131 if (driver_status == DRIVER_TIMEOUT) in sg_err_category_new() 139 hp->host_status, hp->driver_status, in sg_err_category3() 145 hp->transport_status, hp->driver_status, in sg_err_category4() 234 !io->driver_status) in scsi_dump() 243 dev_scsi->kernel, io->driver_status, io->host_status, io->msg_status, io->status); in scsi_dump() 252 !io->driver_status) in scsi_dump_v4() [all …]
|
/systemd-251/src/udev/ata_id/ |
D | ata_id.c | 83 io_hdr.driver_status == 0)) { in disk_scsi_inquiry_command() 94 io_v4.driver_status == 0)) { in disk_scsi_inquiry_command()
|