Home
last modified time | relevance | path

Searched refs:nv (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/sys/dev/acpica/acpi_fujitsu/
H A Dacpi_fujitsu.c472 nv = sc->gbll; in acpi_fujitsu_method_get()
475 nv = sc->gbls; in acpi_fujitsu_method_get()
478 nv = sc->gmou; in acpi_fujitsu_method_get()
482 nv = sc->gvol; in acpi_fujitsu_method_get()
485 nv = sc->ghks; in acpi_fujitsu_method_get()
488 nv = sc->gsif; in acpi_fujitsu_method_get()
491 nv = sc->rbll; in acpi_fujitsu_method_get()
494 nv = sc->rvol; in acpi_fujitsu_method_get()
500 if(!nv.exists) in acpi_fujitsu_method_get()
503 status = acpi_GetInteger(sc->handle, nv.name, &nv.value); in acpi_fujitsu_method_get()
[all …]
/dragonfly/games/backgammon/common_source/
H A Dfancy.c302 int o, n, nv; in fixpos() local
309 nv = abs(new); in fixpos()
312 n = (nv - 1) / 5; in fixpos()
320 if (ov > nv) in fixpos()
322 abs(ov - nv), ' ', inc); in fixpos()
340 if (nv != 5) in fixpos()
341 fixcol(r + inc * nv, in fixpos()
342 c + 1, abs(nv - 5), in fixpos()
354 if (nv != 10) in fixpos()
365 if (nv != 5 * n) in fixpos()
[all …]
/dragonfly/contrib/binutils-2.27/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 */
/dragonfly/contrib/gdb-7/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 */
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsafe-ctype.c131 #define nv _sch_isnvsp macro
149 #define Z (const unsigned short) (nv |cn) /* NUL */
150 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
152 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
153 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/dragonfly/contrib/gcc-4.7/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 */
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsafe-ctype.c131 #define nv _sch_isnvsp macro
149 #define Z (const unsigned short) (nv |cn) /* NUL */
150 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
152 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
153 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/dragonfly/lib/libc/gen/
H A Dunvis.c82 static const struct nv { struct
85 } nv[] = { variable
446 lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */ in unvis()
451 for (; ia < __arraycount(nv); ia++) { in unvis()
452 if (is != 0 && nv[ia].name[is - 1] != lc) in unvis()
454 if (nv[ia].name[is] == uc) in unvis()
458 if (ia == __arraycount(nv)) in unvis()
467 *cp = nv[ia].value; in unvis()
/dragonfly/sys/libprop/
H A Dprop_data.c227 void *nv; in prop_data_create_data() local
231 nv = _PROP_MALLOC(size, M_PROP_DATA); in prop_data_create_data()
232 if (nv == NULL) { in prop_data_create_data()
236 memcpy(nv, v, size); in prop_data_create_data()
237 pd->pd_mutable = nv; in prop_data_create_data()
282 void *nv = _PROP_MALLOC(pd->pd_size, M_PROP_DATA); in prop_data_copy() local
283 if (nv == NULL) { in prop_data_copy()
287 memcpy(nv, opd->pd_immutable, opd->pd_size); in prop_data_copy()
288 pd->pd_mutable = nv; in prop_data_copy()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-ppl.c410 mpz_t dv, nv; in ppl_max_for_le_pointset() local
413 mpz_init (nv); in ppl_max_for_le_pointset()
421 ppl_Coefficient_to_mpz_t (num, nv); in ppl_max_for_le_pointset()
424 mpz_tdiv_q (res, nv, dv); in ppl_max_for_le_pointset()
427 mpz_clear (nv); in ppl_max_for_le_pointset()
441 mpz_t dv, nv; in ppl_min_for_le_pointset() local
444 mpz_init (nv); in ppl_min_for_le_pointset()
452 ppl_Coefficient_to_mpz_t (num, nv); in ppl_min_for_le_pointset()
455 mpz_tdiv_q (res, nv, dv); in ppl_min_for_le_pointset()
458 mpz_clear (nv); in ppl_min_for_le_pointset()
H A Domega.h245 single_var_geq (eqn e, int nv ATTRIBUTE_UNUSED) in single_var_geq()
/dragonfly/contrib/tcsh-6/
H A Dsh.glob.c229 Char **vl, **el, **nv, *s; in expbrace() local
231 vl = nv = *nvp; in expbrace()
255 if (&el[len] >= &nv[size]) { in expbrace()
257 l = &el[len] - &nv[size]; in expbrace()
259 l = vl - nv; in expbrace()
260 e = el - nv; in expbrace()
261 nv = xrealloc(nv, size * sizeof(Char *)); in expbrace()
262 *nvp = nv; /* To keep cleanups working */ in expbrace()
263 vl = nv + l; in expbrace()
264 el = nv + e; in expbrace()
H A Dsh.misc.c441 Char **nv = xcalloc(blklen(v) + 1, sizeof(Char **)); in copyblk() local
443 return (blkcpy(nv, v)); in copyblk()
/dragonfly/contrib/file/src/
H A Dfile.c127 } nv[] = { variable
263 for (i = 0; i < __arraycount(nv); i++) in main()
264 if (strcmp(nv[i].name, optarg) == 0) in main()
267 if (i == __arraycount(nv)) { in main()
271 flags |= nv[i].value; in main()
728 for (i = 0; i < __arraycount(nv); i++) { in docprint()
729 fprintf(stdout, "%s%s", comma++ ? ", " : "", nv[i].name); in docprint()
730 if (i && i % 5 == 0 && i != __arraycount(nv) - 1) { in docprint()
H A Dreadcdf.c44 static const struct nv { struct
111 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument
129 for (i = 0; nv[i].pattern != NULL; i++) in cdf_app_to_mime()
130 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()
131 rv = nv[i].mime; in cdf_app_to_mime()
/dragonfly/sys/kern/
H A Dkern_sensors.c114 struct ksensor *v, *nv; in sensor_attach() local
128 (nv = SLIST_NEXT(v, list)) != NULL; v = nv) in sensor_attach()
130 (v->type != nv->type || nv->numt - v->numt > 1)) in sensor_attach()
/dragonfly/sys/dev/sound/pci/
H A Des137x.c161 #define ES_SET_FIXED_RATE(cfgv, nv) \ argument
165 #define ES_SET_SINGLE_PCM_MIX(cfgv, nv) \ argument
169 #define ES_SET_DAC_FIRST(cfgv, nv) \ argument
170 (((cfgv) & ~0x4000) | (((nv) & 0x1) << 14))
173 #define ES_SET_DAC_SECOND(cfgv, nv) \ argument
177 #define ES_SET_NUMPLAY(cfgv, nv) \ argument
181 #define ES_SET_NUMREC(cfgv, nv) \ argument
182 (((cfgv) & ~0x600) | (((nv) & 0x3) << 9))
185 #define ES_SET_IS_ES1370(cfgv, nv) \ argument
189 #define ES_SET_GP(cfgv, nv) \ argument
[all …]
/dragonfly/contrib/nvi2/regex/
H A Dregexec.c117 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ argument
/dragonfly/share/misc/
H A Dindent.pro46 -nv
H A Diso639338 nv nav nav Navajo; Navaho
/dragonfly/sys/net/pf/
H A Dpf_norm.c1044 u_int16_t ov, nv; in pf_normalize_ip() local
1048 nv = *(u_int16_t *)h; in pf_normalize_ip()
1050 h->ip_sum = pf_cksum_fixup(h->ip_sum, ov, nv, 0); in pf_normalize_ip()
1074 u_int16_t ov, nv; in pf_normalize_ip() local
1078 nv = *(u_int16_t *)h; in pf_normalize_ip()
1080 h->ip_sum = pf_cksum_fixup(h->ip_sum, ov, nv, 0); in pf_normalize_ip()
1371 u_int16_t ov, nv; in pf_normalize_tcp() local
1376 nv = *(u_int16_t *)(&th->th_ack + 1); in pf_normalize_tcp()
1378 th->th_sum = pf_cksum_fixup(th->th_sum, ov, nv, 0); in pf_normalize_tcp()
/dragonfly/share/terminfo/
H A DMakefile.entries406 b/bg1.25nv \
409 b/bg2.0nv \
412 b/bg3.10nv \
/dragonfly/etc/
H A Dservices2279 # PROBLEM nv used it without an assignment
2280 nv-video 4444/tcp #NV Video default
2281 nv-video 4444/udp #NV Video default
/dragonfly/crypto/libressl/
H A Dcert.pem2893 ### GlobalSign nv-sa
2895 === /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Root E46
2905 Subject: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Root E46
2928 === /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Root R46
2938 Subject: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Root R46
2979 === /C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA
2989 Subject: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
/dragonfly/
H A DMakefile_upgrade.inc482 TO_REMOVE+=/usr/share/man/man4/nv.4.gz

12