| /freebsd-src/crypto/openssl/crypto/evp/ |
| H A D | evp_cnf.c | 26 CONF_VALUE *oval; in alg_module_init() local 37 oval = sk_CONF_VALUE_value(sktmp, i); in alg_module_init() 38 if (strcmp(oval->name, "fips_mode") == 0) { in alg_module_init() 42 if (!X509V3_get_value_bool(oval, &m)) in alg_module_init() 54 } else if (strcmp(oval->name, "default_properties") == 0) { in alg_module_init() 56 oval->value, 0, 0)) { in alg_module_init() 62 "name=%s, value=%s", oval->name, oval->value); in alg_module_init()
|
| /freebsd-src/crypto/openssl/crypto/asn1/ |
| H A D | asn_moid.c | 28 CONF_VALUE *oval; in oid_module_init() local 36 oval = sk_CONF_VALUE_value(sktmp, i); in oid_module_init() 37 if (!do_create(oval->value, oval->name)) { in oid_module_init()
|
| /freebsd-src/sys/dev/pbio/ |
| H A D | pbio.c | 386 char val, oval; in pbiowrite() local 407 oval = pbinb(scp, PBIO_PORTC); in pbiowrite() 408 oval &= 0xf; in pbiowrite() 410 pboutb(scp, PBIO_PORTC, val | oval); in pbiowrite() 413 oval = pbinb(scp, PBIO_PORTC); in pbiowrite() 414 oval &= 0xf0; in pbiowrite() 416 pboutb(scp, PBIO_PORTC, oval | val); in pbiowrite()
|
| /freebsd-src/usr.bin/tr/ |
| H A D | cset.c | 72 wchar_t oval; in cset_add() local 125 oval = ncsn->csn_left->csn_min; in cset_add() 128 ncsn->csn_min = oval; in cset_add() 135 oval = ncsn->csn_right->csn_max; in cset_add() 138 ncsn->csn_max = oval; in cset_add()
|
| /freebsd-src/tools/test/stress2/misc/ |
| H A D | fcntl.sh | 84 long val, oval; 103 oval = 999999; 110 oval = val; 114 n, increment, (long)pos, val, oval, increment);
|
| H A D | nullfs22.sh | 105 long val, oval __unused; 123 oval = 999999; 130 oval = val; 134 n, increment, (long)pos, val, oval, increment);
|
| /freebsd-src/sys/compat/linux/ |
| H A D | linux_timer.c | 119 struct itimerspec val, oval, *ovalp; in linux_timer_settime() local 128 ovalp = uap->old != NULL ? &oval : NULL; in linux_timer_settime() 146 struct itimerspec val, oval, *ovalp; in linux_timer_settime64() local 155 ovalp = uap->old != NULL ? &oval : NULL; in linux_timer_settime64()
|
| /freebsd-src/lib/libutil/ |
| H A D | login_cap.c | 636 char *res, *ep, *oval; in login_getcaptime() local 666 oval = res; in login_getcaptime() 674 lc->lc_class, cap, oval); in login_getcaptime() 822 char *ep, *res, *oval; in login_getcapsize() local 839 oval = res; in login_getcapsize() 847 lc->lc_class, cap, oval); in login_getcapsize()
|
| /freebsd-src/sbin/sysctl/ |
| H A D | sysctl.c | 1025 u_char *val, *oval, *p; in show_var() 1138 val = oval = malloc(j + 1); in show_var() 1146 free(oval); in show_var() 1152 free(oval); in show_var() 1167 free(oval); in show_var() 1248 free(oval); in show_var() 1259 free(oval); in show_var() 1265 free(oval); in show_var() 1277 free(oval); in sysctl_all() 1280 free(oval); in sysctl_all() 1019 u_char *val, *oval, *p; show_var() local [all...] |
| /freebsd-src/sys/dev/iicbus/pmic/silergy/ |
| H A D | sy8106a.c | 150 uint8_t val, oval; in sy8106a_regnode_set_voltage() local 155 sy8106a_read(sc->base_dev, VOUT1_SEL, &oval, 1); in sy8106a_regnode_set_voltage() 156 cur_uvolt = (oval & SEL_VOLTAGE_MASK) * SEL_VOLTAGE_STEP + in sy8106a_regnode_set_voltage()
|
| /freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_handle.c | 430 uint64_t oval = *((uint64_t *)oaddr); in dt_handle_status() local 432 if (nval == oval) in dt_handle_status() 446 (u_longlong_t)(nval - oval), in dt_handle_status() 447 _dt_droptab[i].dtdrt_str, (nval - oval > 1) ? "s" : "", in dt_handle_status() 453 drop.dtdda_drops = nval - oval; in dt_handle_status()
|
| /freebsd-src/sys/dev/sound/pcm/ |
| H A D | feeder_eq.c | 547 int err, val, oval; in sysctl_dev_pcm_eq() local 564 oval = val; in sysctl_dev_pcm_eq() 567 if (err == 0 && req->newptr != NULL && val != oval) { in sysctl_dev_pcm_eq() 607 int err, val, oval; in sysctl_dev_pcm_eq_preamp() local 624 oval = val; in sysctl_dev_pcm_eq_preamp() 636 if (val != oval) { in sysctl_dev_pcm_eq_preamp()
|
| /freebsd-src/usr.bin/mkcsmapper/ |
| H A D | yacc.y | 228 u_int16_t oval = htons(val); in put16() local 229 memcpy((u_int16_t *)ptr + ofs, &oval, 2); in put16() 236 u_int32_t oval = htonl(val); in put32() local 237 memcpy((u_int32_t *)ptr + ofs, &oval, 4); in put32()
|
| /freebsd-src/usr.sbin/bsdconfig/dot/ |
| H A D | dot | 426 shape=oval color=black fillcolor=white style=filled 441 shape=oval color=black fillcolor=white style=filled edge_color=grey
|
| /freebsd-src/sys/kern/ |
| H A D | subr_msan.c | 1183 int kmsan_atomic_cmpset_##name(volatile type *ptr, type oval, \ 1186 kmsan_check_arg(sizeof(ptr) + sizeof(oval) + \ 1191 return (atomic_cmpset_##name(ptr, oval, nval)); \ 1200 int kmsan_atomic_fcmpset_##name(volatile type *ptr, type *oval, \ 1203 kmsan_check_arg(sizeof(ptr) + sizeof(oval) + \ 1208 return (atomic_fcmpset_##name(ptr, oval, nval)); \
|
| H A D | subr_asan.c | 729 int kasan_atomic_cmpset_##name(volatile type *ptr, type oval, \ 734 return (atomic_cmpset_##name(ptr, oval, nval)); \ 743 int kasan_atomic_fcmpset_##name(volatile type *ptr, type *oval, \ 748 return (atomic_fcmpset_##name(ptr, oval, nval)); \
|
| H A D | kern_time.c | 1411 struct itimerspec val, oval, *ovalp; in sys_ktimer_settime() local 1417 ovalp = uap->ovalue != NULL ? &oval : NULL; in sys_ktimer_settime() 1426 struct itimerspec *val, struct itimerspec *oval) in kern_ktimer_settime() argument 1441 flags, val, oval)); in kern_ktimer_settime()
|
| /freebsd-src/contrib/libpcap/ |
| H A D | gencode.h | 288 int oval; /* value ID for value tested in branch stmt */ member
|
| H A D | optimize.c | 1582 b->oval = K(b->s.k); in opt_blk() 1584 b->oval = b->val[X_ATOM]; 1649 oval0 = child->oval; in fold_edge() 1651 oval1 = ep->pred->oval; in fold_edge()
|
| /freebsd-src/tools/tools/ath/athprom/ |
| H A D | athprom.c | 129 uint16_t off, val, oval; in main() local 147 oval = eeread(off); in main() 149 off, oval, val); in main()
|
| /freebsd-src/sys/dev/mpt/ |
| H A D | mpt_cam.c | 3681 uint32_t dval, pval, oval; in mpt_get_spi_settings() local 3725 oval = tmp.NegotiatedParameters; in mpt_get_spi_settings() 3726 oval &= MPI_SCSIDEVPAGE0_NP_NEG_SYNC_OFFSET_MASK; in mpt_get_spi_settings() 3727 oval >>= MPI_SCSIDEVPAGE0_NP_SHIFT_SYNC_OFFSET; in mpt_get_spi_settings() 3734 oval = mpt->mpt_port_page0.Capabilities; in mpt_get_spi_settings() 3735 oval = MPI_SCSIPORTPAGE0_CAP_GET_MAX_SYNC_OFFSET(oval); in mpt_get_spi_settings() 3744 spi->sync_offset = oval; in mpt_get_spi_settings() 3767 IS_CURRENT_SETTINGS(cts) ? "ACTIVE" : "NVRAM ", dval, pval, oval); in mpt_get_spi_settings()
|
| /freebsd-src/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 682 uint32_t oval, nval; in dtrace_error() local 685 oval = *counter; in dtrace_error() 687 if ((nval = oval + 1) == 0) { in dtrace_error() 704 } while (dtrace_cas32(counter, oval, nval) != oval); in dtrace_error() 2340 dtrace_aggregate_min(uint64_t *oval, uint64_t nval, uint64_t arg) in dtrace_aggregate_min() argument 2342 if ((int64_t)nval < (int64_t)*oval) in dtrace_aggregate_min() 2343 *oval = nval; in dtrace_aggregate_min() 2348 dtrace_aggregate_max(uint64_t *oval, uint64_t nval, uint64_t arg) in dtrace_aggregate_max() argument 2350 if ((int64_t)nval > (int64_t)*oval) in dtrace_aggregate_max() 2519 dtrace_aggregate_count(uint64_t * oval,uint64_t nval,uint64_t arg) dtrace_aggregate_count() argument 2526 dtrace_aggregate_sum(uint64_t * oval,uint64_t nval,uint64_t arg) dtrace_aggregate_sum() argument [all...] |
| /freebsd-src/sys/sys/ |
| H A D | syscallsubr.h | 368 struct itimerspec *val, struct itimerspec *oval);
|
| /freebsd-src/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 3122 struct itimerspec val, oval, *ovalp; in freebsd32_ktimer_settime() 3129 ovalp = uap->ovalue != NULL ? &oval : NULL; in freebsd32_ktimer_settime() 3132 ITS_CP(oval, oval32); in freebsd32_ktimer_settime() 3119 struct itimerspec val, oval, *ovalp; freebsd32_ktimer_settime() local
|
| /freebsd-src/share/dict/ |
| H A D | web2a | 27119 half-oval 31942 lance-oval 38709 oval-arched 38710 oval-berried 38711 oval-bodied 38712 oval-bored 38713 oval chuck 38714 oval compass 38715 oval-faced 38716 oval-figured [all …]
|