Searched refs:prgetlwpstatus (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 101 #define prgetlwpstatus prgetlwpstatus32 macro
|
H A D | elf_notes.c | 495 prgetlwpstatus(t, &bigwad->lwpstatus, p->p_zone); in write_elfnotes() 501 prgetlwpstatus(t, &bigwad->lwpstatus, p->p_zone); in write_elfnotes()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | prsystm.h | 73 extern void prgetlwpstatus(kthread_t *, struct lwpstatus *, zone_t *);
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 574 NO_UNLOAD_STUB(procfs, prgetlwpstatus, nomod_zero);
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 685 NO_UNLOAD_STUB(procfs, prgetlwpstatus, nomod_zero);
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 916 prgetlwpstatus(t, &sp->pr_lwp, zp); in prgetstatus() 1150 prgetlwpstatus(kthread_t *t, lwpstatus_t *sp, zone_t *zp) in prgetlwpstatus() function
|
H A D | prvnops.c | 769 prgetlwpstatus(t, sp, VTOZONE(PTOV(pnp))); in pr_read_lstatus() 1430 prgetlwpstatus(pnp->pr_common->prc_thread, sp, VTOZONE(PTOV(pnp))); in pr_read_lwpstatus()
|