Home
last modified time | relevance | path

Searched refs:Lp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/exception_lists/
H A Dpmodes40 # Lp stuff is chmod'ed back by the lp system; prevent pkgchk errors
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c3216 struct ps_lwphandle **Lp; in Lfind_slot() local
3219 for (Lp = &P->hashtab[lwpid % (HASHSIZE - 1)]; in Lfind_slot()
3220 (L = *Lp) != NULL; Lp = &L->lwp_hash) in Lfind_slot()
3223 return (Lp); in Lfind_slot()
3248 struct ps_lwphandle **Lp; in Lgrab() local
3263 else if (*(Lp = Lfind_slot(P, lwpid)) != NULL) in Lgrab()
3278 *Lp = L; /* insert into the hash table */ in Lgrab()