HomeSort by: relevance | last modified time | path
    Searched refs:DDB_BASE_CMD (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/modules/examples/ddbping/
ddbping.c 109 db_register_tbl(DDB_BASE_CMD, db_ping_base_tbl);
114 db_unregister_tbl(DDB_BASE_CMD, db_ping_base_tbl);
  /src/sys/ddb/
db_command.h 101 #define DDB_BASE_CMD 0
db_command.c 139 * ddb_add_cmd, ddb_rem_cmd use type (DDB_SHOW_CMD||DDB_BASE_CMD)argument to
484 (void)db_register_tbl_entry(DDB_BASE_CMD, &db_base_cmd_builtins);
495 * int type specifies type of command table DDB_SHOW_CMD|DDB_BASE_CMD|DDB_MAC_CMD
528 case DDB_BASE_CMD:
557 case DDB_BASE_CMD:

Completed in 15 milliseconds