Searched refs:AUE_SIGRETURN (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/openbsm/sys/bsm/
H A Daudit_kevents.h825 #define AUE_SIGRETURN AUE_NULL macro
/freebsd-13-stable/sys/bsm/
H A Daudit_kevents.h832 #define AUE_SIGRETURN AUE_NULL macro
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h1335 #define FREEBSD32_SYS_AUE_ofreebsd32_sigreturn AUE_SIGRETURN
1403 #define FREEBSD32_SYS_AUE_freebsd4_freebsd32_sigreturn AUE_SIGRETURN
1413 #define FREEBSD32_SYS_AUE_freebsd32_sigreturn AUE_SIGRETURN
H A Dfreebsd32_sysent.c168 { compat(AS(ofreebsd32_sigreturn_args),freebsd32_sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 103 = old freebsd32_sigreturn */
409 { compat4(AS(freebsd4_freebsd32_sigreturn_args),freebsd32_sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 344 = freebsd4 freebsd32_sigreturn */
482 { .sy_narg = AS(freebsd32_sigreturn_args), .sy_call = (sy_call_t *)freebsd32_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 417 = freebsd32_sigreturn */
/freebsd-13-stable/sys/kern/
H A Dinit_sysent.c161 { compat(AS(osigreturn_args),sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 103 = old sigreturn */
402 { compat4(AS(freebsd4_sigreturn_args),sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 344 = freebsd4 sigreturn */
475 { .sy_narg = AS(sigreturn_args), .sy_call = (sy_call_t *)sys_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 417 = sigreturn */
/freebsd-13-stable/sys/sys/
H A Dsysproto.h2800 #define SYS_AUE_osigreturn AUE_SIGRETURN
2970 #define SYS_AUE_freebsd4_sigreturn AUE_SIGRETURN
3029 #define SYS_AUE_sigreturn AUE_SIGRETURN
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysent.c139 { .sy_narg = AS(linux_sigreturn_args), .sy_call = (sy_call_t *)linux_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 119 = linux_sigreturn */
H A Dlinux_proto.h2075 #define LINUX_SYS_AUE_linux_sigreturn AUE_SIGRETURN
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c139 { .sy_narg = AS(linux_sigreturn_args), .sy_call = (sy_call_t *)linux_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 119 = linux_sigreturn */
H A Dlinux32_proto.h2079 #define LINUX32_SYS_AUE_linux_sigreturn AUE_SIGRETURN
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_sysent.c139 { .sy_narg = AS(linux_sigreturn_args), .sy_call = (sy_call_t *)linux_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 119 = linux_sigreturn */
H A Dlinux_proto.h1624 #define LINUX_SYS_AUE_linux_sigreturn AUE_SIGRETURN

Completed in 374 milliseconds