Home
last modified time | relevance | path

Searched refs:module_t (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/kern/
H A Dkern_module.c79 static module_t *module_netbsd;
86 static module_t *module_active;
105 int (*module_load_vfs_vec)(const char *, int, bool, module_t *,
116 static module_t *module_newmodule(modsrc_t);
117 static void module_free(module_t *);
118 static void module_require_force(module_t *);
120 module_t **, modclass_t modclass, bool);
122 static int module_do_builtin(const module_t *, const char *, module_t **,
124 static int module_fetch_info(module_t *);
127 static module_t *module_lookup(const char *);
[all …]
H A Dkern_module_vfs.c64 module_t *mod, prop_dictionary_t *filedictp) in module_load_vfs()
H A Dsys_module.c126 module_t *mod; in handle_modctl_stat()
/netbsd-src/sys/sys/
H A Dmodule.h104 } module_t; typedef
185 module_t *module_kernel(void);
194 void module_hold(module_t *);
195 void module_rele(module_t *);
202 void *module_getspecific(module_t *, specificdata_key_t);
203 void module_setspecific(module_t *, specificdata_key_t, void *);
214 int (*module_load_vfs_vec)(const char *, int, bool, module_t *,
216 int module_load_vfs(const char *, int, bool, module_t *,
/netbsd-src/external/cddl/osnet/dev/dtrace/
H A Ddtrace_test.c86 dtrace_test_modevent(module_t mod, int type, void *data) in dtrace_test_modevent()
/netbsd-src/sys/altq/
H A Daltq_conf.h111 int altq_module_handler(module_t, int, void *);
H A Daltq_conf.c368 altq_module_handler(module_t mod, int cmd, void *arg) in altq_module_handler()
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_mem.c74 bktr_mem_modevent(module_t mod, int type, void *unused) { in bktr_mem_modevent()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_nfssvc.c121 nfssvc_modevent(module_t mod, int type, void *data) in nfssvc_modevent()
H A Dnfs_lock.c200 nfslock_modevent(module_t mod __unused, int type, void *data __unused) in nfslock_modevent()
H A Dnfs_commonport.c695 nfscommon_modevent(module_t mod, int type, void *data) in nfscommon_modevent()
/netbsd-src/sys/compat/common/
H A Dkern_mod_80.c62 module_t *mod; in compat_80_modstat()
/netbsd-src/external/cddl/osnet/dev/dtmalloc/
H A Ddtmalloc.c197 dtmalloc_modevent(module_t mod __unused, int type, void *data __unused) in dtmalloc_modevent()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_80.c57 module_t *mod; in modctl32_handle_ostat()
H A Dnetbsd32_module.c57 module_t *mod; in modctl32_handle_stat()
/netbsd-src/external/cddl/osnet/dev/cyclic/
H A Dcyclic_test.c278 cyclic_test_modevent(module_t mod, int type, void *data) in cyclic_test_modevent()
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clkdtrace.c558 dtnfsclient_modevent(module_t mod __unused, int type, void *data __unused) in dtnfsclient_modevent()
H A Dnfs_clport.c1380 nfscl_modevent(module_t mod, int type, void *data) in nfscl_modevent()
/netbsd-src/external/cddl/osnet/dev/systrace/
H A Dsystrace.c453 systrace_modevent(module_t mod __unused, int type, void *data __unused) in systrace_modevent()
/netbsd-src/external/cddl/osnet/dev/sdt/
H A Dsdt.c637 sdt_modevent(module_t mod __unused, int type, void *data __unused) in sdt_modevent()
/netbsd-src/external/cddl/osnet/dev/profile/
H A Dprofile.c764 profile_modevent(module_t mod __unused, int type, void *data __unused) in profile_modevent()
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c2420 nfslockd_modevent(module_t mod, int type, void *data) in nfslockd_modevent()
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c2718 fasttrap_modevent(module_t mod __unused, int type, void *data __unused) in fasttrap_modevent()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c3349 nfsd_modevent(module_t mod, int type, void *data) in nfsd_modevent()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ioctl.c6920 zfs_modevent(module_t mod, int type, void *unused __unused) in zfs_modevent()

12