/dflybsd-src/sys/kern/ |
H A D | kern_module.c | 55 #define MOD_EVENT(mod, type) (mod)->handler((mod), (type), (mod)->arg) argument 64 modevent_nop(module_t mod, int what, void* arg) in modevent_nop() 83 module_t mod; in module_shutdown() local 94 module_t mod; in module_register_init() local 153 module_reference(module_t mod) in module_reference() 167 module_release(module_t mod) in module_release() 190 module_t mod; in module_lookupbyname() local 203 module_t mod; in module_lookupbyid() local 214 module_unload(module_t mod) in module_unload() 224 module_getid(module_t mod) in module_getid() [all …]
|
H A D | kern_linker.c | 479 module_t mod, next; in linker_file_unload() local 1086 modlist_t mod; in modlist_lookup() local 1098 modlist_t mod, bestmod; in modlist_lookup2() local 1122 modlist_t mod; in linker_reference_module() local 1145 modlist_t mod; in linker_release_module() local 1172 modlist_t mod; in modlist_newmodule() local 1223 modlist_t mod; in linker_preload() local 1589 modlist_t mod; in linker_load_dependencies() local
|
H A D | kern_syscalls.c | 81 syscall_module_handler(struct module *mod, int what, void *arg) in syscall_module_handler()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cfgexpand.c | 2406 floor_sdiv_adjust (enum machine_mode mode, rtx mod, rtx op1) in floor_sdiv_adjust() 2422 ceil_sdiv_adjust (enum machine_mode mode, rtx mod, rtx op1) in ceil_sdiv_adjust() 2438 ceil_udiv_adjust (enum machine_mode mode, rtx mod, rtx op1 ATTRIBUTE_UNUSED) in ceil_udiv_adjust() 2450 round_sdiv_adjust (enum machine_mode mode, rtx mod, rtx op1) in round_sdiv_adjust() 2473 round_udiv_adjust (enum machine_mode mode, rtx mod, rtx op1) in round_udiv_adjust() 3093 rtx mod = simplify_gen_binary (MOD, mode, op0, op1); in expand_debug_expr() local 3103 rtx mod = simplify_gen_binary (MOD, mode, op0, op1); in expand_debug_expr() local 3115 rtx mod = simplify_gen_binary (UMOD, mode, op0, op1); in expand_debug_expr() local 3122 rtx mod = simplify_gen_binary (MOD, mode, op0, op1); in expand_debug_expr() local 3130 rtx mod = simplify_gen_binary (UMOD, mode, op0, op1); in expand_debug_expr() local [all …]
|
H A D | double-int.c | 765 double_int *mod) in double_int_divmod() 778 double_int_sdivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_sdivmod() 786 double_int_udivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_udivmod() 798 double_int mod; in double_int_div() local 826 double_int mod; in double_int_mod() local
|
/dflybsd-src/crypto/libressl/crypto/bn/ |
H A D | bn_prime.c | 295 BN_ULONG mod = BN_mod_word(a, primes[i]); in BN_is_prime_fasttest_ex() local 420 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime() local 477 BN_LONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime_dh() local
|
H A D | bn_mont.c | 367 BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) in BN_MONT_CTX_set() 518 BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, int lock, const BIGNUM *mod, in BN_MONT_CTX_set_locked()
|
H A D | bn_blind.c | 126 BIGNUM *mod; /* just a reference */ member 140 BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) in BN_BLINDING_new()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | taskloop.c | 122 UTYPE mod = n % num_tasks; in GOMP_taskloop() local 140 UTYPE mod = n % num_tasks; in GOMP_taskloop() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_options.c | 105 const char *s, *mod, *opt, *val; in _archive_set_options() local 172 const char *end, *mod, *opt, *val; in parse_option() local
|
/dflybsd-src/sys/dev/sound/ |
H A D | driver.c | 36 snd_modevent(module_t mod, int type, void *data) in snd_modevent()
|
/dflybsd-src/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()
|
/dflybsd-src/share/examples/kld/cdev/module/ |
H A D | cdevmod.c | 112 cdev_load(module_t mod, int cmd, void *arg) in cdev_load()
|
/dflybsd-src/sys/dev/misc/tbridge/ |
H A D | tbridge.c | 168 tbridge_testcase_modhandler(module_t mod, int type, void *arg) in tbridge_testcase_modhandler() 308 testbridge_modevent(module_t mod, int type, void *unused) in testbridge_modevent()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | double-int.c | 938 double_int *mod, bool *overflow) const in divmod_with_overflow() 951 double_int *mod) const in divmod() 965 double_int::sdivmod (double_int b, unsigned code, double_int *mod) const in sdivmod() 973 double_int::udivmod (double_int b, unsigned code, double_int *mod) const in udivmod() 985 double_int mod; in div() local 1011 double_int::mod (double_int b, bool uns, unsigned code) const in mod() function 1013 double_int mod; in mod() local
|
H A D | cfgexpand.c | 3930 floor_sdiv_adjust (machine_mode mode, rtx mod, rtx op1) in floor_sdiv_adjust() 3946 ceil_sdiv_adjust (machine_mode mode, rtx mod, rtx op1) in ceil_sdiv_adjust() 3962 ceil_udiv_adjust (machine_mode mode, rtx mod, rtx op1 ATTRIBUTE_UNUSED) in ceil_udiv_adjust() 3974 round_sdiv_adjust (machine_mode mode, rtx mod, rtx op1) in round_sdiv_adjust() 3997 round_udiv_adjust (machine_mode mode, rtx mod, rtx op1) in round_udiv_adjust() 4687 rtx mod = simplify_gen_binary (MOD, mode, op0, op1); in expand_debug_expr() local 4697 rtx mod = simplify_gen_binary (MOD, mode, op0, op1); in expand_debug_expr() local 4709 rtx mod = simplify_gen_binary (UMOD, mode, op0, op1); in expand_debug_expr() local 4716 rtx mod = simplify_gen_binary (MOD, mode, op0, op1); in expand_debug_expr() local 4724 rtx mod = simplify_gen_binary (UMOD, mode, op0, op1); in expand_debug_expr() local [all …]
|
/dflybsd-src/sys/dev/disk/dm/ |
H A D | dm_target_error.c | 50 dmte_mod_handler(module_t mod, int type, void *unused) in dmte_mod_handler()
|
H A D | dm_target_zero.c | 51 dmtz_mod_handler(module_t mod, int type, void *unused) in dmtz_mod_handler()
|
/dflybsd-src/test/stress/stress2/tools/module/ |
H A D | ptest.c | 75 ptest_modevent(module_t mod, int what, void *arg) in ptest_modevent()
|
/dflybsd-src/sbin/fsck_msdosfs/ |
H A D | check.c | 45 int mod = 0; in checkfilesys() local
|
/dflybsd-src/lib/libc/net/ |
H A D | nsdispatch.c | 472 ns_mod mod; in nss_load_module() local 531 ns_mod_free(ns_mod *mod) in ns_mod_free() 573 ns_mod *mod; in nss_method_lookup() local
|
/dflybsd-src/sys/netbt/ |
H A D | bt_proto.c | 43 netbt_modevent(module_t mod, int type, void *data) in netbt_modevent()
|
/dflybsd-src/sys/netgraph7/bluetooth/socket/ |
H A D | ng_btsocket.c | 247 ng_btsocket_modevent(module_t mod, int event, void *data) in ng_btsocket_modevent()
|
/dflybsd-src/contrib/gmp/ |
H A D | randmts.c | 105 mpz_t mod; /* Modulus. */ in randseed_mt() local
|
/dflybsd-src/share/examples/kld/dyn_sysctl/ |
H A D | dyn_sysctl.c | 57 load (module_t mod, int cmd, void *arg) in load()
|