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

/systemd/src/udev/scsi_id/
H A Dscsi_serial.c480 *id_search, char *serial, char *serial_short,
491 if (id_search->id_type != SCSI_ID_TGTGROUP)
496 if ((page_83[1] & 0x0f) != id_search->id_type)
502 if ((id_search->naa_type != SCSI_ID_NAA_DONT_CARE) &&
503 (id_search->naa_type != (page_83[4] & 0xf0) >> 4))
509 if ((page_83[0] & 0x0f) != id_search->code_set)
526 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC)
535 if (id_search->id_type == SCSI_ID_TGTGROUP && tgpt_group != NULL) {
543 serial[0] = hex_str[id_search->id_type];
551 if (id_search
476 check_fill_0x83_id(struct udev *udev, struct scsi_id_device *dev_scsi, unsigned char *page_83, const struct scsi_id_search_values *id_search, char *serial, char *serial_short, int max_len, char *wwn, char *wwn_vendor_extension, char *tgpt_group) argument
587 check_fill_0x83_prespc3(struct udev *udev, struct scsi_id_device *dev_scsi, unsigned char *page_83, const struct scsi_id_search_values *id_search, char *serial, char *serial_short, int max_len) argument
[all...]

Completed in 12 milliseconds