Home
last modified time | relevance | path

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

/freebsd-12.1/sys/modules/ctl/
H A DMakefile11 SRCS+= ctl_cmd_table.c
/freebsd-12.1/sys/cam/ctl/
H A Dctl_private.h482 extern const struct ctl_cmd_entry ctl_cmd_table[256];
H A DREADME.ctl.txt275 executed. (See ctl_cmd_table.c for the mapping of
312 ctl_cmd_table.c:
H A Dctl_cmd_table.c896 const struct ctl_cmd_entry ctl_cmd_table[256] = variable
H A Dctl.c7386 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()
7405 if (ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) { in ctl_report_supported_opcodes()
7418 if ((ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) == 0 || in ctl_report_supported_opcodes()
7458 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()
7491 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()
7496 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()
7512 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()
11655 entry = &ctl_cmd_table[ctsio->cdb[0]]; in ctl_get_cmd_entry()
/freebsd-12.1/sys/conf/
H A Dfiles93 cam/ctl/ctl_cmd_table.c optional ctl