Searched refs:prgetstatus (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 112 #define prgetstatus prgetstatus32 macro
|
H A D | elf_notes.c | 307 prgetstatus(p, &bigwad->pstatus, p->p_zone); in write_elfnotes()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | prsystm.h | 76 extern void prgetstatus(proc_t *, struct pstatus *, zone_t *);
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 543 NO_UNLOAD_STUB(procfs, prgetstatus, nomod_zero);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 499 NO_UNLOAD_STUB(procfs, prgetstatus, nomod_zero);
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 879 prgetstatus(proc_t *p, pstatus_t *sp, zone_t *zp) in prgetstatus() function
|
H A D | prvnops.c | 742 prgetstatus(pnp->pr_common->prc_proc, sp, VTOZONE(PTOV(pnp))); in pr_read_status()
|