HomeSort by: relevance | last modified time | path
    Searched refs:meta (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
depsrc-meta.exp 1 Skipping meta for actual-test: no commands
2 Skipping meta for .END: .SPECIAL
3 Targets from meta mode:
4 | TARGET depsrc-meta-target
5 Targets from meta mode in jobs mode:
6 | TARGET depsrc-meta-target
meta-cmd-cmp.exp 2 Building .meta-cmd-cmp.cmp
3 Building .meta-cmd-cmp.nocmp
4 Building .meta-cmd-cmp.cmp2
6 Skipping meta for .END: .SPECIAL
8 `.meta-cmd-cmp.cmp' is up to date.
9 `.meta-cmd-cmp.nocmp' is up to date.
10 .meta-cmd-cmp.cmp2.meta:3: cannot compare command using .OODATE
11 `.meta-cmd-cmp.cmp2' is up to date.
12 Skipping meta for .END: .SPECIA
    [all...]
depsrc-meta.mk 1 # $NetBSD: depsrc-meta.mk,v 1.7 2022/03/02 19:32:15 sjg Exp $
3 # Tests for the special source .META in dependency declarations.
12 .MAKE.MODE= meta curDirOk=true nofilemon
15 actual-test: depsrc-meta-target
16 depsrc-meta-target: .META
21 @echo 'Targets from meta mode${.MAKE.JOBS:D in jobs mode}:'
22 @awk '/^TARGET/ { print "| " $$0 }' depsrc-meta-target.meta
23 @rm depsrc-meta-target.met
    [all...]
varname-dot-make-meta-ignore_filter.exp 1 Initialize check-ignore.meta
3 Skipping meta for .END: .SPECIAL
4 Use .MAKE.META.IGNORE_FILTER - check-ignore is up to date
6 Skipping meta for .END: .SPECIAL
7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date
8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target...
10 Skipping meta for .END: .SPECIAL
varname-dot-make-meta-ignore_paths.exp 1 Initialize check-ignore.meta
3 Skipping meta for .END: .SPECIAL
4 Use .MAKE.META.IGNORE_PATHS - check-ignore is up to date
6 Skipping meta for .END: .SPECIAL
7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date
8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target...
10 Skipping meta for .END: .SPECIAL
varname-dot-make-meta-ignore_patterns.exp 1 Initialize check-ignore.meta
3 Skipping meta for .END: .SPECIAL
4 Use .MAKE.META.IGNORE_PATTERNS - check-ignore is up to date
6 Skipping meta for .END: .SPECIAL
7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date
8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target...
10 Skipping meta for .END: .SPECIAL
meta-output.mk 6 .MAKE.MODE= meta curDirOk=true nofilemon
15 # This output should be accurately reflected in the .meta file.
28 sed '1,/command output/d' ${TMPDIR}/obj/output.meta > ${TMPDIR}/obj/output-meta; \
29 diff -u ${TMPDIR}/obj/output ${TMPDIR}/obj/output-meta; }
meta-cmd-cmp.mk 1 # $NetBSD: meta-cmd-cmp.mk,v 1.6 2022/03/02 19:32:15 sjg Exp $
8 .MAKE.MODE= meta verbose silent=yes curdirok=yes nofilemon
42 .MAKE.META.CMP_FILTER+= ${COMPILER_WRAPPERS:S,^,N,}
46 ${tf}.filter: .MAKE.META.CMP_FILTER= ${COMPILER_WRAPPERS:S,^,N,}
84 .MAKE.META.IGNORE_PATTERNS+= *.gcda
Makefile 124 TESTS+= depsrc-meta
237 TESTS+= meta-cmd-cmp
238 TESTS+= meta-output
264 TESTS+= opt-debug-meta
320 TESTS+= sh-meta-chars
434 TESTS+= varname-dot-make-meta-bailiwick
435 TESTS+= varname-dot-make-meta-created
436 TESTS+= varname-dot-make-meta-files
440 TESTS+= varname-dot-make-meta-ignore_filter
441 TESTS+= varname-dot-make-meta-ignore_path
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
kfifo.h 75 _init_kfifo(struct kfifo_meta *meta, size_t nbytes)
78 mutex_init(&meta->kfm_lock, MUTEX_DEFAULT, IPL_VM);
79 meta->kfm_head = 0;
80 meta->kfm_tail = 0;
81 meta->kfm_nbytes = nbytes;
85 _fini_kfifo(struct kfifo_meta *meta)
88 mutex_destroy(&meta->kfm_lock);
97 _kfifo_alloc(struct kfifo_meta *meta, void *bufp, size_t nbytes, gfp_t gfp)
108 _init_kfifo(meta, nbytes);
117 _kfifo_free(struct kfifo_meta *meta, void *bufp
    [all...]
  /src/sys/net/npf/
npf_ext_rndblock.c 57 * Meta-data structure, containing parameters.
72 npf_ext_rndblock_t *meta; local
76 * and our meta-data.
78 meta = kmem_zalloc(sizeof(npf_ext_rndblock_t), KM_SLEEP);
79 meta->mod = dnvlist_get_number(params, "mod", 0);
80 meta->percentage = dnvlist_get_number(params, "percentage", 0);
81 npf_rproc_assign(rp, meta);
90 npf_ext_rndblock_dtor(npf_rproc_t *rp, void *meta)
92 /* Free our meta-data, associated with the procedure. */
93 kmem_free(meta, sizeof(npf_ext_rndblock_t))
    [all...]
npf_ext_log.c 68 npf_ext_log_t *meta; local
70 meta = kmem_zalloc(sizeof(npf_ext_log_t), KM_SLEEP);
71 meta->if_idx = dnvlist_get_number(params, "log-interface", 0);
72 npf_rproc_assign(rp, meta);
77 npf_log_dtor(npf_rproc_t *rp, void *meta)
79 kmem_free(meta, sizeof(npf_ext_log_t));
83 npf_log(npf_cache_t *npc, void *meta, const npf_match_info_t *mi, int *decision)
86 const npf_ext_log_t *log = meta;
  /src/lib/libcurses/
meta.c 1 /* $NetBSD: meta.c,v 1.11 2024/12/23 02:58:03 blymn Exp $ */
34 __RCSID("$NetBSD: meta.c,v 1.11 2024/12/23 02:58:03 blymn Exp $");
41 * meta --
42 * Turn on or off the terminal meta mode.
45 meta(/*ARGSUSED*/ WINDOW *win, bool bf) function
52 __CTRACE(__CTRACE_MISC, "meta: TRUE\n");
59 __CTRACE(__CTRACE_MISC, "meta: FALSE\n");
71 * Restore old meta state.
77 meta(NULL, _cursesi_screen->meta_state);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 69 u32 *meta = MemToMeta(p); local
70 DCHECK_EQ(*meta, 0);
71 *meta = idx | kFlagBlock;
85 u32 *meta = MemToMeta(p); local
87 if (end == meta)
89 for (; meta < end; meta++) {
90 u32 idx = *meta;
92 // Note: don't write to meta in this case -- the block can be huge.
95 *meta = 0
184 u32 *meta = MemToMeta(p); local
208 u32 *meta = MemToMeta(addr); local
    [all...]
tsan_platform_posix.cc 108 // Map meta shadow.
109 const uptr meta = MetaShadowBeg(); local
110 const uptr meta_size = MetaShadowEnd() - meta;
111 if (!MmapFixedNoReserve(meta, meta_size, "meta shadow")) {
116 NoHugePagesInShadow(meta, meta_size);
117 DontDumpShadow(meta, meta_size);
118 DPrintf("meta shadow: %zx-%zx (%zuGB)\n",
119 meta, meta + meta_size, meta_size >> 30)
    [all...]
  /src/bin/ksh/
c_test.h 45 int (*isa) ARGS((Test_env *te, Test_meta meta));
52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
c_test.c 194 test_isop(te, meta, s)
196 Test_meta meta;
202 otab = meta == TM_UNOP ? u_ops : b_ops;
582 ptest_isa(te, meta)
584 Test_meta meta;
593 return meta == TM_END;
595 if (meta == TM_UNOP || meta == TM_BINOP)
596 ret = (int) test_isop(te, meta, *te->pos.wp);
597 else if (meta == TM_END
    [all...]
syn.c 47 static int dbtestp_isa ARGS((Test_env *te, Test_meta meta));
864 dbtestp_isa(te, meta)
866 Test_meta meta;
868 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN));
876 if (meta == TM_OR)
878 else if (meta == TM_AND)
880 else if (meta == TM_NOT)
882 else if (meta == TM_OPAREN)
884 else if (meta == TM_CPAREN)
886 else if (meta == TM_UNOP || meta == TM_BINOP)
    [all...]
  /src/tests/lib/libc/regex/
t_regex.sh 58 create_tc meta "Checks metacharacters and backslashes"
Makefile 37 FILES+= data/meta.in
  /src/tests/usr.bin/make/
t_make.sh 75 varname-dot-make-meta-ignore*) continue;; # won't work
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 169 Metadata *meta = local
171 meta->requested_size = size;
189 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); local
190 uptr size = meta->requested_size;
191 meta->requested_size = 0;
215 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); local
216 uptr old_size = meta->requested_size;
220 meta->requested_size = new_size;
  /src/usr.bin/make/
test-variants.mk 58 TESTS+= no-meta
59 ENV.no-meta= USE_META="no"
60 SKIP_TESTS.no-meta= depsrc-meta meta-cmd-cmp
73 TESTS+= debug-meta
74 CPPFLAGS.debug-meta= -DDEBUG_META_MODE
75 SKIP_TESTS.debug-meta= depsrc-meta meta-cmd-cmp # generate extra debug outpu
    [all...]
  /src/lib/libc/db/btree/
bt_open.c 223 * Read in the meta-data. This can change the notion of what
355 PAGE *meta, *root; local
373 if ((meta = mpool_newf(t->bt_mp, &npg, MPOOL_PAGE_NEXT)) == NULL)
386 memset(meta, 0, t->bt_psize);
387 mpool_put(t->bt_mp, meta, MPOOL_DIRTY);
  /src/usr.bin/midiplay/
midiplay.c 213 dometa(u_int meta, u_char *p, u_int len)
224 switch (meta) {
233 printf("%s: ", metanames[meta]);
407 u_char *p, *end, byte, meta, *msg; local
597 meta = *tp->start++;
600 printf("META %02x (%d)\n", meta, mlen);
601 dometa(meta, tp->start, mlen);

Completed in 38 milliseconds

1 2