Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dch.c37 #define CH_TYPES 8 macro
77 static int vendor_firsts[CH_TYPES-4];
78 static int vendor_counts[CH_TYPES-4];
82 static const char * vendor_labels[CH_TYPES-4] = {
110 u_int firsts[CH_TYPES];
111 u_int counts[CH_TYPES];
227 for (i = 0; i < CH_TYPES; i++) { in ch_elem_to_typecode()
603 if (type >= CH_TYPES || unit >= ch->counts[type]) in ch_checkrange()
728 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
878 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl_compat()