Home
last modified time | relevance | path

Searched refs:syscall_helper_data (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_syscalls.c221 syscall_helper_register(struct syscall_helper_data *sd, int flags) in syscall_helper_register()
229 struct syscall_helper_data *sd, int flags) in kern_syscall_helper_register()
231 struct syscall_helper_data *sd1; in kern_syscall_helper_register()
247 syscall_helper_unregister(struct syscall_helper_data *sd) in syscall_helper_unregister()
255 struct syscall_helper_data *sd) in kern_syscall_helper_unregister()
257 struct syscall_helper_data *sd1; in kern_syscall_helper_unregister()
H A Duipc_sem.c949 static struct syscall_helper_data ksem_syscalls[] = {
1014 static struct syscall_helper_data ksem32_syscalls[] = {
H A Dsysv_msg.c177 static struct syscall_helper_data msg_syscalls[] = {
198 static struct syscall_helper_data msg32_syscalls[] = {
H A Dsysv_shm.c889 static struct syscall_helper_data shm_syscalls[] = {
912 static struct syscall_helper_data shm32_syscalls[] = {
H A Dsysv_sem.c236 static struct syscall_helper_data sem_syscalls[] = {
256 static struct syscall_helper_data sem32_syscalls[] = {
H A Duipc_mqueue.c2716 static struct syscall_helper_data mq_syscalls[] = {
2880 static struct syscall_helper_data mq32_syscalls[] = {
/f-stack/freebsd/sys/
H A Dsysent.h242 struct syscall_helper_data { struct
277 int syscall_helper_register(struct syscall_helper_data *sd, int flags);
278 int syscall_helper_unregister(struct syscall_helper_data *sd);
287 struct syscall_helper_data *sd, int flags);
289 struct syscall_helper_data *sd);
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c84 static struct syscall_helper_data sctp_syscalls[] = {
93 static struct syscall_helper_data sctp32_syscalls[] = {