MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mqunload

Function mqunload

freebsd/kern/uipc_mqueue.c:2907–2916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2905}
2906
2907static int
2908mqunload(void)
2909{
2910
2911#ifdef COMPAT_FREEBSD32
2912 syscall32_helper_unregister(mq32_syscalls);
2913#endif
2914 syscall_helper_unregister(mq_syscalls);
2915 return (0);
2916}
2917
2918static int
2919mq_modload(struct module *module, int cmd, void *arg)

Callers 1

mq_modloadFunction · 0.85

Calls 1

Tested by

no test coverage detected