Searched refs:host_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() 126 if (host_status) { in sg_err_category_new() 127 if (IN_SET(host_status, DID_NO_CONNECT, DID_BUS_BUSY, DID_TIME_OUT)) in sg_err_category_new() 139 hp->host_status, hp->driver_status, in sg_err_category3() 233 if (!io->status && !io->host_status && !io->msg_status && in scsi_dump() 243 dev_scsi->kernel, io->driver_status, io->host_status, io->msg_status, io->status); in scsi_dump()
|
/systemd-251/src/udev/ata_id/ |
D | ata_id.c | 82 io_hdr.host_status == 0 && in disk_scsi_inquiry_command()
|