| /openbsd-src/sys/arch/powerpc/ddb/ |
| H A D | db_interface.c | 60 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 229 { "ddbcpu", db_ddbproc_cmd, 0, NULL }, 248 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() function
|
| /openbsd-src/sys/arch/i386/i386/ |
| H A D | db_interface.c | 76 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 292 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() function 326 { "ddbcpu", db_ddbproc_cmd, 0, 0 },
|
| /openbsd-src/sys/arch/powerpc64/powerpc64/ |
| H A D | db_interface.c | 62 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 75 { "ddbcpu", db_ddbproc_cmd, 0, NULL }, 264 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() function
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | db_interface.c | 88 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 279 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() function 411 { "ddbcpu", db_ddbproc_cmd, 0, 0 },
|
| /openbsd-src/sys/arch/riscv64/riscv64/ |
| H A D | db_interface.c | 97 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 303 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() 354 /* We're switching to another CPU. db_ddbproc_cmd() has made sure in db_enter_ddb() 419 { "ddbcpu", db_ddbproc_cmd, 0, NULL }, 306 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) db_ddbproc_cmd() function
|
| /openbsd-src/sys/arch/arm64/arm64/ |
| H A D | db_interface.c | 109 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 382 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() function 498 { "ddbcpu", db_ddbproc_cmd, 0, NULL },
|
| /openbsd-src/sys/arch/mips64/mips64/ |
| H A D | db_machdep.c | 86 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 506 { "ddbcpu", db_ddbproc_cmd, 0, NULL }, 529 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() function
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | db_interface.c | 231 void db_ddbproc_cmd(db_expr_t, int, db_expr_t, char *); 408 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() function 1149 { "ddbcpu", db_ddbproc_cmd, 0, 0 },
|