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

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-to-upper.exp0 mod-tu-space: A B
H A Dvarmod-subst.exp0 mod-subst:
8 mod-subst-delimiter:
46 mod-subst-chain:
48 make: in target "mod-subst-chain": while evaluating "${:Uvalue:S,a,x,i}.": Unknown modifier "i"
50 mod-subst-dollar:$1:
51 mod-subst-dollar:$2:
52 mod-subst-dollar:$3:
53 mod-subst-dollar:$4:
54 mod-subst-dollar:$5:
55 mod
[all...]
H A Dvarmod-loop.exp12 mod-loop-dollar:1:
13 mod-loop-dollar:${word}$:
14 mod-loop-dollar:$3$:
15 mod-loop-dollar:$${word}$$:
16 mod-loop-dollar:$$5$$:
17 mod-loop-dollar:$$${word}$$$:
H A Dvarmod-subst-regex.exp2 mod-regex-compile-error: C,word,____,:Q}.
7 mod-regex-limits:11-missing:1 6
8 mod-regex-limits:11-ok:1 22 446
13 mod-regex-limits:22-missing:1 6
18 mod-regex-limits:22-missing:1 6
19 mod-regex-limits:22-ok:1 33 556
20 mod-regex-limits:capture:ihgfedcbaabcdefghijABCDEFGHIJa0a1a2rest
22 mod-regex-errors:
23 make: in target "mod-regex-errors": while evaluating variable "word": while evaluating "${:U:Z}y,W}": Unknown modifier "Z"
24 mod
[all...]
/freebsd-current/sbin/fsck_msdosfs/
H A Dcheck.c53 int mod = 0; local
96 mod |= readfat(dosfs, &boot, &fat);
97 if (mod & FSFATAL) {
105 mod |= resetDosDirSection(fat);
107 if (mod & FSFATAL)
111 mod |= handleDirTree(fat);
112 if (mod & FSFATAL)
118 mod |= checklost(fat);
119 if (mod & FSFATAL)
123 if (mod
[all...]
/freebsd-current/sys/kern/
H A Dkern_module.c58 #define MOD_EVENT(mod, type) (mod)->handler((mod), (type), (mod)->arg)
66 modevent_nop(module_t mod, int what, void *arg) argument
94 module_t mod; local
100 TAILQ_FOREACH_REVERSE(mod, &modules, modulelist, link)
101 MOD_EVENT(mod, MOD_SHUTDOWN);
111 module_t mod; local
115 mod
181 module_reference(module_t mod) argument
191 module_release(module_t mod) argument
213 module_t mod; local
229 module_t mod; local
240 module_quiesce(module_t mod) argument
253 module_unload(module_t mod) argument
264 module_getid(module_t mod) argument
272 module_getfnext(module_t mod) argument
280 module_getname(module_t mod) argument
288 module_setspecific(module_t mod, modspecific_t *datap) argument
296 module_file(module_t mod) argument
308 module_t mod; local
339 module_t mod; local
377 module_t mod; local
451 module_t mod; local
501 module_t mod; local
[all...]
/freebsd-current/share/i18n/esdb/UTF/
H A DMakefile6 UTF-16-mod= UTF1632
8 UTF-16BE-mod= UTF1632
10 UTF-16LE-mod= UTF1632
12 UTF-16-INTERNAL-mod= UTF1632
14 UTF-16-SWAPPED-mod= UTF1632
16 UTF-32-mod= UTF1632
18 UTF-32BE-mod= UTF1632
20 UTF-32LE-mod= UTF1632
22 UTF-32-INTERNAL-mod= UTF1632
24 UTF-32-SWAPPED-mod
[all...]
/freebsd-current/sys/sys/
H A Dsdt.h91 #define SDT_PROBE_DEFINE(prov, mod, func, name)
92 #define SDT_PROBE_DECLARE(prov, mod, func, name)
94 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4)
95 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
97 #define SDT_PROBE_DEFINE0(prov, mod, func, name)
98 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0)
99 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1)
100 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2)
101 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3)
102 #define SDT_PROBE_DEFINE5(prov, mod, fun
439 const char *mod; member in struct:sdt_probe
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dsmrstress.sh38 mod=/boot/modules/smrstress.ko
41 rm -f $mod
45 [ -f $mod ] || exit 1
55 rm -f kldload.core $mod
/freebsd-current/stand/efi/boot1/
H A Dproto.h27 EFI_STATUS try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize);
/freebsd-current/contrib/ofed/libibmad/
H A Dsmp.c61 unsigned mod, unsigned timeout, int *rstatus,
67 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
77 rpc.attr.mod = mod;
93 unsigned mod, unsigned timeout,
96 return smp_set_status_via(data, portid, attrid, mod, timeout, NULL,
101 unsigned mod, unsigned timeout)
103 return smp_set_via(data, portid, attrid, mod, timeout, ibmp);
107 unsigned attrid, unsigned mod, unsigne
60 smp_set_status_via(void *data, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, int *rstatus, const struct ibmad_port *srcport) argument
92 smp_set_via(void *data, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, const struct ibmad_port *srcport) argument
100 smp_set(void *data, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout) argument
106 smp_query_status_via(void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, int *rstatus, const struct ibmad_port * srcport) argument
138 smp_query_via(void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, const struct ibmad_port * srcport) argument
146 smp_query(void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout) argument
[all...]
H A Dcc.c50 unsigned attrid, unsigned mod, unsigned timeout,
57 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
60 rpc.attr.mod = mod;
85 unsigned attrid, unsigned mod, unsigned timeout,
92 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
95 rpc.attr.mod = mod;
49 cc_query_status_via(void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, int *rstatus, const struct ibmad_port * srcport, uint64_t cckey) argument
84 cc_config_status_via(void *payload, void *rcvbuf, ib_portid_t * portid, unsigned attrid, unsigned mod, unsigned timeout, int *rstatus, const struct ibmad_port * srcport, uint64_t cckey) argument
[all...]
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c25 dtrace_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/contrib/unbound/services/
H A Dmodstack.c95 stack->mod = NULL;
113 stack->mod = (struct module_func_block**)calloc((size_t)
115 if(!stack->mod) {
120 stack->mod[i] = module_factory(&module_conf);
121 if(!stack->mod[i]) {
239 i, stack->mod[i]->name);
240 fptr_ok(fptr_whitelist_mod_init(stack->mod[i]->init));
241 if(!(*stack->mod[i]->init)(env, i)) {
243 stack->mod[i]->name);
255 fptr_ok(fptr_whitelist_mod_deinit(stack->mod[
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp58 for (const auto &mod : modules) {
59 for (const auto &range : mod.ranges()) {
62 if (!TemplateMatch(lib->templ, mod.full_name()) &&
64 internal_strcmp(lib->real_name, mod.full_name()) == 0))
69 SanitizerToolName, lib->templ, lib->name, mod.full_name());
78 lib->templ, mod.full_name());
80 lib->name = internal_strdup(mod.full_name());
100 for (const auto &mod : modules) {
101 if (!mod.instrumented())
103 for (const auto &range : mod
[all...]
H A Dsanitizer_symbolizer.cpp47 void AddressInfo::FillModuleInfo(const LoadedModule &mod) { argument
48 module = internal_strdup(mod.full_name());
49 module_offset = address - mod.base_address();
50 module_arch = mod.arch();
51 if (mod.uuid_size())
52 internal_memcpy(uuid, mod.uuid(), mod.uuid_size());
53 uuid_size = mod.uuid_size();
/freebsd-current/crypto/openssl/test/testutil/
H A Drandom.c31 const unsigned int mod = (1u << 31) - 1; local
36 test_random_state[i] = (uint32_t)((16807 * (int64_t)s) % mod);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_options_private.h33 const char *mod, const char *opt, const char *val);
37 const char *mod, const char *opt, const char *val,
H A Darchive_options.c36 const char **mod, const char **opt, const char **val);
104 const char *s, *mod, *opt, *val; local
119 mod = opt = val = NULL;
121 parse_option(&s, &mod, &opt, &val);
122 if (mod == NULL && opt != NULL &&
132 r = use_option(a, mod, opt, val);
137 if (r == ARCHIVE_FAILED && mod != NULL) {
146 "Unknown module name: `%s'", mod);
154 mod?mod
171 const char *end, *mod, *opt, *val; local
[all...]
/freebsd-current/sys/tests/
H A Dktest.c97 struct ktest_module *mod, const struct ktest_test_info *test_info)
104 nlattr_add_string(nw, KTEST_ATTR_MOD_NAME, mod->info->name);
117 struct ktest_module *mod, struct nl_ktest_parsed *attrs)
119 for (int i = 0; i < mod->info->num_tests; i++) {
120 const struct ktest_test_info *test_info = &mod->info->tests[i];
123 int error = dump_mod_test(hdr, npt, mod, test_info);
135 struct ktest_module *mod; local
145 TAILQ_FOREACH(mod, &module_list, entries) {
146 if (attrs.mod_name && strcmp(attrs.mod_name, mod->info->name))
148 error = dump_mod_tests(hdr, npt, mod,
96 dump_mod_test(struct nlmsghdr *hdr, struct nl_pstate *npt, struct ktest_module *mod, const struct ktest_test_info *test_info) argument
116 dump_mod_tests(struct nlmsghdr *hdr, struct nl_pstate *npt, struct ktest_module *mod, struct nl_ktest_parsed *attrs) argument
166 struct ktest_module *mod; local
249 struct ktest_module *mod = malloc(sizeof(*mod), M_TEMP, M_WAITOK | M_ZERO); local
261 struct ktest_module *mod = info->module_ptr; local
275 struct ktest_module *mod = info->module_ptr; local
281 ktest_default_modevent(module_t mod, int type, void *arg) argument
386 ktest_modevent(module_t mod, int type, void *unused) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp65 const LoadedModule *mod = Symbolizer::GetOrInit()->FindModuleForAddress( local
67 WriteToFile(stats_fd, mod->full_name(),
68 internal_strlen(mod->full_name()) + 1);
74 WriteLE(stats_fd, s->addr - mod->base_address());
86 unsigned __sanitizer_stats_register(StatModule **mod) { argument
88 modules.push_back(mod);
104 for (StatModule **mod : modules) {
105 if (!mod)
107 WriteModuleReport(mod);
/freebsd-current/lib/libc/net/
H A Dnsdispatch.c484 ns_mod mod; local
487 memset(&mod, 0, sizeof(mod));
488 mod.name = strdup(source);
489 if (mod.name == NULL) {
497 mod.handle = nss_builtin_handle;
512 if (snprintf(buf, sizeof(buf), "nss_%s.so.%d", mod.name,
515 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
516 if (mod.handle == NULL) {
521 nss_log(LOG_DEBUG, "%s, %s", mod
553 ns_mod_free(ns_mod *mod) argument
592 ns_mod *mod; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signature.d40 @moddy[mod(0)] = count();
51 @moddy[mod(0)] = count();
/freebsd-current/sys/dev/zlib/
H A Dzlib_mod.c34 zlib_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/netinet/cc/
H A Dcc_module.h68 int cc_modevent(module_t mod, int type, void *data);

Completed in 312 milliseconds

1234567891011>>