| /src/sys/compat/common/ |
| compat_util.h | 71 unsigned long nval; member in struct:emul_flags_xtab
|
| /src/bin/chmod/ |
| chmod.c | 77 mode_t mval, nval; local 218 nval = set ? getmode(set, p->fts_statp->st_mode) : mval; 219 if (dflag && nval == p->fts_statp->st_mode) 221 if ((*change_mode)(p->fts_accpath, nval) && !fflag) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| operational.c | 45 struct berval val, nval; local 55 &val, &nval, NULL ); 69 a->a_nvals[ 0 ] = nval;
|
| /src/bin/csh/ |
| time.c | 93 int nval; local 95 nval = 0; 99 nval = 4; 101 nval = getn(cp); 102 (void)setpriority(PRIO_PROCESS, 0, nval);
|
| /src/lib/libarch/alpha/ |
| alpha_pci_io.c | 198 uint32_t nval = ((uint32_t)val) << (uint32_t)(8 * offset); local 200 *port = nval; 209 uint32_t nval = ((uint32_t)val) << (uint32_t)(8 * offset); local 211 *port = nval;
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_prn.c | 28 CONF_VALUE *nval; local 43 nval = sk_CONF_VALUE_value(val, i); 44 if (!nval->name) 45 BIO_puts(out, nval->value); 46 else if (!nval->value) 47 BIO_puts(out, nval->name); 50 BIO_printf(out, "%s:%s", nval->name, nval->value); 55 len = strlen(nval->value) + 1; 58 ascii2ebcdic(tmp, nval->value, len) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_prn.c | 28 CONF_VALUE *nval; local 44 nval = sk_CONF_VALUE_value(val, i); 45 if (!nval->name) 46 BIO_puts(out, nval->value); 47 else if (!nval->value) 48 BIO_puts(out, nval->name); 51 BIO_printf(out, "%s:%s", nval->name, nval->value); 56 len = strlen(nval->value) + 1; 59 ascii2ebcdic(tmp, nval->value, len) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_prn.c | 28 CONF_VALUE *nval; local 41 nval = sk_CONF_VALUE_value(val, i); 42 if (!nval->name) 43 BIO_puts(out, nval->value); 44 else if (!nval->value) 45 BIO_puts(out, nval->name); 48 BIO_printf(out, "%s:%s", nval->name, nval->value); 53 len = strlen(nval->value) + 1; 56 ascii2ebcdic(tmp, nval->value, len) [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| windmc.h | 47 rc_uint_type nval; member in struct:mc_keyword
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| windmc.h | 47 rc_uint_type nval; member in struct:mc_keyword
|
| /src/sys/arch/alpha/pci/ |
| pci_swiz_bus_io_chipdep.c | 747 register uint32_t *port, nval; local 752 nval = val << (8 * offset); 755 *port = nval; 764 register uint32_t *port, nval; local 769 nval = val << (8 * offset); 772 *port = nval; 781 register uint32_t *port, nval; local 788 nval = val /*<< (8 * offset)*/; 791 *port = nval;
|
| pci_swiz_bus_mem_chipdep.c | 1101 register uint32_t *port, nval; local 1112 nval = val << (8 * offset); 1115 *port = nval; 1124 register uint32_t *port, nval; local 1135 nval = val << (8 * offset); 1138 *port = nval; 1147 register uint32_t *port, nval; local 1160 nval = val /*<< (8 * offset)*/; 1163 *port = nval;
|
| /src/tests/kernel/threadpool_tester/ |
| threadpool_tester.c | 350 unsigned int oval, nval; local 356 nval = oval + 1; /* always reference oval and nval */ 357 ctx->ctx_value = nval; 360 TP_LOG(("%s: %u -> %u\n", __func__, oval, nval));
|
| /src/tests/modules/threadpool_tester/ |
| threadpool_tester.c | 350 unsigned int oval, nval; local 356 nval = oval + 1; /* always reference oval and nval */ 357 ctx->ctx_value = nval; 360 TP_LOG(("%s: %u -> %u\n", __func__, oval, nval));
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| syntax.c | 342 struct berval nval; local 362 nval.bv_val = syn->ssyn_oid; 363 nval.bv_len = strlen(syn->ssyn_oid); 365 if( attr_merge_one( e, ad_ldapSyntaxes, &val, &nval ) )
|
| attr.c | 302 struct berval nval = BER_BVNULL, *cval; local 319 mr, val, &nval, ctx ); 324 cval = &nval; 365 if ( nval.bv_val ) 366 slap_sl_free( nval.bv_val, ctx ); 500 * of desc, the value is normalized and stored in nval; otherwise nval 572 struct berval *nval ) 586 return attr_valadd( *a, val, nval, 1 ); 591 * of desc, the value is normalized and stored in nval; otherwise nval 629 struct berval nval = BER_BVNULL; local [all...] |
| cr.c | 481 struct berval nval; local 496 nval.bv_val = cr->scr_oid; 497 nval.bv_len = strlen(cr->scr_oid); 499 if( attr_merge_one( e, ad_ditContentRules, &val, &nval ) )
|
| mr.c | 493 struct berval nval; local 516 nval.bv_val = mr->smr_oid; 517 nval.bv_len = strlen(mr->smr_oid); 518 if( attr_merge_one( e, ad_matchingRules, &mr->smr_str, &nval ) ) { 530 struct berval nval; local 547 nval.bv_val = mru->smru_oid; 548 nval.bv_len = strlen(mru->smru_oid); 549 if( attr_merge_one( e, ad_matchingRuleUse, &mru->smru_str, &nval ) ) {
|
| value.c | 230 struct berval nval = BER_BVNULL; local 245 mr, val, &nval, ctx ); 257 &vals[i], nval.bv_val == NULL ? val : &nval, &text ); 260 slap_sl_free( nval.bv_val, ctx ); 265 slap_sl_free( nval.bv_val, ctx );
|
| at.c | 1067 struct berval nval; local 1076 ber_str2bv( at->sat_oid, 0, 0, &nval ); 1078 if( attr_merge_one( e, ad_attributeTypes, &val, &nval ) )
|
| oc.c | 891 struct berval nval; local 900 nval = oc->soc_cname; 904 (long) val.bv_len, val.bv_val, nval.bv_val ); 907 if( attr_merge_one( e, ad_objectClasses, &val, &nval ) ) {
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_handle.c | 415 uint64_t nval = *((uint64_t *)naddr); local 418 if (nval == oval) 432 (u_longlong_t)(nval - oval), 433 _dt_droptab[i].dtdrt_str, (nval - oval > 1) ? "s" : "", 438 drop.dtdda_total = nval; 439 drop.dtdda_drops = nval - oval;
|
| /src/sys/net/npf/ |
| npf_portmap.c | 314 uint64_t bval, b, oval, nval; local 333 if ((nval = bitmap_word_cax(bval, -1, chunk_bit)) != 0) { 334 KASSERT((nval & PORTMAP_L1_TAG) == 0); 335 if (__npf_atomic_cas_64(&bm->bits0[i], bval, nval) != bval) { 383 nval = oval | b; 384 if (__npf_atomic_cas_64(&bm1->bits1[i], oval, nval) != oval) { 394 uint64_t bval, b, oval, nval; local 406 nval = bitmap_word_cax(bval, chunk_bit, chunk_bit); 407 KASSERT((nval & PORTMAP_L1_TAG) == 0); 408 if (__npf_atomic_cas_64(&bm->bits0[i], bval, nval) != bval) [all...] |
| /src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| ioctl.c | 88 nvlist_t *nval; local 102 (void) nvpair_value_nvlist(nvp, &nval); 103 pyval = nvl2py(nval);
|
| /src/external/gpl3/gdb/dist/sim/arm/ |
| thumbemu.c | 1720 ARMword nval = state->Reg[Rn]; local 1728 nval >>= 16; 1730 nval &= 0xFFFF; 1737 res = nval * mval;
|