Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/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.c174 preload_search_info(caddr_t mod, int inf) in preload_search_info()
268 preload_fetch_addr(caddr_t mod) in preload_fetch_addr()
279 preload_fetch_size(caddr_t mod) in preload_fetch_size()
/freebsd/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, func, name, arg0, arg1, arg2, arg3, arg4) argument
[all …]
/freebsd/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/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/sys/tests/
H A Dktest.c97 struct ktest_module *mod, const struct ktest_test_info *test_info) in dump_mod_test()
117 struct ktest_module *mod, struct nl_ktest_parsed *attrs) in dump_mod_tests()
135 struct ktest_module *mod; in dump_tests() local
166 struct ktest_module *mod; in run_test() local
249 struct ktest_module *mod = malloc(sizeof(*mod), M_TEMP, M_WAITOK | M_ZERO); in register_test_module() local
261 struct ktest_module *mod = info->module_ptr; in unregister_test_module() local
275 struct ktest_module *mod = info->module_ptr; in can_unregister() local
281 ktest_default_modevent(module_t mod, int type, void *arg) in ktest_default_modevent()
386 ktest_modevent(module_t mod, int type, void *unused) in ktest_modevent()
/freebsd/crypto/libecc/src/nn/
H A Dnn_mod_pow.c39 …c int _nn_exp_monty_ladder_ltr(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn… in _nn_exp_monty_ladder_ltr()
174 …ET static int _nn_mod_pow_redc(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn… in _nn_mod_pow_redc()
197 …TRIBUTE_WARN_UNUSED_RET static int _nn_mod_pow(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod) in _nn_mod_pow()
222 …c int _nn_mod_pow_redc_aliased(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn… in _nn_mod_pow_redc_aliased()
244 int nn_mod_pow_redc(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod, nn_src_t r, nn_src_t r_squ… in nn_mod_pow_redc()
304 int nn_mod_pow(nn_t out, nn_src_t base, nn_src_t exp, nn_src_t mod) in nn_mod_pow()
/freebsd/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/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
/freebsd/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/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/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/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/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/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/sys/dev/zlib/
H A Dzlib_mod.c34 zlib_modevent(module_t mod, int type, void *unused) in zlib_modevent()
/freebsd/share/examples/modules/
H A Dskel.c53 skel_mod_event(module_t mod, int type, void *data) in skel_mod_event()
/freebsd/sys/dev/cxgbe/
H A Dif_cc.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()
H A Dif_cxl.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
H A Dif_cxlv.c33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
/freebsd/sys/dev/sound/
H A Ddriver.c36 snd_modevent(module_t mod, int type, void *data) in snd_modevent()
/freebsd/share/examples/ipfilter/
H A Dmlfk_rule.c35 ipfrule_modevent(module_t mod, int type, void *unused) in ipfrule_modevent()
/freebsd/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c41 fw_consumer_modevent(module_t mod, int type, void *unused) in fw_consumer_modevent()

12345678910>>...16