Searched refs:mod (Results 1 - 25 of 434) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/kern/
H A Dkern_module.c61 #define MOD_EVENT(mod, type) (mod)->handler((mod), (type), (mod)->arg)
69 modevent_nop(module_t mod, int what, void *arg) argument
97 module_t mod; local
103 TAILQ_FOREACH_REVERSE(mod, &modules, modulelist, link)
104 MOD_EVENT(mod, MOD_SHUTDOWN);
114 module_t mod; local
118 mod
184 module_reference(module_t mod) argument
194 module_release(module_t mod) argument
216 module_t mod; local
232 module_t mod; local
243 module_quiesce(module_t mod) argument
256 module_unload(module_t mod) argument
267 module_getid(module_t mod) argument
275 module_getfnext(module_t mod) argument
283 module_getname(module_t mod) argument
291 module_setspecific(module_t mod, modspecific_t *datap) argument
299 module_file(module_t mod) argument
311 module_t mod; local
342 module_t mod; local
372 module_t mod; local
427 module_t mod; local
469 module_t mod; local
[all...]
/freebsd-10-stable/sbin/fsck_msdosfs/
H A Dcheck.c51 int mod = 0; local
95 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
96 if (mod & FSFATAL) {
105 mod |= readfat(dosfs, &boot, i, &currentFat);
107 if (mod & FSFATAL)
110 mod |= comparefat(&boot, fat, currentFat, i);
112 if (mod & FSFATAL)
119 mod |= checkfat(&boot, fat);
120 if (mod & FSFATAL)
127 mod |
[all...]
/freebsd-10-stable/sys/sys/
H A Dsdt.h87 #define SDT_PROBE_DEFINE(prov, mod, func, name)
88 #define SDT_PROBE_DECLARE(prov, mod, func, name)
89 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4)
90 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
92 #define SDT_PROBE_DEFINE0(prov, mod, func, name)
93 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0)
94 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1)
95 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2)
96 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3)
97 #define SDT_PROBE_DEFINE5(prov, mod, fun
402 const char *mod; member in struct:sdt_probe
[all...]
/freebsd-10-stable/share/i18n/esdb/UTF/
H A DMakefile7 UTF-16-mod= UTF1632
9 UTF-16BE-mod= UTF1632
11 UTF-16LE-mod= UTF1632
13 UTF-16-INTERNAL-mod= UTF1632
15 UTF-16-SWAPPED-mod= UTF1632
17 UTF-32-mod= UTF1632
19 UTF-32BE-mod= UTF1632
21 UTF-32LE-mod= UTF1632
23 UTF-32-INTERNAL-mod= UTF1632
25 UTF-32-SWAPPED-mod
[all...]
/freebsd-10-stable/sys/dev/lindev/
H A Dlindev.c48 lindev_modevent(module_t mod, int type, void *data) argument
54 error = lindev_modevent_full(mod, type, data);
58 error = lindev_modevent_full(mod, type, data);
62 error = lindev_modevent_full(mod, type, data);
/freebsd-10-stable/contrib/unbound/services/
H A Dmodstack.c79 stack->mod = NULL;
97 stack->mod = (struct module_func_block**)calloc((size_t)
99 if(!stack->mod) {
104 stack->mod[i] = module_factory(&module_conf);
105 if(!stack->mod[i]) {
182 i, stack->mod[i]->name);
183 fptr_ok(fptr_whitelist_mod_init(stack->mod[i]->init));
184 if(!(*stack->mod[i]->init)(env, i)) {
186 stack->mod[i]->name);
198 fptr_ok(fptr_whitelist_mod_deinit(stack->mod[
[all...]
H A Dmodstack.h54 struct module_func_block** mod; member in struct:module_stack
/freebsd-10-stable/contrib/ofed/management/libibmad/src/
H A Dsmp.c52 smp_set_via(void *data, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout, const void *srcport) argument
56 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
66 rpc.attr.mod = mod;
82 smp_set(void *data, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout) argument
84 return smp_set_via(data, portid, attrid, mod, timeout, NULL);
88 smp_query_via(void *rcvbuf, ib_portid_t *portid, unsigned attrid, unsigned mod, argument
93 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2st
119 smp_query(void *rcvbuf, ib_portid_t *portid, unsigned attrid, unsigned mod, unsigned timeout) argument
[all...]
/freebsd-10-stable/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c27 dtrace_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_options_private.h35 const char *mod, const char *opt, const char *val);
39 const char *mod, const char *opt, const char *val,
H A Darchive_options.c37 const char **mod, const char **opt, const char **val);
105 const char *s, *mod, *opt, *val; local
120 mod = opt = val = NULL;
122 parse_option(&s, &mod, &opt, &val);
123 if (mod == NULL && opt != NULL &&
133 r = use_option(a, mod, opt, val);
138 if (r == ARCHIVE_FAILED && mod != NULL) {
147 "Unknown module name: `%s'", mod);
155 mod?mod
172 const char *end, *mod, *opt, *val; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_blind.c122 BIGNUM *mod; /* just a reference */ member in struct:bn_blinding_st
135 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) argument
139 bn_check_top(mod);
155 /* save a copy of mod in the BN_BLINDING structure */
156 if ((ret->mod = BN_dup(mod)) == NULL)
158 if (BN_get_flags(mod, BN_FLG_CONSTTIME) != 0)
159 BN_set_flags(ret->mod, BN_FLG_CONSTTIME);
186 if (r->mod != NULL)
187 BN_free(r->mod);
[all...]
/freebsd-10-stable/lib/libc/net/
H A Dnsdispatch.c475 ns_mod mod; local
478 memset(&mod, 0, sizeof(mod));
479 mod.name = strdup(source);
480 if (mod.name == NULL) {
488 mod.handle = nss_builtin_handle;
493 if (snprintf(buf, sizeof(buf), "nss_%s.so.%d", mod.name,
496 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
497 if (mod.handle == NULL) {
502 nss_log(LOG_DEBUG, "%s, %s", mod
534 ns_mod_free(ns_mod *mod) argument
576 ns_mod *mod; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signature.d40 @moddy[mod(0)] = count();
51 @moddy[mod(0)] = count();
/freebsd-10-stable/sys/netinet/cc/
H A Dcc_module.h68 int cc_modevent(module_t mod, int type, void *data);
/freebsd-10-stable/sys/dev/cxgbe/
H A Dif_cxl.c36 mod_event(module_t mod, int cmd, void *arg) argument
H A Dif_cxlv.c36 mod_event(module_t mod, int cmd, void *arg) argument
H A Dif_ccv.c36 mod_event(module_t mod, int cmd, void *arg) argument
H A Dif_cc.c36 mod_event(module_t mod, int cmd, void *arg) argument
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe.c41 mod_event(module_t mod, int cmd, void *arg) argument
/freebsd-10-stable/contrib/llvm/include/llvm-c/
H A Dlto.h166 lto_module_dispose(lto_module_t mod);
173 lto_module_get_target_triple(lto_module_t mod);
179 lto_module_set_target_triple(lto_module_t mod, const char *triple);
186 lto_module_get_num_symbols(lto_module_t mod);
193 lto_module_get_symbol_name(lto_module_t mod, unsigned int index);
200 lto_module_get_symbol_attribute(lto_module_t mod, unsigned int index);
225 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dmodword.mk5 all: mod-squarebrackets mod-S-W mod-C-W mod-tW-tw
21 mod-squarebrackets: mod-squarebrackets-0-star-at \
22 mod-squarebrackets-hash \
23 mod-squarebrackets-n \
24 mod-squarebrackets-start-end \
25 mod
[all...]
/freebsd-10-stable/usr.sbin/ndiscvt/
H A Dwindrv_stub.c212 windrv_modevent(mod, cmd, arg)
213 module_t mod;
232 windrv_load(mod, drv_data_start, drv_data_len, PCIBus,
236 windrv_load(mod, drv_data_start, drv_data_len, PCMCIABus,
240 windrv_load(mod, drv_data_start, drv_data_len, PNPBus,
249 windrv_unload(mod, drv_data_start, drv_data_len);
252 windrv_unload(mod, drv_data_start, drv_data_len);
255 windrv_unload(mod, drv_data_start, drv_data_len);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.mod.ksh34 @[mod(arg0)] = count();
/freebsd-10-stable/contrib/gcc/
H A Ddouble-int.c211 double_int *mod)
216 &ret.low, &ret.high, &mod->low, &mod->high);
223 double_int_sdivmod (double_int a, double_int b, unsigned code, double_int *mod) argument
225 return double_int_divmod (a, b, false, code, mod);
231 double_int_udivmod (double_int a, double_int b, unsigned code, double_int *mod) argument
233 return double_int_divmod (a, b, true, code, mod);
243 double_int mod; local
245 return double_int_divmod (a, b, uns, code, &mod);
271 double_int mod; local
210 double_int_divmod(double_int a, double_int b, bool uns, unsigned code, double_int *mod) argument
[all...]

Completed in 290 milliseconds

1234567891011>>