Home
last modified time | relevance | path

Searched refs:sprlock (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/uts/common/os/
H A Dpid.c484 sprlock(pid_t pid) in sprlock() function
H A Ddumpsubr.c1428 proc_t *p = sprlock(pid); in dump_process()
/onnv-gate/usr/src/uts/common/sys/
H A Dproc.h633 extern proc_t *sprlock(pid_t);
/onnv-gate/usr/src/uts/common/syscall/
H A Dutssys.c362 prp = sprlock(pid); in dofusers()
/onnv-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c913 if ((p = sprlock(probe->ftp_pid)) == NULL) { in fasttrap_pid_enable()
1005 if ((p = sprlock(probe->ftp_pid)) != NULL) { in fasttrap_pid_disable()
/onnv-gate/usr/src/uts/common/io/
H A Dmem.c493 p = sprlock(pid); in mmioctl_vtop()