Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/freebsd-src/sys/kern/
H A Dkern_module.c58 #define MOD_EVENT(mod, type) (mod)->handler((mod), (type), (mod)->arg) argument
66 modevent_nop(module_t mod, int what, void *arg) in modevent_nop()
94 module_t mod; in module_shutdown() local
111 module_t mod; in module_register_init() local
181 module_reference(module_t mod) in module_reference()
191 module_release(module_t mod) in module_release()
213 module_t mod; in module_lookupbyname() local
229 module_t mod; in module_lookupbyid() local
240 module_quiesce(module_t mod) in module_quiesce()
253 module_unload(module_t mod) in module_unload()
[all …]
H A Dsubr_module.c161 preload_search_info(caddr_t mod,int inf) preload_search_info() argument
255 preload_fetch_addr(caddr_t mod) preload_fetch_addr() argument
266 preload_fetch_size(caddr_t mod) preload_fetch_size() argument
/freebsd-src/sys/sys/
H A Dsdt.h91 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument
92 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument
94 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
95 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument
97 #define SDT_PROBE_DEFINE0(prov, mod, func, name) argument
98 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument
99 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument
100 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) argument
101 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument
102 #define SDT_PROBE_DEFINE5(prov, mod, fun argument
103 SDT_PROBE_DEFINE6(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
106 SDT_PROBE0(prov,mod,func,name) global() argument
107 SDT_PROBE1(prov,mod,func,name,arg0) global() argument
108 SDT_PROBE2(prov,mod,func,name,arg0,arg1) global() argument
109 SDT_PROBE3(prov,mod,func,name,arg0,arg1,arg2) global() argument
110 SDT_PROBE4(prov,mod,func,name,arg0,arg1,arg2,arg3) global() argument
111 SDT_PROBE5(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4) global() argument
112 SDT_PROBE6(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
117 SDT_PROBE_DEFINE0_XLATE(prov,mod,func,name) global() argument
118 SDT_PROBE_DEFINE1_XLATE(prov,mod,func,name,arg0,xarg0) global() argument
119 SDT_PROBE_DEFINE2_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1) global() argument
121 SDT_PROBE_DEFINE3_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2) global() argument
123 SDT_PROBE_DEFINE4_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2,arg3,xarg3) global() argument
125 SDT_PROBE_DEFINE5_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2,arg3,xarg3,arg4,xarg4) global() argument
127 SDT_PROBE_DEFINE6_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2,arg3,xarg3,arg4,xarg4,arg5,xarg5) global() argument
158 _SDT_PROBE_NAME(prov,mod,func,name) global() argument
184 SDT_PROBE_DECLARE(prov,mod,func,name) global() argument
213 __SDT_PROBE(prov,mod,func,name,uniq,f,...) global() argument
235 _SDT_PROBE(prov,mod,func,name,uniq,f,...) global() argument
237 SDT_PROBE(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4) global() argument
255 SDT_PROBE_DEFINE0(prov,mod,func,name) global() argument
258 SDT_PROBE_DEFINE1(prov,mod,func,name,arg0) global() argument
262 SDT_PROBE_DEFINE2(prov,mod,func,name,arg0,arg1) global() argument
267 SDT_PROBE_DEFINE3(prov,mod,func,name,arg0,arg1,arg2) global() argument
273 SDT_PROBE_DEFINE4(prov,mod,func,name,arg0,arg1,arg2,arg3) global() argument
280 SDT_PROBE_DEFINE5(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4) global() argument
288 SDT_PROBE_DEFINE6(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
298 SDT_PROBE_DEFINE0_XLATE(prov,mod,func,name) global() argument
301 SDT_PROBE_DEFINE1_XLATE(prov,mod,func,name,arg0,xarg0) global() argument
305 SDT_PROBE_DEFINE2_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1) global() argument
311 SDT_PROBE_DEFINE3_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2) global() argument
318 SDT_PROBE_DEFINE4_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2,arg3,xarg3) global() argument
326 SDT_PROBE_DEFINE5_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2,arg3,xarg3,arg4,xarg4) global() argument
335 SDT_PROBE_DEFINE6_XLATE(prov,mod,func,name,arg0,xarg0,arg1,xarg1,arg2,xarg2,arg3,xarg3,arg4,xarg4,arg5,xarg5) global() argument
345 SDT_PROBE0(prov,mod,func,name) global() argument
347 SDT_PROBE1(prov,mod,func,name,arg0) global() argument
349 SDT_PROBE2(prov,mod,func,name,arg0,arg1) global() argument
351 SDT_PROBE3(prov,mod,func,name,arg0,arg1,arg2) global() argument
353 SDT_PROBE4(prov,mod,func,name,arg0,arg1,arg2,arg3) global() argument
355 SDT_PROBE5(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4) global() argument
357 SDT_PROBE6(prov,mod,func,name,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
449 const char *mod; global() member
[all...]
/freebsd-src/sys/dev/cxgb/
H A Dcxgb_t3fw.c19 cxgb_t3fw_modevent(module_t mod, int type, void *unused) in cxgb_t3fw_modevent()
51 cxgb_t3b_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3b_protocol_sram_modevent()
83 cxgb_t3b_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3b_tp_eeprom_modevent()
115 cxgb_t3c_protocol_sram_modevent(module_t mod, int type, void *unused) in cxgb_t3c_protocol_sram_modevent()
147 cxgb_t3c_tp_eeprom_modevent(module_t mod, int type, void *unused) in cxgb_t3c_tp_eeprom_modevent()
/freebsd-src/contrib/ofed/libibmad/
H A Dsmp.c61 unsigned mod, unsigned timeout, int *rstatus, in smp_set_status_via()
93 unsigned mod, unsigned timeout, in smp_set_via()
101 unsigned mod, unsigned timeout) in smp_set()
107 unsigned attrid, unsigned mod, unsigned timeout, in smp_query_status_via()
139 unsigned mod, unsigned timeout, in smp_query_via()
147 unsigned mod, unsigned timeout) in smp_query()
H A Dcc.c50 unsigned attrid, unsigned mod, unsigned timeout, in cc_query_status_via()
85 unsigned attrid, unsigned mod, unsigned timeout, in cc_config_status_via()
/freebsd-src/sys/tests/
H A Dktest.c97 struct ktest_module *mod, const struct ktest_test_info *test_info) in dump_mod_test() argument
117 struct ktest_module *mod, struct nl_ktest_parsed *attrs) in dump_mod_tests() argument
135 struct ktest_module *mod; in dump_tests() local
166 struct ktest_module *mod; run_test() local
249 struct ktest_module *mod = malloc(sizeof(*mod), M_TEMP, M_WAITOK | M_ZERO); register_test_module() local
261 struct ktest_module *mod = info->module_ptr; unregister_test_module() local
275 struct ktest_module *mod = info->module_ptr; can_unregister() local
281 ktest_default_modevent(module_t mod,int type,void * arg) ktest_default_modevent() argument
386 ktest_modevent(module_t mod,int type,void * unused) ktest_modevent() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp58 for (const auto &mod : modules) { in OnLibraryLoaded() local
100 for (const auto &mod : modules) { in OnLibraryLoaded() local
[all...]
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h66 pszind_t mod = ((((psz-1) & delta_inverse_mask) >> lg_delta)) & in sz_psz2ind() local
79 size_t mod = pind & ((ZU(1) << SC_LG_NGROUP) - 1); in sz_pind2sz_compute() local
146 szind_t mod = ((((size-1) & delta_inverse_mask) >> lg_delta)) & in sz_size2index_compute() local
181 size_t mod = reduced_index & ((ZU(1) << SC_LG_NGROUP) - in sz_index2size_compute() local
/freebsd-src/sys/ddb/
H A Ddb_thread.c52 db_set_thread(db_expr_t tid, bool hastid, db_expr_t cnt, char *mod) in db_set_thread() argument
78 db_show_threads(db_expr_t addr, bool hasaddr, db_expr_t cnt, char *mod) in db_show_threads() argument
/freebsd-src/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c82 void drsmp_get_init(void *umad, DRPath * path, int attr, int mod) in drsmp_get_init()
107 void smp_get_init(void *umad, int lid, int attr, int mod) in smp_get_init()
125 void drsmp_set_init(void *umad, DRPath * path, int attr, int mod, void *data) in drsmp_set_init()
226 int i, portid, mod = 0, attr; in main() local
/freebsd-src/contrib/libucl/python/src/
H A Duclmodule.c299 init_macros(PyObject *mod) in init_macros()
324 PyObject *mod = PyModule_Create (&uclmodule); in PyInit_ucl() local
332 PyObject *mod = Py_InitModule ("ucl", uclMethods); in initucl() local
/freebsd-src/stand/efi/boot1/
H A Dproto.c133 const boot_module_t *mod; in load_loader() local
162 const boot_module_t *mod; in choice_protocol() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp65 const LoadedModule *mod = Symbolizer::GetOrInit()->FindModuleForAddress( in WriteModuleReport() local
86 unsigned __sanitizer_stats_register(StatModule **mod) { in __sanitizer_stats_register()
/freebsd-src/share/examples/modules/
H A Dskel.c53 skel_mod_event(module_t mod, int type, void *data) in skel_mod_event()
/freebsd-src/sys/dev/cxgbe/
H A Dif_cxlv.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cc.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxl.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_ccv.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
/freebsd-src/sys/dev/zlib/
H A Dzlib_mod.c34 zlib_modevent(module_t mod, int type, void *unused) in zlib_modevent()
/freebsd-src/sys/dev/sound/
H A Ddriver.c36 snd_modevent(module_t mod, int type, void *data) in snd_modevent() argument
/freebsd-src/contrib/bsnmp/snmpd/
H A Dmain.c952 fd_select(int fd, void (*func)(int, void *), void *udata, struct lmodule *mod) in fd_select()
996 fd_flush(struct lmodule *mod) in fd_flush()
1730 struct lmodule *mod; in main() local
1842 timer_start(u_int ticks, void (*func)(void *), void *udata, struct lmodule *mod) in timer_start()
1887 void (*func)(void *), void *udata, struct lmodule *mod) in timer_start_repeat()
1947 timer_flush(struct lmodule *mod) in timer_flush()
2154 comm_flush(struct lmodule *mod) in comm_flush()
2176 reqid_allocate(int size, struct lmodule *mod) in reqid_allocate()
2293 reqid_flush(struct lmodule *mod) in reqid_flush()
2320 tree_merge(const struct snmp_node *ntree, u_int nsize, struct lmodule *mod) in tree_merge()
[all …]
/freebsd-src/contrib/unbound/services/
H A Dmodstack.h54 struct module_func_block** mod; member
/freebsd-src/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c41 fw_consumer_modevent(module_t mod, int type, void *unused) in fw_consumer_modevent()
/freebsd-src/share/examples/ipfilter/
H A Dmlfk_rule.c35 ipfrule_modevent(module_t mod, int type, void *unused) in ipfrule_modevent()

12345678910>>...15