Searched refs:Lp (Results 1 – 2 of 2) sorted by relevance
40 # Lp stuff is chmod'ed back by the lp system; prevent pkgchk errors
3216 struct ps_lwphandle **Lp; in Lfind_slot() local3219 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() local3263 else if (*(Lp = Lfind_slot(P, lwpid)) != NULL) in Lgrab()3278 *Lp = L; /* insert into the hash table */ in Lgrab()