Lines Matching refs:stack
49 struct stack *stack_create(int);
50 void stack_destroy(struct stack *);
51 int stack_put(struct stack *, vm_offset_t);
52 void stack_copy(const struct stack *, struct stack *);
53 void stack_zero(struct stack *);
54 void stack_print(const struct stack *);
55 void stack_print_ddb(const struct stack *);
56 void stack_print_short(const struct stack *);
57 void stack_print_short_ddb(const struct stack *);
58 void stack_sbuf_print(struct sbuf *, const struct stack *);
59 void stack_sbuf_print_ddb(struct sbuf *, const struct stack *);
60 int stack_sbuf_print_flags(struct sbuf *, const struct stack *,
63 void stack_ktr(u_int, const char *, int, const struct stack *,
75 void stack_save(struct stack *);
76 int stack_save_td(struct stack *, struct thread *);