Home
last modified time | relevance | path

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

12345

/f-stack/freebsd/sys/
H A Dmodule.h52 typedef struct module *module_t; typedef
229 module_t module_lookupbyname(const char *);
230 module_t module_lookupbyid(int);
231 int module_quiesce(module_t);
232 void module_reference(module_t);
233 void module_release(module_t);
234 int module_unload(module_t);
235 int module_getid(module_t);
236 module_t module_getfnext(module_t);
237 const char * module_getname(module_t);
[all …]
H A Diconv.h201 static int fsname ## _iconv_mod_handler(module_t mod, \
204 fsname ## _iconv_mod_handler(module_t mod, int type, void *d) \
242 int iconv_converter_handler(module_t mod, int type, void *data);
H A Dexec.h99 static int __CONCAT(name,_modevent)(module_t mod, int type, \
H A Dmodule_khelp.h96 int khelp_modevent(module_t mod, int type, void *data);
/f-stack/freebsd/kern/
H A Dkern_module.c97 module_t mod; in module_shutdown()
114 module_t mod; in module_register_init()
213 module_t
216 module_t mod; in module_lookupbyname()
229 module_t
274 module_t
311 module_t mod; in sys_modnext()
342 module_t mod; in sys_modfnext()
372 module_t mod; in sys_modstat()
427 module_t mod; in sys_modfind()
[all …]
/f-stack/freebsd/netinet/libalias/
H A Dalias_mod.h137 typedef struct module *module_t; typedef
138 typedef int (*modeventhand_t)(module_t, int /* modeventtype_t */, void *);
H A Dalias_dummy.c118 mod_handler(module_t mod, int type, void *data) in mod_handler()
/f-stack/freebsd/netpfil/ipfw/test/
H A Ddn_test.h146 typedef void * module_t; typedef
150 int (*f)(module_t, int, void *);
H A Dtest_dn_sched.c16 dn_sched_modevent(module_t mod, int cmd, void *arg) in dn_sched_modevent()
/f-stack/freebsd/netinet/cc/
H A Dcc_module.h70 int cc_modevent(module_t mod, int type, void *data);
/f-stack/freebsd/x86/bios/
H A Dsmbios.c73 static int smbios_modevent (module_t, int, void *);
194 module_t mod; in smbios_modevent()
H A Dvpd.c104 static int vpd_modevent (module_t, int, void *);
256 module_t mod; in vpd_modevent()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket.c64 static int ng_btsocket_modevent (module_t, int, void *);
274 ng_btsocket_modevent(module_t mod, int event, void *data) in ng_btsocket_modevent()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dip_fw_nptv6.c66 ipfw_nptv6_modevent(module_t mod, int type, void *unused) in ipfw_nptv6_modevent()
/f-stack/freebsd/netpfil/ipfw/pmod/
H A Dip_fw_pmod.c68 ipfw_pmod_modevent(module_t mod, int type, void *unused) in ipfw_pmod_modevent()
/f-stack/freebsd/netgraph/
H A Dng_ipfw.c65 static int ng_ipfw_mod_event(module_t mod, int event, void *data);
104 ng_ipfw_mod_event(module_t mod, int event, void *data) in ng_ipfw_mod_event()
/f-stack/freebsd/netipsec/
H A Dipsec_mod.c104 ipsec_modevent(module_t mod, int type, void *data) in ipsec_modevent()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c96 vcio_load(module_t mod, int cmd, void *arg) in vcio_load()
/f-stack/freebsd/amd64/sgx/
H A Dsgx_linux.c109 sgx_linux_modevent(module_t mod, int type, void *data) in sgx_linux_modevent()
/f-stack/freebsd/i386/bios/
H A Dsmapi.c92 static int smapi_modevent(module_t, int, void *);
284 smapi_modevent (module_t mod, int what, void *arg) in smapi_modevent()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm.h155 dn_aqm_modevent(module_t mod, int cmd, void *arg);
H A Ddn_sched.h194 int dn_sched_modevent(module_t mod, int cmd, void *arg);
/f-stack/freebsd/crypto/rc4/
H A Drc4.c111 rc4_modevent(module_t mod, int type, void *unused) in rc4_modevent()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.h149 int mac_veriexec_fingerprint_modevent(module_t mod, int type, void *data);
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dip_fw_nat64.c121 ipfw_nat64_modevent(module_t mod, int type, void *unused) in ipfw_nat64_modevent()

12345