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

  /src/sys/arch/i386/i386/
db_machdep.c 126 long *argp, int is_trap, void (*pr)(const char *, ...))
133 switch (is_trap) {
157 if (is_trap == INTERRUPT_TSS)
169 switch (is_trap) {
250 db_expr_t *offp, int *is_trap, int *nargp)
266 *is_trap = NONE;
276 *is_trap = TRAP_TSS;
279 *is_trap = TRAP;
282 *is_trap = SYSCALL;
291 *is_trap = INTERRUPT
    [all...]
  /src/sys/arch/amd64/amd64/
db_machdep.c 109 long *argp, int is_trap, void (*pr)(const char *, ...))
117 switch (is_trap) {
150 switch (is_trap) {
206 db_expr_t *offp, int *is_trap, int *nargp)
222 *is_trap = NONE;
232 *is_trap = TRAP;
236 *is_trap = SYSCALL;
247 *is_trap = INTERRUPT;
  /src/sys/arch/x86/x86/
db_trace.c 115 int is_trap; local in function:db_stack_trace_print
203 is_trap = NONE;
205 sym = db_frame_info(frame, callpc, &name, &offset, &is_trap,
231 if (is_trap == NONE) {
279 frame + 2, is_trap, pr))
309 if (count && is_trap != NONE) {

Completed in 13 milliseconds