Home
last modified time | relevance | path

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

/systemd-251/src/udev/scsi_id/
Dscsi_serial.c435 if (id_search->id_type != SCSI_ID_TGTGROUP) in check_fill_0x83_id()
440 if ((page_83[1] & 0x0f) != id_search->id_type) in check_fill_0x83_id()
470 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC) in check_fill_0x83_id()
479 if (id_search->id_type == SCSI_ID_TGTGROUP && tgpt_group != NULL) { in check_fill_0x83_id()
487 serial[0] = hex_str[id_search->id_type]; in check_fill_0x83_id()
495 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC) in check_fill_0x83_id()
521 if (id_search->id_type == SCSI_ID_NAA && wwn != NULL) { in check_fill_0x83_id()
Dscsi.h81 u_char id_type; member