HomeSort by: relevance | last modified time | path
    Searched defs:db_proc_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
db_interface.c 143 void db_proc_cmd(db_expr_t, bool, db_expr_t, const char *);
296 db_proc_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void
446 { DDB_ADD_CMD("proc", db_proc_cmd, 0,
  /src/sys/arch/sparc64/sparc64/
db_interface.c 105 void db_proc_cmd(db_expr_t, bool, db_expr_t, const char *);
691 db_proc_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void
1093 { DDB_ADD_CMD("proc", db_proc_cmd, 0,

Completed in 12 milliseconds