Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwpsys.c47 idtot(proc_t *p, id_t lwpid) in idtot() function
88 if ((t = idtot(p, lwpid)) == NULL) in syslwp_suspend()
105 if ((t = idtot(p, lwpid)) == NULL) { in syslwp_continue()
126 if ((t = idtot(p, lwpid)) == NULL) { in lwp_kill()
H A Dpset.c507 if ((tp = idtot(pp, id)) == NULL) { in pset_bind_lwp()
586 if ((tp = idtot(pp, id)) == NULL) { in pset_bind()
/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c861 t = idtot(p, id); in getlwpptr()
H A Dlwp.c1167 if (idtot(p, tid) == NULL) in lwp_suspend()
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c110 if ((t = idtot(curproc, lwpid)) == NULL || t == curthread) in cpc()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h778 extern kthread_t *idtot(proc_t *, id_t);