• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sbin/camcontrol/

Lines Matching defs:cdb_len

107 			    int cdb_len, int dbd, int pc, int page, int subpage,
110 int cdb_len, int llbaa, int pc, int page,
113 static void editlist_save(struct cam_device *device, int cdb_len,
116 static void editlist_save_desc(struct cam_device *device, int cdb_len,
126 static void modepage_dump(struct cam_device *device, int cdb_len,
130 int cdb_len, int llbaa, int pc, int page,
595 editlist_populate(struct cam_device *device, int cdb_len, int dbd, int pc,
607 mode_sense(device, &cdb_len, dbd, 0, 1, page, subpage, task_attr,
610 if (cdb_len == 6) {
633 mode_sense(device, &cdb_len, dbd, 0, pc, page, subpage, task_attr,
639 editlist_populate_desc(struct cam_device *device, int cdb_len, int llbaa, int pc,
652 mode_sense(device, &cdb_len, 0, llbaa, pc, page, subpage, task_attr,
655 if (cdb_len == 6) {
700 editlist_save(struct cam_device *device, int cdb_len, int dbd, int pc,
714 mode_sense(device, &cdb_len, dbd, 0, pc, page, subpage, task_attr,
730 if (cdb_len == 6) {
783 mode_select(device, cdb_len, (pc << PAGE_CTRL_SHIFT == SMS_PAGE_CTRL_SAVED),
788 editlist_save_desc(struct cam_device *device, int cdb_len, int llbaa, int pc,
800 mode_sense(device, &cdb_len, 0, llbaa, pc, page, subpage, task_attr,
804 if (cdb_len == 6) {
833 mode_select(device, cdb_len, (pc << PAGE_CTRL_SHIFT == SMS_PAGE_CTRL_SAVED),
1003 modepage_dump(struct cam_device *device, int cdb_len, int dbd, int pc,
1012 mode_sense(device, &cdb_len, dbd, 0, pc, page, subpage, task_attr,
1015 if (cdb_len == 6) {
1042 modepage_dump_desc(struct cam_device *device, int cdb_len, int llbaa, int pc,
1049 mode_sense(device, &cdb_len, 0, llbaa, pc, page, subpage, task_attr,
1052 if (cdb_len == 6) {
1084 mode_edit(struct cam_device *device, int cdb_len, int desc, int dbd, int llbaa,
1094 editlist_populate_desc(device, cdb_len, llbaa, pc, page,
1120 editlist_populate(device, cdb_len, dbd, pc, page, subpage,
1131 editlist_save_desc(device, cdb_len, llbaa, pc, page,
1134 editlist_save(device, cdb_len, dbd, pc, page, subpage,
1140 modepage_dump_desc(device, cdb_len, llbaa, pc, page,
1143 modepage_dump(device, cdb_len, dbd, pc, page, subpage,
1153 mode_list(struct cam_device *device, int cdb_len, int dbd, int pc, int subpages,
1172 mode_sense(device, &cdb_len, dbd, 0, pc, SMS_ALL_PAGES_PAGE,
1177 if (cdb_len == 6) {