Searched refs:stack_symbol_ddb (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_stack.c | 52 static int stack_symbol_ddb(vm_offset_t pc, const char **name, long *offset); 140 stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_print_ddb() 158 if (stack_symbol_ddb(st->pcs[i], &name, &offset) == 0) in stack_print_short_ddb() 219 (void)stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_sbuf_print_ddb() 242 (void)stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_ktr() 271 stack_symbol_ddb(vm_offset_t pc, const char **name, long *offset) in stack_symbol_ddb() function
|