Searched refs:prgetlwpstatus32 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 114 #define prgetlwpstatus prgetlwpstatus32
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | prsystm.h | 135 extern void prgetlwpstatus32(kthread_t *, struct lwpstatus32 *, zone_t *);
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 551 NO_UNLOAD_STUB(procfs, prgetlwpstatus32, nomod_zero);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 507 NO_UNLOAD_STUB(procfs, prgetlwpstatus32, nomod_zero);
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 966 prgetlwpstatus32(kthread_t *t, lwpstatus32_t *sp, zone_t *zp) in prgetlwpstatus32() function 1181 prgetlwpstatus32(t, &sp->pr_lwp, zp); in prgetstatus32()
|
H A D | prvnops.c | 2064 prgetlwpstatus32(t, sp, VTOZONE(PTOV(pnp))); in pr_read_lstatus_32() 2665 prgetlwpstatus32(pnp->pr_common->prc_thread, sp, VTOZONE(PTOV(pnp))); in pr_read_lwpstatus_32()
|