Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/exec/elf/
H A Delf_impl.h101 #define prgetlwpstatus prgetlwpstatus32 macro
H A Delf_notes.c495 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 Dprsystm.h73 extern void prgetlwpstatus(kthread_t *, struct lwpstatus *, zone_t *);
/titanic_44/usr/src/uts/sparc/ml/
H A Dmodstubs.s574 NO_UNLOAD_STUB(procfs, prgetlwpstatus, nomod_zero);
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s685 NO_UNLOAD_STUB(procfs, prgetlwpstatus, nomod_zero);
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c916 prgetlwpstatus(t, &sp->pr_lwp, zp); in prgetstatus()
1150 prgetlwpstatus(kthread_t *t, lwpstatus_t *sp, zone_t *zp) in prgetlwpstatus() function
H A Dprvnops.c769 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()