Home
last modified time | relevance | path

Searched refs:SCSI_ID_VENDOR_SPECIFIC (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/udev/scsi_id/
Dscsi_serial.c58 { SCSI_ID_VENDOR_SPECIFIC, SCSI_ID_NAA_DONT_CARE, SCSI_ID_BINARY },
59 { SCSI_ID_VENDOR_SPECIFIC, SCSI_ID_NAA_DONT_CARE, SCSI_ID_ASCII },
470 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC) in check_fill_0x83_id()
495 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC) in check_fill_0x83_id()
Dscsi.h56 #define SCSI_ID_VENDOR_SPECIFIC 0 macro