Searched refs:page_83 (Results 1 - 1 of 1) sorted by relevance
/systemd/src/udev/scsi_id/ |
H A D | scsi_serial.c | 478 unsigned char *page_83, 490 if ((page_83[1] & 0x30) == 0x10) { 493 } else if ((page_83[1] & 0x30) != 0) 496 if ((page_83[1] & 0x0f) != id_search->id_type) 503 (id_search->naa_type != (page_83[4] & 0xf0) >> 4)) 509 if ((page_83[0] & 0x0f) != id_search->code_set) 513 * page_83[3]: identifier length 515 len = page_83[3]; 516 if ((page_83[0] & 0x0f) != SCSI_ID_ASCII) 538 group = ((unsigned int)page_83[ 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 618 unsigned char page_83[SCSI_INQ_BUFF_LEN]; local 708 unsigned char page_83[SCSI_INQ_BUFF_LEN]; local [all...] |
Completed in 2468 milliseconds