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

/drivers/scsi/
H A Dses.c116 unsigned char *type_ptr = ses_dev->page1_types; local
121 for (i = 0; i < ses_dev->page1_num_types; i++, type_ptr += 4) {
122 for (j = 0; j < type_ptr[1]; j++) {
124 if (type_ptr[0] != ENCLOSURE_COMPONENT_DEVICE &&
125 type_ptr[0] != ENCLOSURE_COMPONENT_ARRAY_DEVICE)
146 unsigned char *type_ptr = ses_dev->page1_types; local
151 for (i = 0; i < ses_dev->page1_num_types; i++, type_ptr += 4) {
152 for (j = 0; j < type_ptr[1]; j++) {
154 if (type_ptr[0] != ENCLOSURE_COMPONENT_DEVICE &&
155 type_ptr[
365 unsigned char *buf = NULL, *type_ptr, *desc_ptr, *addl_desc_ptr = NULL; local
489 unsigned char *buf = NULL, *hdr_buf, *type_ptr; local
[all...]

Completed in 54 milliseconds