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