Home
last modified time | relevance | path

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

/dflybsd-src/sys/ddb/
H A Ddb_command.c165 struct command *cmd_table,
278 db_command(struct command **last_cmdp, struct command *cmd_table, in db_command() argument
311 while (cmd_table) { in db_command()
313 cmd_table, in db_command()
327 db_cmd_list(cmd_table, aux_cmd_tablep, aux_cmd_tablep_end); in db_command()
333 if ((cmd_table = cmd->more) != NULL) { in db_command()
336 if (cmd_table == db_show_cmds) { in db_command()
343 db_cmd_list(cmd_table, aux_cmd_tablep, aux_cmd_tablep_end); in db_command()
/dflybsd-src/sys/dev/drm/radeon/
H A Datom.c633 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable()
1165 int base = CU16(ctx->cmd_table + 4 + 2 * index); in atom_execute_table_locked()
1307 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in atom_parse()
1345 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in atom_asic_init()
1354 if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL)) in atom_asic_init()
1391 int idx = CU16(ctx->cmd_table + offset); in atom_parse_cmd_header()
1392 u16 *mct = (u16 *)((char *)ctx->bios + ctx->cmd_table + 4); in atom_parse_cmd_header()
H A Datom.h130 uint32_t cmd_table, data_table; member
/dflybsd-src/lib/libc/db/test/btree.tests/
H A Dmain.c46 typedef struct cmd_table { struct
52 } cmd_table; argument
82 cmd_table commands[] = {
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Datom.c619 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable()
1200 int base = CU16(ctx->cmd_table + 4 + 2 * index); in amdgpu_atom_execute_table_locked()
1332 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in amdgpu_atom_parse()
1367 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in amdgpu_atom_asic_init()
1409 int idx = CU16(ctx->cmd_table + offset); in amdgpu_atom_parse_cmd_header()
1410 u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4); in amdgpu_atom_parse_cmd_header()
H A Datom.h130 uint32_t cmd_table, data_table; member
/dflybsd-src/sys/dev/drm/i915/gvt/
H A Dgvt.h272 DECLARE_HASHTABLE(cmd_table, GVT_CMD_HASH_BITS);