Home
last modified time | relevance | path

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

/freebsd-13.1/sys/modules/ctl/
H A DMakefile11 SRCS+= ctl_cmd_table.c
/freebsd-13.1/sys/cam/ctl/
H A Dctl_private.h477 extern const struct ctl_cmd_entry ctl_cmd_table[256];
H A DREADME.ctl.txt274 executed. (See ctl_cmd_table.c for the mapping of
311 ctl_cmd_table.c:
H A Dctl_cmd_table.c905 const struct ctl_cmd_entry ctl_cmd_table[256] = variable
H A Dctl.c7392 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()
7411 if (ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) { in ctl_report_supported_opcodes()
7424 if ((ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) == 0 || in ctl_report_supported_opcodes()
7464 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()
7497 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()
7502 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()
7518 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()
11629 entry = &ctl_cmd_table[ctsio->cdb[0]]; in ctl_get_cmd_entry()
/freebsd-13.1/sys/conf/
H A Dfiles111 cam/ctl/ctl_cmd_table.c optional ctl