Searched refs:stack_symbol_ddb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_stack.c | 49 static int stack_symbol_ddb(vm_offset_t pc, const char **name, long *offset); 137 stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_print_ddb() 155 if (stack_symbol_ddb(st->pcs[i], &name, &offset) == 0) in stack_print_short_ddb() 216 (void)stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_sbuf_print_ddb() 239 (void)stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_ktr() 268 stack_symbol_ddb(vm_offset_t pc, const char **name, long *offset) in stack_symbol_ddb() function
|