Home
last modified time | relevance | path

Searched refs:pstack_handle_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c140 } pstack_handle_t; typedef
145 static int all_call_stacks(pstack_handle_t *, int);
150 static void call_stack(pstack_handle_t *, const lwpstatus_t *);
221 pstack_handle_t handle; in main()
390 pstack_handle_t *h = data; in thread_call_stack()
426 pstack_handle_t *h = data; in lwp_call_stack()
445 all_call_stacks(pstack_handle_t *h, int dothreads) in all_call_stacks()
568 pstack_handle_t *h = cd; in print_frame()
694 call_stack(pstack_handle_t *h, const lwpstatus_t *psp) in call_stack()