Lines Matching defs:l

92 sys___sigaction_sigtramp(struct lwp *l,  in sys___sigaction_sigtramp()
128 sys___sigprocmask14(struct lwp *l, const struct sys___sigprocmask14_args *uap, in sys___sigprocmask14()
160 sys___sigpending14(struct lwp *l, const struct sys___sigpending14_args *uap, in sys___sigpending14()
178 sys___sigsuspend14(struct lwp *l, const struct sys___sigsuspend14_args *uap, in sys___sigsuspend14()
196 sys___sigaltstack14(struct lwp *l, const struct sys___sigaltstack14_args *uap, in sys___sigaltstack14()
224 kill1(struct lwp *l, pid_t pid, ksiginfo_t *ksi, register_t *retval) in kill1()
281 sys_sigqueueinfo(struct lwp *l, const struct sys_sigqueueinfo_args *uap, in sys_sigqueueinfo()
301 sys_kill(struct lwp *l, const struct sys_kill_args *uap, register_t *retval) in sys_kill()
320 sys_getcontext(struct lwp *l, const struct sys_getcontext_args *uap, in sys_getcontext()
339 sys_setcontext(struct lwp *l, const struct sys_setcontext_args *uap, in sys_setcontext()
371 sys_____sigtimedwait50(struct lwp *l, in sys_____sigtimedwait50()
379 sigaction1(struct lwp *l, int signum, const struct sigaction *nsa, in sigaction1()
582 sigprocmask1(struct lwp *l, int how, const sigset_t *nss, sigset_t *oss) in sigprocmask1()
626 sigpending1(struct lwp *l, sigset_t *ss) in sigpending1()
637 sigsuspendsetup(struct lwp *l, const sigset_t *ss) in sigsuspendsetup()
664 sigsuspendteardown(struct lwp *l) in sigsuspendteardown()
684 sigsuspend1(struct lwp *l, const sigset_t *ss) in sigsuspend1()
698 sigaltstack1(struct lwp *l, const stack_t *nss, stack_t *oss) in sigaltstack1()
727 sigtimedwait1(struct lwp *l, const struct sys_____sigtimedwait50_args *uap, in sigtimedwait1()