Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c3495 const char *get_ptype_str(int scsi_ptype) in get_ptype_str() argument
3499 return (scsi_ptype < num) ? scsi_ptype_strs[scsi_ptype] : ""; in get_ptype_str()
3565 struct page_code_desc *find_mode_page_table(int scsi_ptype, int *size) in find_mode_page_table() argument
3567 switch (scsi_ptype) { in find_mode_page_table()
3595 const char *find_page_code_desc(int page_num, int scsi_ptype) in find_page_code_desc() argument
3601 pcdp = find_mode_page_table(scsi_ptype, &num); in find_page_code_desc()
3621 static void list_page_codes(int scsi_ptype) in list_page_codes() argument
3629 pcd_ptypep = find_mode_page_table(scsi_ptype, &num_ptype); in list_page_codes()
3676 int scsi_ptype, density_code_off; in show_scsi_modes() local
3712 scsi_ptype = inqBuff[0] & 0x1f; /* fetch peripheral device type */ in show_scsi_modes()
[all …]