Searched refs:sa_upcall (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dframe.h57 sa_upcall_t sa_upcall; member in struct:saframe
H A Dnetbsd32_machdep.h82 netbsd32_pointer_t sa_upcall; member in struct:saframe32
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsavar.h156 sa_upcall_t sa_upcall; /* m: upcall entry point */ member in struct:sadata
184 int sa_upcall(struct lwp *, int, struct lwp *, struct lwp *, size_t, void *,
/netbsd-6-1-5-RELEASE/sys/compat/sa/
H A Dcompat_sa.c467 *prev = p->p_sa->sa_upcall;
468 p->p_sa->sa_upcall = new;
815 error = sa_upcall(l, SA_UPCALL_NEWPROC, l, NULL, 0, NULL, NULL);
995 /* error = */ sa_upcall(l2, SA_UPCALL_NEWPROC, NULL,
1202 error = sa_upcall(l, SA_UPCALL_USER | SA_UPCALL_DEFER_EVENT, l, NULL,
1256 sa_upcall(l, SA_UPCALL_PREEMPTED | SA_UPCALL_DEFER_EVENT,
1265 * should not touch the "arg" pointer once calling sa_upcall().
1268 sa_upcall(struct lwp *l, int type, struct lwp *event, struct lwp *interrupted, function
1298 DPRINTFN(9,("sa_upcall(%d.%d) using stack %p\n",
2362 sa->sa_upcall);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dcpu_subr.c351 NETBSD32PTR32(frame32.sa_upcall, upcall);
359 frame.sa_upcall = upcall;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_time.c966 if (sa_upcall(l, SA_UPCALL_SIGEV | SA_UPCALL_DEFER, NULL, l,
H A Dkern_sig.c1595 if (sa_upcall(l, SA_UPCALL_SIGNAL | SA_UPCALL_DEFER, le, li,

Completed in 179 milliseconds