Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_syscalls.c247 syscall_helper_unregister(struct syscall_helper_data *sd) in syscall_helper_unregister() function
H A Duipc_sem.c1060 syscall_helper_unregister(ksem_syscalls); in ksem_module_destroy()
H A Dsysv_msg.c324 syscall_helper_unregister(msg_syscalls); in msgunload()
H A Dsysv_shm.c1015 syscall_helper_unregister(shm_syscalls); in shmunload()
H A Dsysv_sem.c358 syscall_helper_unregister(sem_syscalls); in semunload()
H A Duipc_mqueue.c2914 syscall_helper_unregister(mq_syscalls); in mqunload()
/f-stack/freebsd/sys/
H A Dsysent.h278 int syscall_helper_unregister(struct syscall_helper_data *sd);
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c132 error = syscall_helper_unregister(sctp_syscalls); in sctp_syscalls_uninit()