Searched refs:nv (Results 1 - 25 of 120) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dlint.c67 struct nvlist *nv = value; local
70 if (nv->nv_flags & NV_OBSOLETE)
76 printf("%s\t%s", ot->ot_name, nv->nv_name);
78 struct nvlist *nv2 = ht_lookup(defoptlint, nv->nv_name);
80 nv2 = nv;
104 struct nvlist *nv, *nv1; local
132 for (nv = at->a_locs; nv != NULL; nv = nv
[all...]
H A Dmkswap.c90 struct nvlist *nv; local
109 nv = cf->cf_root;
117 mkdevstr(nv->nv_num),
118 nv->nv_str == s_qmark ? "wildcarded" : nv->nv_str);
123 nv = cf->cf_dump;
130 nv ? mkdevstr(nv->nv_num) : "NODEV",
131 nv ? nv
[all...]
H A Dmkheaders.c155 fprintcnt(FILE *fp, struct nvlist *nv) argument
157 const char *name = cntname(nv->nv_name);
159 fprintf(fp, "#define\t%s\t%lld\n", name, nv->nv_num);
160 fprint_global(fp, name, nv->nv_num);
167 struct nvlist *nv; local
176 for (nv = head; nv != NULL; nv = nv->nv_next)
177 fprintcnt(fp, nv);
227 struct nvlist *nv, *option; local
301 struct nvlist *nv; local
[all...]
H A Dutil.c141 struct nvlist *nv; local
143 nv = ecalloc(1, sizeof(*nv));
144 nv->nv_next = next;
145 nv->nv_name = name;
146 nv->nv_str = str;
147 nv->nv_ptr = ptr;
148 nv->nv_num = i;
149 return nv;
156 nvfree(struct nvlist *nv) argument
166 nvfreel(struct nvlist *nv) argument
179 struct nvlist *nv; local
[all...]
H A Dmain.c469 struct nvlist *nv, *opt; local
471 for (nv = options; nv != NULL; nv = nv->nv_next) {
472 if ((opt = find_declared_option(nv->nv_name)) != NULL) {
480 for (nv = fsoptions; nv != NULL; nv = nv
491 do_depend(struct nvlist *nv) argument
539 struct nvlist *nv; local
578 add_dependencies(struct nvlist *nv, struct nvlist *deps) argument
613 struct nvlist *nv; local
692 struct nvlist *nv, *nextnv, *oldnv; local
943 struct nvlist *nv; local
956 struct nvlist *nv; local
970 struct nvlist *nv; local
999 struct nvlist *nv; local
1073 cfcrosscheck(struct config *cf, const char *what, struct nvlist *nv) argument
1592 struct nvlist *nv, *nv1; local
[all...]
H A Dsem.c201 struct nvlist *nv; local
214 for (nv = deps; nv != NULL; nv = nv->nv_next) {
215 dep = nv->nv_ptr;
259 for (nv = a->a_locs; nv != NULL; nv = nv
278 has_errobj(struct nvlist *nv, void *obj) argument
292 has_attr(struct nvlist *nv, const char *attr) argument
327 struct nvlist *nv; local
461 struct nvlist *nv; local
606 struct nvlist *nv; local
707 struct nvlist *nv; local
821 struct nvlist *nv; local
943 struct nvlist *nv; local
1219 struct nvlist *nv, *onv; local
1283 struct nvlist *nv, *stack = NULL; local
1373 struct nvlist *nv, *stack = NULL; local
1772 struct nvlist *nv; local
1792 onlist(struct nvlist *nv, void *ptr) argument
[all...]
H A Dmkmakefile.c282 struct nvlist *nv; local
288 for (nv = options; nv != NULL; nv = nv->nv_next) {
291 if (DEFINED_OPTION(nv->nv_name))
293 fprintf(fp, "%s-D%s", sp, nv->nv_name);
294 if (nv->nv_str)
295 fprintf(fp, "=\"%s\"", nv->nv_str);
310 for (nv
560 struct nvlist *nv; local
[all...]
H A Dmkioconf.c171 struct nvlist *nv; local
183 for (nv = a->a_locs; nv; nv = nv->nv_next)
185 nv->nv_name,
186 (nv->nv_str ? nv->nv_str : "NULL"),
187 (nv->nv_str ? nv
203 struct nvlist *nv; local
366 struct nvlist *nv; local
[all...]
H A Dmkdevsw.c171 struct nvlist *nv; local
183 nv = dm->dm_devnodes;
184 d_class = nv->nv_str;
185 while ((nv = nv->nv_next) != NULL) {
188 if (nv->nv_str) {
189 d_flags = nv->nv_str;
192 d_vec[i++] = nv->nv_num;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/wire-test/
H A Dwire-test.c62 int nv, ret; local
109 for (nv=2; nv<=3; ++nv) {
110 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, proto);
111 ret = get_nfs_version(testhost, ip, nv, proto);
119 for (nv=2; nv<=3; ++nv) {
120 fprintf(stderr, "\ttesting vers=%d, proto=\"%s\" -> ", nv, prot
[all...]
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dfmt.c21 char *nv; local
34 nv = realloc(v, nlen);
35 if (nv == 0)
37 v = nv;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-const-expr-14.c21 volatile int nv; variable
35 static int (*a17)[] = (int (*)[nv])sa;
/netbsd-6-1-5-RELEASE/tests/net/icmp/
H A Dt_forward.c74 int nv; local
82 nv = 1;
83 if (rump_sys___sysctl(mib, 4, NULL, NULL, &nv, sizeof(nv)) == -1)
108 int nv; local
111 nv = 200;
112 if (rump_sys___sysctl(mib, 4, NULL, NULL, &nv, sizeof(nv)) == -1)
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dglob.c97 globtilde(Char **nv, Char *s) argument
110 blkfree(nv);
129 Char *lm, *pe, *pl, *pm, **nv, **vl; local
133 nv = vl = (Char **)xmalloc((size_t) sizeof(Char *) * size);
147 blkfree(nv);
160 blkfree(nv);
171 blkfree(nv);
197 if (vl == &nv[size]) {
199 nv = (Char **)xrealloc((ptr_t) nv,
216 Char **el, **nv, *s, **vl; local
279 Char **el, **nv, *s, **vl; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_util.c67 num_logs(nvlist_t *nv) argument
73 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_CHILDREN,
H A Dzpool_vdev.c403 nvlist_t *nv; local
417 nv = top[t];
423 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
427 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE,
429 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_CHILDREN,
453 verify(nvlist_lookup_uint64(nv,
739 make_disks(zpool_handle_t *zhp, nvlist_t *nv) argument
751 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) == 0);
753 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_CHILDREN,
764 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_PAT
885 check_in_use(nvlist_t *config, nvlist_t *nv, int force, int isreplacing, int isspare) argument
1013 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/drivers/xf86-video-nv/
H A DMakefile3 DRIVER= xf86-video-nv
12 MAN= nv.4
/netbsd-6-1-5-RELEASE/tests/lib/libc/
H A Dt_convfp.c112 double nv; local
115 nv = 5.6;
116 uv = (unsigned long)nv;
119 "%.3f casted to unsigned long is %lu", nv, uv);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp macro
150 #define Z (const unsigned short) (nv |cn) /* NUL */
151 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
153 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp macro
150 #define Z (const unsigned short) (nv |cn) /* NUL */
151 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
153 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp macro
150 #define Z (const unsigned short) (nv |cn) /* NUL */
151 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
153 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp macro
150 #define Z (const unsigned short) (nv |cn) /* NUL */
151 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
153 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_pcq.c96 uint32_t v, nv; local
109 nv = pcq_combine(p, c);
110 } while (atomic_cas_32(&pcq->pcq_pc, v, nv) != v);
154 uint32_t v, nv; local
175 nv = pcq_combine(p, c);
186 while (__predict_false(atomic_cas_32(&pcq->pcq_pc, v, nv) != v)) {
190 nv = pcq_combine(p, c);
/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Datt.c205 } nv[]= { local
210 for (size_t i = 0; i < __arraycount(nv); i++)
211 if (strcmp(nv[i].n, s) == 0) {
212 if (nv[i].v)
273 } nv[] = { local
299 for (size_t i = 0; i < __arraycount(nv); i++)
300 if (strcmp(s, nv[i].n) == 0) {
301 if (nv[i].ce & COMP)
302 *comp = nv[i].v;
303 if (nv[
[all...]
/netbsd-6-1-5-RELEASE/games/backgammon/common_source/
H A Dfancy.c312 int o, n, nv; local
319 nv = abs(new);
322 n = (nv - 1) / 5;
330 if (ov > nv)
331 fixcol(r + inc * (nv - n * 5), nc,
332 abs(ov - nv), ' ', inc);
335 abs(ov - nv), col, inc);
341 fixcol(r, c, abs(nv - 5), col,
350 if (nv != 5)
351 fixcol(r + inc * nv,
[all...]

Completed in 328 milliseconds

12345