Home
last modified time | relevance | path

Searched refs:CH_TYPES (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/
Dch.c38 #define CH_TYPES 8 macro
78 static int vendor_firsts[CH_TYPES-4];
79 static int vendor_counts[CH_TYPES-4];
83 static const char * vendor_labels[CH_TYPES-4] = {
115 u_int firsts[CH_TYPES];
116 u_int counts[CH_TYPES];
226 for (i = 0; i < CH_TYPES; i++) { in ch_elem_to_typecode()
613 if (type >= CH_TYPES || unit >= ch->counts[type]) in ch_checkrange()
743 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
894 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl_compat()