Searched refs:syscall_helper_data (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_util.h111 int syscall32_helper_register(struct syscall_helper_data *sd, int flags);
112 int syscall32_helper_unregister(struct syscall_helper_data *sd);
H A Dfreebsd32_misc.c2852 syscall32_helper_register(struct syscall_helper_data *sd, int flags)
2854 struct syscall_helper_data *sd1;
2870 syscall32_helper_unregister(struct syscall_helper_data *sd)
2872 struct syscall_helper_data *sd1;
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c204 syscall_helper_register(struct syscall_helper_data *sd, int flags)
206 struct syscall_helper_data *sd1;
222 syscall_helper_unregister(struct syscall_helper_data *sd)
224 struct syscall_helper_data *sd1;
H A Duipc_sem.c932 static struct syscall_helper_data ksem_syscalls[] = {
997 static struct syscall_helper_data ksem32_syscalls[] = {
H A Dsysv_msg.c170 static struct syscall_helper_data msg_syscalls[] = {
191 static struct syscall_helper_data msg32_syscalls[] = {
H A Dsysv_sem.c228 static struct syscall_helper_data sem_syscalls[] = {
248 static struct syscall_helper_data sem32_syscalls[] = {
H A Dsysv_shm.c868 static struct syscall_helper_data shm_syscalls[] = {
891 static struct syscall_helper_data shm32_syscalls[] = {
H A Duipc_mqueue.c2694 static struct syscall_helper_data mq_syscalls[] = {
2856 static struct syscall_helper_data mq32_syscalls[] = {
/freebsd-11-stable/sys/sys/
H A Dsysent.h230 struct syscall_helper_data { struct
268 int syscall_helper_register(struct syscall_helper_data *sd, int flags);
269 int syscall_helper_unregister(struct syscall_helper_data *sd);
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c84 static struct syscall_helper_data sctp_syscalls[] = {

Completed in 104 milliseconds