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

123

/netbsd-6-1-5-RELEASE/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 prop_dictionary_get_uint32(params, "mod", &meta->mod);
80 prop_dictionary_get_uint32(params, "percentage", &meta->percentage);
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, nbuf_t *nbuf, void *meta, in argument
[all...]
H A Dnpf_ext_log.c162 npf_ext_log_t *meta; local
164 meta = kmem_zalloc(sizeof(npf_ext_log_t), KM_SLEEP);
165 prop_dictionary_get_uint32(params, "log-interface", &meta->if_idx);
166 npf_rproc_assign(rp, meta);
171 npf_log_dtor(npf_rproc_t *rp, void *meta) argument
173 kmem_free(meta, sizeof(npf_ext_log_t));
177 npf_log(npf_cache_t *npc, nbuf_t *nbuf, void *meta, int *decision) argument
180 const npf_ext_log_t *log = meta;
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/info/
H A Dperform.c159 free_pkg_meta(struct pkg_meta *meta) argument
164 free(*(char **)((char *)meta + descr->entry_offset));
166 free(meta);
174 struct pkg_meta *meta; local
183 meta = xcalloc(1, sizeof(*meta));
206 target = (char **)((char *)meta + descr->entry_offset);
216 errx(2, "cannot read package meta data");
222 errx(2, "package meta data too large to process");
225 errx(2, "cannot read package meta dat
247 struct pkg_meta *meta; local
290 build_full_reqby(lpkg_head_t *reqby, struct pkg_meta *meta, int limit) argument
338 struct pkg_meta *meta; local
[all...]
H A Dshow.c330 show_summary(struct pkg_meta *meta, package_t *plist, const char *binpkgfile) argument
370 print_string_as_var("COMMENT", meta->meta_comment);
371 if (meta->meta_size_pkg)
372 print_string_as_var("SIZE_PKG", meta->meta_size_pkg);
374 if (meta->meta_build_info)
375 var_copy_list(meta->meta_build_info, bi_vars);
392 print_string_as_var("DESCRIPTION", meta->meta_desc);
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dman_validate.c195 } else if (NULL == m->meta.title) {
203 m->meta.title = mandoc_strdup("unknown");
204 m->meta.msec = mandoc_strdup("1");
205 m->meta.date = mandoc_normdate
362 if (m->meta.title)
363 free(m->meta.title);
364 if (m->meta.vol)
365 free(m->meta.vol);
366 if (m->meta.source)
367 free(m->meta
[all...]
H A Dmdoc.c120 return(&m->meta);
125 * Frees volatile resources (parse tree, meta-data, fields).
133 if (mdoc->meta.title)
134 free(mdoc->meta.title);
135 if (mdoc->meta.os)
136 free(mdoc->meta.os);
137 if (mdoc->meta.name)
138 free(mdoc->meta.name);
139 if (mdoc->meta.arch)
140 free(mdoc->meta
[all...]
H A Dmdoc_validate.c539 if ( ! (v->sz || m->meta.name))
927 if (NULL == mdoc->meta.date || mdoc->meta.os)
930 if (mdoc->meta.title)
940 if (NULL == mdoc->meta.title || NULL == mdoc->meta.date)
943 if (mdoc->meta.os)
953 if (mdoc->meta.title || mdoc->meta.os)
956 if (mdoc->meta
[all...]
H A Dman.c76 return(&m->meta);
146 if (man->meta.title)
147 free(man->meta.title);
148 if (man->meta.source)
149 free(man->meta.source);
150 if (man->meta.date)
151 free(man->meta.date);
152 if (man->meta.vol)
153 free(man->meta.vol);
154 if (man->meta
[all...]
H A Dlibman.h38 struct man_meta meta; /* document meta-data */ member in struct:man
H A Dman_term.c988 const struct man_meta *meta; local
990 meta = (const struct man_meta *)arg;
991 assert(meta->title);
992 assert(meta->msec);
993 assert(meta->date);
1008 snprintf(title, BUFSIZ, "%s(%s)", meta->title, meta->msec);
1009 } else if (meta->source) {
1010 strlcpy(title, meta->source, BUFSIZ);
1014 datelen = term_strlen(p, meta
[all...]
H A Dlibmdoc.h39 struct mdoc_meta meta; /* document meta-data */ member in struct:mdoc
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dmeta.c1 /* $NetBSD: meta.c,v 1.7 2010/02/03 15:34:40 roy Exp $ */
34 __RCSID("$NetBSD: meta.c,v 1.7 2010/02/03 15:34:40 roy 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");
59 __CTRACE(__CTRACE_MISC, "meta: FALSE\n");
72 * Restore old meta state.
77 meta(NULL, _cursesi_screen->meta_state);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/texinfo/install-info/
H A DMakefile10 infodir-meta:
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_test.h45 int (*isa) ARGS((Test_env *te, Test_meta meta));
52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
H A Dc_test.c194 test_isop(te, meta, s)
196 Test_meta meta;
202 otab = meta == TM_UNOP ? u_ops : b_ops;
603 ptest_isa(te, meta)
605 Test_meta meta;
614 return meta == TM_END;
616 if (meta == TM_UNOP || meta == TM_BINOP)
617 ret = (int) test_isop(te, meta, *te->pos.wp);
618 else if (meta
[all...]
H A Dsyn.c47 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
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/regressions/its4448/
H A Dslapd-meta.conf2 # OpenLDAP: pkg/ldap/tests/data/regressions/its4448/slapd-meta.conf,v 1.1.2.6 2010/04/13 20:23:58 kurt Exp
31 #metamod#modulepath ../servers/slapd/back-meta/
46 database meta
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-meta.conf2 # OpenLDAP: pkg/ldap/tests/data/slapd-meta.conf,v 1.12.2.8 2010/04/13 20:23:54 kurt Exp
27 #metamod#modulepath ../servers/slapd/back-meta/
40 database meta
54 ###pseudorootdn "cn=manager,ou=meta,dc=example,dc=com"
57 binddn="cn=manager,ou=meta,dc=example,dc=com"
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dtest030-relay52 # back-meta
54 echo "meta backend not available, test skipped"
62 RELAYS="${RELAYS}meta"
85 ldap|meta)
/netbsd-6-1-5-RELEASE/lib/libc/db/btree/
H A Dbt_open.c230 * Read in the meta-data. This can change the notion of what
360 PAGE *meta, *root; local
363 if ((meta = mpool_get(t->bt_mp, 0, 0)) != NULL) {
364 mpool_put(t->bt_mp, meta, 0);
371 if ((meta = mpool_new(t->bt_mp, &npg)) == NULL)
384 memset(meta, 0, t->bt_psize);
385 mpool_put(t->bt_mp, meta, MPOOL_DIRTY);
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dcompat.c120 static char meta[256]; variable
134 meta[(unsigned char) *cp] = 1;
139 meta[0] = 1;
270 if (!meta[0]) /* we came here from jobs */
290 * Search for meta characters in the command. If there are no meta
294 for (cp = cmd; !meta[(unsigned char)*cp]; cp++) {
323 * because the command contains a "meta" character.
343 * No meta-characters, so no need to exec a shell. Break the command
502 if (!meta[
[all...]
H A DMakefile19 SRCS+= meta.c
23 COPTS.meta.c += -DHAVE_FILEMON_H -I${FILEMON_H:H}
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-hh-toc-from-info.pl64 <meta name="GENERATOR" content="Heimdal">
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/regression/
H A Dmkindex.pl92 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
/netbsd-6-1-5-RELEASE/usr.bin/midiplay/
H A Dmidiplay.c206 dometa(u_int meta, u_char *p, u_int len) argument
217 switch (meta) {
226 printf("%s: ", metanames[meta]);
400 u_char *p, *end, byte, meta, *msg; local
585 meta = *tp->start++;
588 printf("META %02x (%d)\n", meta, mlen);
589 dometa(meta, tp->start, mlen);

Completed in 310 milliseconds

123