Searched refs:sulwp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | findstack_subr.c | 187 stacks_ulwp_t *sulwp = mdb_alloc(sizeof (stacks_ulwp_t), UM_SLEEP); in stacks_ulwp_walk() local 189 sulwp->sulwp_id = ulwp->ul_lwpid; in stacks_ulwp_walk() 190 sulwp->sulwp_addr = addr; in stacks_ulwp_walk() 192 if (avl_find(&stacks_ulwp_byid, sulwp, NULL) != NULL) { in stacks_ulwp_walk() 197 avl_add(&stacks_ulwp_byid, sulwp); in stacks_ulwp_walk() 225 stacks_ulwp_t *sulwp, cmp; in stacks_findstack() local 250 if ((sulwp = avl_find(tree, &cmp, NULL)) == NULL) { in stacks_findstack() 255 if (mdb_vread(&ulwp, sizeof (ulwp), sulwp->sulwp_addr) == -1) { in stacks_findstack() 257 cmp.sulwp_id, sulwp->sulwp_addr); in stacks_findstack() 309 stacks_ulwp_t *sulwp; in stacks_findstack_cleanup() local [all …]
|