Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c485 sprlock(pid_t pid) in sprlock() function
H A Ddumpsubr.c1455 proc_t *p = sprlock(pid); in dump_process()
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c360 prp = sprlock(pid); in dofusers()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h659 extern proc_t *sprlock(pid_t);
/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c924 if ((p = sprlock(probe->ftp_pid)) == NULL) { in fasttrap_pid_enable()
1026 if ((p = sprlock(probe->ftp_pid)) != NULL) { in fasttrap_pid_disable()
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c555 p = sprlock(pid); in mmioctl_vtop()