Symbol: syscall_helper_data
sys/compat/freebsd32/freebsd32_misc.c
3622
syscall32_helper_register(struct syscall_helper_data *sd, int flags)
sys/compat/freebsd32/freebsd32_misc.c
3629
syscall32_helper_unregister(struct syscall_helper_data *sd)
sys/compat/freebsd32/freebsd32_util.h
108
int syscall32_helper_register(struct syscall_helper_data *sd, int flags);
sys/compat/freebsd32/freebsd32_util.h
109
int syscall32_helper_unregister(struct syscall_helper_data *sd);
sys/kern/kern_syscalls.c
239
syscall_helper_register(struct syscall_helper_data *sd, int flags)
sys/kern/kern_syscalls.c
247
struct syscall_helper_data *sd, int flags)
sys/kern/kern_syscalls.c
249
struct syscall_helper_data *sd1;
sys/kern/kern_syscalls.c
265
syscall_helper_unregister(struct syscall_helper_data *sd)
sys/kern/kern_syscalls.c
273
struct syscall_helper_data *sd)
sys/kern/kern_syscalls.c
275
struct syscall_helper_data *sd1;
sys/kern/sysv_msg.c
174
static struct syscall_helper_data msg_syscalls[] = {
sys/kern/sysv_msg.c
195
static struct syscall_helper_data msg32_syscalls[] = {
sys/kern/sysv_sem.c
233
static struct syscall_helper_data sem_syscalls[] = {
sys/kern/sysv_sem.c
253
static struct syscall_helper_data sem32_syscalls[] = {
sys/kern/sysv_shm.c
911
static struct syscall_helper_data shm_syscalls[] = {
sys/kern/sysv_shm.c
934
static struct syscall_helper_data shm32_syscalls[] = {
sys/kern/uipc_mqueue.c
2740
static struct syscall_helper_data mq_syscalls[] = {
sys/kern/uipc_mqueue.c
2885
static struct syscall_helper_data mq32_syscalls[] = {
sys/kern/uipc_sem.c
1012
static struct syscall_helper_data ksem32_syscalls[] = {
sys/kern/uipc_sem.c
947
static struct syscall_helper_data ksem_syscalls[] = {
sys/netinet/sctp_syscalls.c
88
static struct syscall_helper_data sctp_syscalls[] = {
sys/netinet/sctp_syscalls.c
97
static struct syscall_helper_data sctp32_syscalls[] = {
sys/nfs/nfs_nfssvc.c
57
static struct syscall_helper_data nfssvc_syscalls[] = {
sys/nlm/nlm_prot_impl.c
94
static struct syscall_helper_data nlm_syscalls[] = {
sys/rpc/rpcsec_tls/rpctls_impl.c
71
static struct syscall_helper_data rpctls_syscalls[] = {
sys/sys/sysent.h
308
int syscall_helper_register(struct syscall_helper_data *sd, int flags);
sys/sys/sysent.h
309
int syscall_helper_unregister(struct syscall_helper_data *sd);
sys/sys/sysent.h
318
struct syscall_helper_data *sd, int flags);
sys/sys/sysent.h
320
struct syscall_helper_data *sd);