Searched defs:Lp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c2944 struct ps_lwphandle **Lp; local
2947 for (Lp = &P->hashtab[lwpid % (HASHSIZE - 1)];
2948 (L = *Lp) != NULL; Lp = &L->lwp_hash)
2951 return (Lp);
2962 struct ps_lwphandle **Lp; local
2977 else if (*(Lp = Lfind(P, lwpid)) != NULL)
2992 *Lp = L; /* insert into the hash table */

Completed in 29 milliseconds