Searched defs:scsi_status (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/scsi_id/
H A Dscsi_serial.c105 int scsi_status, int msg_status, int
109 scsi_status &= 0x7e;
115 if (!scsi_status && !host_status && !driver_status)
118 if ((scsi_status == SCSI_CHECK_CONDITION) ||
119 (scsi_status == SCSI_COMMAND_TERMINATED) ||
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

Completed in 13 milliseconds