Searched refs:page_83 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/scsi_id/
H A Dscsi_serial.c420 unsigned char *page_83,
429 if ((page_83[1] & 0x30) != 0)
432 if ((page_83[1] & 0x0f) != id_search->id_type)
439 (id_search->naa_type != (page_83[4] & 0xf0) >> 4))
445 if ((page_83[0] & 0x0f) != id_search->code_set)
449 * page_83[3]: identifier length
451 len = page_83[3];
452 if ((page_83[0] & 0x0f) != SCSI_ID_ASCII)
487 if ((page_83[0] & 0x0f) == SCSI_ID_ASCII) {
491 while (i < (4 + page_83[
419 check_fill_0x83_id(struct sysfs_device *dev_scsi, unsigned char *page_83, const struct scsi_id_search_values *id_search, char *serial, char *serial_short, int max_len) argument
510 check_fill_0x83_prespc3(struct sysfs_device *dev_scsi, unsigned char *page_83, const struct scsi_id_search_values *id_search, char *serial, char *serial_short, int max_len) argument
537 unsigned char page_83[SCSI_INQ_BUFF_LEN]; local
622 unsigned char page_83[SCSI_INQ_BUFF_LEN]; local
[all...]

Completed in 45 milliseconds