Searched defs:driver_status (Results 1 - 1 of 1) sorted by relevance
/systemd/src/udev/scsi_id/ |
H A D | scsi_serial.c | 106 host_status, int driver_status, const 115 if (!scsi_status && !host_status && !driver_status) 120 ((driver_status & 0xf) == DRIVER_SENSE)) { 151 if (driver_status) { 152 if (driver_status == DRIVER_TIMEOUT) 162 hp->host_status, hp->driver_status, 169 hp->transport_status, hp->driver_status, 276 !io->driver_status) { 285 dev_scsi->kernel, io->driver_status, io->host_status, io->msg_status, io->status); 296 !io->driver_status) { 104 sg_err_category_new(struct udev *udev, int scsi_status, int msg_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument [all...] |
Completed in 1956 milliseconds