Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap_common.c50 const lwpstack_t *as = ap; in cmpstacks()
51 const lwpstack_t *bs = bp; in cmpstacks()
117 anon_name(char *name, const pstatus_t *Psp, lwpstack_t *stacks, uint_t nstacks, in anon_name()
146 lwpstack_t key, *stk; in anon_name()
H A Dpmap_common.h37 } lwpstack_t; typedef
56 extern char *anon_name(char *, const pstatus_t *, lwpstack_t *, uint_t,
H A Dpmap.c171 static lwpstack_t *stacks = NULL;
179 lwpstack_t *newstacks; in reallocstacks()
182 sizeof (lwpstack_t)); in reallocstacks()
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c187 static lwpstack_t *stacks;