Searched defs:oprgetstatus (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h111 #define oprgetstatus oprgetstatus32 macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c84 extern void oprgetstatus(kthread_t *, prstatus_t *, zone_t *);
519 oprgetstatus(t, &un.prstat, VTOZONE(vp));
856 oprgetstatus(t, &un.prstat, VTOZONE(vp));
887 oprgetstatus(t, prsp, VTOZONE(vp));
893 oprgetstatus(t, ++prsp, VTOZONE(vp));
3184 oprgetstatus(kthread_t *t, prstatus_t *sp, zone_t *zp) function

Completed in 49 milliseconds