Lines Matching refs:stack
46 FEATURE(stack, "Support for capturing kernel stack");
54 struct stack *
57 struct stack *st; in stack_create()
64 stack_destroy(struct stack *st) in stack_destroy()
71 stack_put(struct stack *st, vm_offset_t pc) in stack_put()
82 stack_copy(const struct stack *src, struct stack *dst) in stack_copy()
89 stack_zero(struct stack *st) in stack_zero()
96 stack_print(const struct stack *st) in stack_print()
112 stack_print_short(const struct stack *st) in stack_print_short()
132 stack_print_ddb(const struct stack *st) in stack_print_ddb()
148 stack_print_short_ddb(const struct stack *st) in stack_print_short_ddb()
173 stack_sbuf_print_flags(struct sbuf *sb, const struct stack *st, int flags, in stack_sbuf_print_flags()
203 stack_sbuf_print(struct sbuf *sb, const struct stack *st) in stack_sbuf_print()
211 stack_sbuf_print_ddb(struct sbuf *sb, const struct stack *st) in stack_sbuf_print_ddb()
228 stack_ktr(u_int mask, const char *file, int line, const struct stack *st, in stack_ktr()