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
3104 struct ps_lwphandle **Lp; in Lfind() local3107 for (Lp = &P->hashtab[lwpid % (HASHSIZE - 1)]; in Lfind()3108 (L = *Lp) != NULL; Lp = &L->lwp_hash) in Lfind()3111 return (Lp); in Lfind()3122 struct ps_lwphandle **Lp; in Lgrab() local3137 else if (*(Lp = Lfind(P, lwpid)) != NULL) in Lgrab()3152 *Lp = L; /* insert into the hash table */ in Lgrab()