/freebsd/sys/kern/ |
H A D | kern_module.c | 58 #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 D | subr_module.c | 174 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 D | sdt.h | 91 #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 D | cxgb_t3fw.c | 19 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 D | smp.c | 61 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 D | cc.c | 50 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 D | ktest.c | 97 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 D | nn_mod_pow.c | 39 …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 D | sz.h | 66 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 D | sanitizer_libignore.cpp | 58 for (const auto &mod : modules) { in OnLibraryLoaded() local 100 for (const auto &mod : modules) { in OnLibraryLoaded() local
|
/freebsd/sys/ddb/ |
H A D | db_thread.c | 52 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 D | smpdump.c | 82 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 D | uclmodule.c | 299 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 D | proto.c | 133 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 D | stats.cpp | 65 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 D | main.c | 952 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 D | zlib_mod.c | 34 zlib_modevent(module_t mod, int type, void *unused) in zlib_modevent()
|
/freebsd/share/examples/modules/ |
H A D | skel.c | 53 skel_mod_event(module_t mod, int type, void *data) in skel_mod_event()
|
/freebsd/sys/dev/cxgbe/ |
H A D | if_cc.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
H A D | if_ccv.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
H A D | if_cxl.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
H A D | if_cxlv.c | 33 mod_event(module_t mod, int cmd, void *arg) in mod_event()
|
/freebsd/sys/dev/sound/ |
H A D | driver.c | 36 snd_modevent(module_t mod, int type, void *data) in snd_modevent()
|
/freebsd/share/examples/ipfilter/ |
H A D | mlfk_rule.c | 35 ipfrule_modevent(module_t mod, int type, void *unused) in ipfrule_modevent()
|
/freebsd/share/examples/kld/firmware/fwconsumer/ |
H A D | fw_consumer.c | 41 fw_consumer_modevent(module_t mod, int type, void *unused) in fw_consumer_modevent()
|