Symbol: cmd_table
lib/libc/db/test/btree.tests/main.c
82
cmd_table commands[] = {
sys/ddb/db_command.c
171
struct command *cmd_table,
sys/ddb/db_command.c
284
db_command(struct command **last_cmdp, struct command *cmd_table,
sys/ddb/db_command.c
317
while (cmd_table) {
sys/ddb/db_command.c
319
cmd_table,
sys/ddb/db_command.c
333
db_cmd_list(cmd_table, aux_cmd_tablep, aux_cmd_tablep_end);
sys/ddb/db_command.c
339
if ((cmd_table = cmd->more) != NULL) {
sys/ddb/db_command.c
342
if (cmd_table == db_show_cmds) {
sys/ddb/db_command.c
349
db_cmd_list(cmd_table, aux_cmd_tablep, aux_cmd_tablep_end);
sys/dev/drm/amd/amdgpu/atom.c
1200
int base = CU16(ctx->cmd_table + 4 + 2 * index);
sys/dev/drm/amd/amdgpu/atom.c
1332
ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
sys/dev/drm/amd/amdgpu/atom.c
1367
if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT))
sys/dev/drm/amd/amdgpu/atom.c
1409
int idx = CU16(ctx->cmd_table + offset);
sys/dev/drm/amd/amdgpu/atom.c
1410
u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4);
sys/dev/drm/amd/amdgpu/atom.c
619
if (U16(ctx->ctx->cmd_table + 4 + 2 * idx))
sys/dev/drm/amd/amdgpu/atom.h
130
uint32_t cmd_table, data_table;
sys/dev/drm/i915/gvt/gvt.h
272
DECLARE_HASHTABLE(cmd_table, GVT_CMD_HASH_BITS);
sys/dev/drm/radeon/atom.c
1165
int base = CU16(ctx->cmd_table + 4 + 2 * index);
sys/dev/drm/radeon/atom.c
1307
ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
sys/dev/drm/radeon/atom.c
1345
if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT))
sys/dev/drm/radeon/atom.c
1354
if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL))
sys/dev/drm/radeon/atom.c
1391
int idx = CU16(ctx->cmd_table + offset);
sys/dev/drm/radeon/atom.c
1392
u16 *mct = (u16 *)((char *)ctx->bios + ctx->cmd_table + 4);
sys/dev/drm/radeon/atom.c
633
if (U16(ctx->ctx->cmd_table + 4 + 2 * idx))
sys/dev/drm/radeon/atom.h
130
uint32_t cmd_table, data_table;