Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/misc/
Dlkdtm.c95 static char* cp_type[] = { variable
205 for (i = 0; i < ARRAY_SIZE(cp_type); i++) { in parse_cp_type()
206 if (!strcmp(what, cp_type[i])) in parse_cp_type()
215 if (type == CT_NONE || type < 0 || type > ARRAY_SIZE(cp_type)) in cp_type_to_str()
218 return cp_type[type - 1]; in cp_type_to_str()
470 for (i = 0; i < ARRAY_SIZE(cp_type); i++) in lkdtm_debugfs_read()
471 n += snprintf(buf + n, PAGE_SIZE - n, "%s\n", cp_type[i]); in lkdtm_debugfs_read()
/linux-2.6.39/include/linux/
Dchio.h86 int cp_type; member
/linux-2.6.39/drivers/scsi/
Dch.c663 if (0 != ch_checkrange(ch, pos.cp_type, pos.cp_unit)) { in ch_ioctl()
669 ch->firsts[pos.cp_type] + pos.cp_unit, in ch_ioctl()