Symbol: AUE_SIGRETURN
sys/amd64/linux32/linux32_proto.h
2202
#define LINUX32_SYS_AUE_linux_sigreturn AUE_SIGRETURN
sys/amd64/linux32/linux32_sysent.c
137
{ .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 */
sys/compat/freebsd32/freebsd32_proto.h
1184
#define FREEBSD32_SYS_AUE_ofreebsd32_sigreturn AUE_SIGRETURN
sys/compat/freebsd32/freebsd32_proto.h
1258
#define FREEBSD32_SYS_AUE_freebsd4_freebsd32_sigreturn AUE_SIGRETURN
sys/compat/freebsd32/freebsd32_proto.h
1269
#define FREEBSD32_SYS_AUE_freebsd32_sigreturn AUE_SIGRETURN
sys/compat/freebsd32/freebsd32_sysent.c
173
{ compat(AS(ofreebsd32_sigreturn_args),freebsd32_sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 103 = old freebsd32_sigreturn */
sys/compat/freebsd32/freebsd32_sysent.c
414
{ 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 */
sys/compat/freebsd32/freebsd32_sysent.c
487
{ .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 */
sys/i386/linux/linux_proto.h
2198
#define LINUX_SYS_AUE_linux_sigreturn AUE_SIGRETURN
sys/i386/linux/linux_sysent.c
136
{ .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 */
sys/kern/init_sysent.c
172
{ compat(AS(osigreturn_args),sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 103 = old sigreturn */
sys/kern/init_sysent.c
413
{ compat4(AS(freebsd4_sigreturn_args),sigreturn), .sy_auevent = AUE_SIGRETURN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 344 = freebsd4 sigreturn */
sys/kern/init_sysent.c
486
{ .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 */
sys/sys/sysproto.h
2945
#define SYS_AUE_osigreturn AUE_SIGRETURN
sys/sys/sysproto.h
3115
#define SYS_AUE_freebsd4_sigreturn AUE_SIGRETURN
sys/sys/sysproto.h
3174
#define SYS_AUE_sigreturn AUE_SIGRETURN