Searched refs:meta (Results 1 - 25 of 237) sorted by relevance

12345678910

/netbsd-current/usr.bin/make/unit-tests/
H A Ddepsrc-meta.exp1 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
H A Dmeta-cmd-cmp.exp2 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 fo
[all...]
H A Ddepsrc-meta.mk1 # $NetBSD: depsrc-meta.mk,v 1.7 2022/03/02 19:32:15 sjg Exp $
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.meta
H A Dvarname-dot-make-meta-ignore_patterns.exp1 Initialize check-ignore.meta
3 Skipping meta for .END: .SPECIAL
6 Skipping meta for .END: .SPECIAL
8 <tmpdir>/obj/check-ignore.meta: <line>: file '<tmpdir>/ignore/check' is newer than the target...
10 Skipping meta for .END: .SPECIAL
H A Dvarname-dot-make-meta-ignore_filter.exp1 Initialize check-ignore.meta
3 Skipping meta for .END: .SPECIAL
6 Skipping meta for .END: .SPECIAL
8 <tmpdir>/obj/check-ignore.meta: <line>: file '<tmpdir>/ignore/check' is newer than the target...
10 Skipping meta for .END: .SPECIAL
H A Dvarname-dot-make-meta-ignore_paths.exp1 Initialize check-ignore.meta
3 Skipping meta for .END: .SPECIAL
6 Skipping meta for .END: .SPECIAL
8 <tmpdir>/obj/check-ignore.meta: <line>: file '<tmpdir>/ignore/check' is newer than the target...
10 Skipping meta for .END: .SPECIAL
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dkfifo.h75 _init_kfifo(struct kfifo_meta *meta, size_t nbytes) argument
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) argument
88 mutex_destroy(&meta->kfm_lock);
97 _kfifo_alloc(struct kfifo_meta *meta, void *bufp, size_t nbytes, gfp_t gfp) argument
108 _init_kfifo(meta, nbytes);
117 _kfifo_free(struct kfifo_meta *meta, voi argument
135 _kfifo_len(struct kfifo_meta *meta) argument
148 _kfifo_out_peek(struct kfifo_meta *meta, void *buf, void *ptr, size_t size) argument
183 _kfifo_out(struct kfifo_meta *meta, const void *buf, void *ptr, size_t size) argument
221 _kfifo_in(struct kfifo_meta *meta, void *buf, const void *ptr, size_t size) argument
[all...]
/netbsd-current/external/bsd/pkg_install/dist/info/
H A Dperform.c147 free_pkg_meta(struct pkg_meta *meta) argument
152 free(*(char **)((char *)meta + descr->entry_offset));
154 free(meta);
162 struct pkg_meta *meta; local
171 meta = xcalloc(1, sizeof(*meta));
194 target = (char **)((char *)meta + descr->entry_offset);
204 errx(2, "cannot read package meta data");
210 errx(2, "package meta data too large to process");
213 errx(2, "cannot read package meta dat
235 struct pkg_meta *meta; local
278 build_full_reqby(lpkg_head_t *reqby, struct pkg_meta *meta, int limit) argument
326 struct pkg_meta *meta; local
[all...]
/netbsd-current/sys/net/npf/
H A Dnpf_ext_rndblock.c72 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) argument
92 /* Free our meta-data, associated with the procedure. */
93 kmem_free(meta, sizeof(npf_ext_rndblock_t));
100 npf_ext_rndblock(npf_cache_t *npc, void *meta, cons argument
[all...]
H A Dnpf_ext_log.c68 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) argument
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) argument
86 const npf_ext_log_t *log = meta;
/netbsd-current/lib/libcurses/
H A Dmeta.c1 /* $NetBSD: meta.c,v 1.10 2021/09/06 07:03:50 rin Exp $ */
34 __RCSID("$NetBSD: meta.c,v 1.10 2021/09/06 07:03:50 rin Exp $");
41 * meta --
42 * Turn on or off the terminal meta mode.
45 meta(/*ARGSUSED*/ WINDOW *win, bool bf) function
50 __CTRACE(__CTRACE_MISC, "meta: TRUE\n");
57 __CTRACE(__CTRACE_MISC, "meta: FALSE\n");
69 * Restore old meta state.
75 meta(NULL, _cursesi_screen->meta_state);
/netbsd-current/external/bsd/mdocml/dist/
H A Dman_validate.c176 man->meta.hasbody = 1;
178 if (NULL == man->meta.title) {
186 man->meta.title = mandoc_strdup("");
187 man->meta.msec = mandoc_strdup("");
188 man->meta.date = man->quick ? mandoc_strdup("") :
192 if (man->meta.os_e &&
193 (man->meta.rcsids & (1 << man->meta.os_e)) == 0)
195 man->meta.os_e == MANDOC_OS_OPENBSD ?
358 free(man->meta
[all...]
H A Ddemandoc.c113 struct roff_meta *meta; local
118 meta = mparse_result(mp);
122 if (meta->macroset == MACROSET_MDOC)
123 pmdoc(meta->first->child, &line, &col, list);
125 pman(meta->first->child, &line, &col, list);
H A Dmandocd.c249 struct roff_meta *meta; local
252 meta = mparse_result(parser);
253 if (meta->macroset == MACROSET_MDOC) {
257 terminal_mdoc(formatter, meta);
260 html_mdoc(formatter, meta);
264 if (meta->macroset == MACROSET_MAN) {
268 terminal_man(formatter, meta);
271 html_man(formatter, meta);
H A Dtree.c62 print_meta(const struct roff_meta *meta) argument
64 if (meta->title != NULL)
65 printf("title = \"%s\"\n", meta->title);
66 if (meta->name != NULL)
67 printf("name = \"%s\"\n", meta->name);
68 if (meta->msec != NULL)
69 printf("sec = \"%s\"\n", meta->msec);
70 if (meta->vol != NULL)
71 printf("vol = \"%s\"\n", meta->vol);
72 if (meta
[all...]
/netbsd-current/external/gpl2/texinfo/bin/install-info/
H A DMakefile11 infodir-meta:
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_posix.cpp62 // Map meta shadow.
63 const uptr meta = MetaShadowBeg(); local
64 const uptr meta_size = MetaShadowEnd() - meta;
65 if (!MmapFixedSuperNoReserve(meta, meta_size, "meta shadow")) {
70 DontDumpShadow(meta, meta_size);
71 DPrintf("meta shadow: %zx-%zx (%zuGB)\n",
72 meta, meta + meta_size, meta_size >> 30);
H A Dtsan_sync.cpp66 u32 *meta = MemToMeta(p); local
67 DCHECK_EQ(*meta, 0);
68 *meta = idx | kFlagBlock;
82 u32 *meta = MemToMeta(p); local
84 if (end == meta)
86 for (; meta < end; meta++) {
87 u32 idx = *meta;
89 // Note: don't write to meta in this case -- the block can be huge.
92 *meta
181 u32 *meta = MemToMeta(p); local
196 u32 *meta = MemToMeta(addr); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypetuple.d3 * $(MREF std, meta) instead.
14 public import std.meta;
17 * Alternate name for $(REF AliasSeq, std,meta) for legacy compatibility.
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8721/
H A Dslapd-proxy.conf30 #metamod#modulepath ../servers/slapd/back-meta/
34 database meta
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypetuple.d3 * $(MREF std, meta) instead.
14 public import std.meta;
17 * Alternate name for $(REF AliasSeq, std,meta) for legacy compatibility.
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc69 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
184 u32 *meta = MemToMeta(p); local
208 u32 *meta = MemToMeta(addr); local
[all...]
H A Dtsan_platform_posix.cc108 // 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc67 u32 *meta = MemToMeta(p); local
68 DCHECK_EQ(*meta, 0);
69 *meta = idx | kFlagBlock;
83 u32 *meta = MemToMeta(p); local
85 if (end == meta)
87 for (; meta < end; meta++) {
88 u32 idx = *meta;
90 // Note: don't write to meta in this case -- the block can be huge.
93 *meta
182 u32 *meta = MemToMeta(p); local
206 u32 *meta = MemToMeta(addr); local
[all...]
H A Dtsan_platform_posix.cc106 // Map meta shadow.
107 const uptr meta = MetaShadowBeg(); local
108 const uptr meta_size = MetaShadowEnd() - meta;
109 if (!MmapFixedNoReserve(meta, meta_size, "meta shadow")) {
114 NoHugePagesInShadow(meta, meta_size);
115 DontDumpShadow(meta, meta_size);
116 DPrintf("meta shadow: %zx-%zx (%zuGB)\n",
117 meta, meta
[all...]

Completed in 317 milliseconds

12345678910