Home
last modified time | relevance | path

Searched refs:vfs_modevent (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h939 vfs_modevent, \
995 int vfs_modevent(module_t, int, void *);
/f-stack/freebsd/kern/
H A Dvfs_init.c571 vfs_modevent(module_t mod, int type, void *data) in vfs_modevent() function
H A Duipc_mqueue.c2923 error = vfs_modevent(module, cmd, arg); in mq_modload()