Home
last modified time | relevance | path

Searched refs:syscall_helper_register (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() function
H A Duipc_sem.c1042 error = syscall_helper_register(ksem_syscalls, SY_THR_STATIC_KLD); in ksem_module_init()
H A Dsysv_msg.c304 error = syscall_helper_register(msg_syscalls, SY_THR_STATIC_KLD); in msginit()
H A Dsysv_shm.c993 error = syscall_helper_register(shm_syscalls, SY_THR_STATIC_KLD); in shminit()
H A Dsysv_sem.c335 error = syscall_helper_register(sem_syscalls, SY_THR_STATIC_KLD); in seminit()
H A Duipc_mqueue.c2896 error = syscall_helper_register(mq_syscalls, SY_THR_STATIC_KLD); in mqinit()
/f-stack/freebsd/sys/
H A Dsysent.h277 int syscall_helper_register(struct syscall_helper_data *sd, int flags);
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c107 error = syscall_helper_register(sctp_syscalls, SY_THR_STATIC_KLD); in sctp_syscalls_init()