Searched refs:cmd_table (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/ddb/
H A Ddb_command.c183 struct command_table *cmd_table, int dopager);
330 db_command(last_cmdp, cmd_table, dopager)
332 struct command_table *cmd_table;
364 while (cmd_table) {
366 cmd_table,
378 db_cmd_list(cmd_table);
384 if ((cmd_table = cmd->more) != NULL) {
387 db_cmd_list(cmd_table);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datom.h131 uint32_t cmd_table, data_table; member in struct:atom_context
H A Datom.c626 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx))
1158 int base = CU16(ctx->cmd_table + 4 + 2 * index);
1284 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR);
1318 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT))
1327 if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL))
1365 int idx = CU16(ctx->cmd_table + offset);
1366 u16 *mct = (u16 *)((char *)ctx->bios + ctx->cmd_table + 4);
/freebsd-9.3-release/lib/libc/db/test/btree.tests/
H A Dmain.c49 typedef struct cmd_table { struct
55 } cmd_table; typedef in typeref:struct:cmd_table
85 cmd_table commands[] = {

Completed in 157 milliseconds