Home
last modified time | relevance | path

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

/titanic_41/exception_lists/
H A Dpmodes40 # Lp stuff is chmod'ed back by the lp system; prevent pkgchk errors
/titanic_41/usr/src/lib/libproc/common/
H A DPcontrol.c3104 struct ps_lwphandle **Lp; in Lfind() local
3107 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() local
3137 else if (*(Lp = Lfind(P, lwpid)) != NULL) in Lgrab()
3152 *Lp = L; /* insert into the hash table */ in Lgrab()