Lines Matching refs:id_search
485 *id_search, char *serial, char *serial_short,
496 if (id_search->id_type != SCSI_ID_TGTGROUP)
502 if ((page_83[1] & 0x0f) != id_search->id_type)
508 if ((id_search->naa_type != SCSI_ID_NAA_DONT_CARE) &&
509 (id_search->naa_type != (page_83[4] & 0xf0) >> 4))
515 if ((page_83[0] & 0x0f) != id_search->code_set)
532 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC)
541 if (id_search->id_type == SCSI_ID_TGTGROUP && tgpt_group != NULL) {
549 serial[0] = hex_str[id_search->id_type];
557 if (id_search->id_type == SCSI_ID_VENDOR_SPECIFIC)
583 if (id_search->id_type == SCSI_ID_NAA && wwn != NULL) {
598 *id_search, char *serial, char *serial_short, int max_len)
602 serial[0] = hex_str[id_search->id_type];