Lines Matching refs:Lwp
95 struct ps_prochandle *Lprochandle(struct ps_lwphandle *Lwp);
96 void Lfree(struct ps_lwphandle *Lwp);
97 int Lctlfd(struct ps_lwphandle *Lwp);
98 int Lwait(struct ps_lwphandle *Lwp, uint_t msec);
99 int Lstop(struct ps_lwphandle *Lwp, uint_t msec);
100 int Ldstop(struct ps_lwphandle *Lwp);
101 int Lstate(struct ps_lwphandle *Lwp);
102 const lwpsinfo_t *Lpsinfo(struct ps_lwphandle *Lwp);
103 const lwpstatus_t *Lstatus(struct ps_lwphandle *Lwp);
104 int Lgetareg(struct ps_lwphandle *Lwp, int regno, prgreg_t *preg);
105 int Lputareg(struct ps_lwphandle *Lwp, int regno, prgreg_t reg);
106 int Lsetrun(struct ps_lwphandle *Lwp, int sig, int flags);
107 int Lclearsig(struct ps_lwphandle *Lwp);
108 int Lclearfault(struct ps_lwphandle *Lwp);
109 int Lxecbkpt(struct ps_lwphandle *Lwp, ulong_t saved);
110 int Lxecwapt(struct ps_lwphandle *Lwp, const prwatch_t *wp);
111 void Lsync(struct ps_lwphandle *Lwp);