| /freebsd-13-stable/crypto/openssl/crypto/evp/ |
| HD | evp_cnf.c | 24 CONF_VALUE *oval; in alg_module_init() local 32 oval = sk_CONF_VALUE_value(sktmp, i); in alg_module_init() 33 if (strcmp(oval->name, "fips_mode") == 0) { in alg_module_init() 35 if (!X509V3_get_value_bool(oval, &m)) { in alg_module_init() 45 ERR_add_error_data(4, "name=", oval->name, in alg_module_init() 46 ", value=", oval->value); in alg_module_init()
|
| /freebsd-13-stable/contrib/libder/libder/ |
| HD | libder.c | 88 bool oval = ctx->strict; in libder_set_strict() local 91 return (oval); in libder_set_strict() 104 int oval = ctx->verbose; in libder_set_verbose() local 107 return (oval); in libder_set_verbose()
|
| /freebsd-13-stable/crypto/openssl/crypto/asn1/ |
| HD | 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-13-stable/sys/dev/pbio/ |
| HD | pbio.c | 389 char val, oval; in pbiowrite() local 410 oval = pbinb(scp, PBIO_PORTC); in pbiowrite() 411 oval &= 0xf; in pbiowrite() 413 pboutb(scp, PBIO_PORTC, val | oval); in pbiowrite() 416 oval = pbinb(scp, PBIO_PORTC); in pbiowrite() 417 oval &= 0xf0; in pbiowrite() 419 pboutb(scp, PBIO_PORTC, oval | val); in pbiowrite()
|
| /freebsd-13-stable/usr.bin/tr/ |
| HD | 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-13-stable/sys/compat/linux/ |
| HD | 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()
|
| HD | linux_event.c | 952 struct itimerspec *nts, struct itimerspec *oval) in linux_timerfd_settime_common() argument 975 if (oval != NULL) in linux_timerfd_settime_common() 976 linux_timerfd_curval(tfd, oval); in linux_timerfd_settime_common()
|
| /freebsd-13-stable/lib/libutil/ |
| HD | login_cap.c | 640 char *res, *ep, *oval; in login_getcaptime() local 670 oval = res; in login_getcaptime() 678 lc->lc_class, cap, oval); in login_getcaptime() 826 char *ep, *res, *oval; in login_getcapsize() local 843 oval = res; in login_getcapsize() 851 lc->lc_class, cap, oval); in login_getcapsize()
|
| /freebsd-13-stable/sbin/sysctl/ |
| HD | sysctl.c | 1009 u_char buf[BUFSIZ], *val, *oval, *p; in show_var() local 1141 val = oval = malloc(j + 1); in show_var() 1149 free(oval); in show_var() 1155 free(oval); in show_var() 1168 free(oval); in show_var() 1247 free(oval); in show_var() 1256 free(oval); in show_var() 1262 free(oval); in show_var() 1272 free(oval); in show_var() 1275 free(oval); in show_var()
|
| /freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_handle.c | 416 uint64_t oval = *((uint64_t *)oaddr); in dt_handle_status() local 418 if (nval == oval) in dt_handle_status() 432 (u_longlong_t)(nval - oval), in dt_handle_status() 433 _dt_droptab[i].dtdrt_str, (nval - oval > 1) ? "s" : "", in dt_handle_status() 439 drop.dtdda_drops = nval - oval; in dt_handle_status()
|
| /freebsd-13-stable/sys/dev/iicbus/ |
| HD | sy8106a.c | 151 uint8_t val, oval; in sy8106a_regnode_set_voltage() local 156 sy8106a_read(sc->base_dev, VOUT1_SEL, &oval, 1); in sy8106a_regnode_set_voltage() 157 cur_uvolt = (oval & SEL_VOLTAGE_MASK) * SEL_VOLTAGE_STEP + in sy8106a_regnode_set_voltage()
|
| /freebsd-13-stable/sys/dev/sound/pcm/ |
| HD | feeder_eq.c | 549 int err, val, oval; in sysctl_dev_pcm_eq() local 566 oval = val; in sysctl_dev_pcm_eq() 569 if (err == 0 && req->newptr != NULL && val != oval) { in sysctl_dev_pcm_eq() 609 int err, val, oval; in sysctl_dev_pcm_eq_preamp() local 626 oval = val; in sysctl_dev_pcm_eq_preamp() 638 if (val != oval) { in sysctl_dev_pcm_eq_preamp()
|
| /freebsd-13-stable/usr.bin/mkcsmapper/ |
| HD | yacc.y | 229 u_int16_t oval = htons(val); in put16() local 230 memcpy((u_int16_t *)ptr + ofs, &oval, 2); in put16() 237 u_int32_t oval = htonl(val); in put32() local 238 memcpy((u_int32_t *)ptr + ofs, &oval, 4); in put32()
|
| /freebsd-13-stable/usr.sbin/bsdconfig/dot/ |
| HD | dot | 426 shape=oval color=black fillcolor=white style=filled 441 shape=oval color=black fillcolor=white style=filled edge_color=grey
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_asan.c | 627 int kasan_atomic_cmpset_##name(volatile type *ptr, type oval, \ 632 return (atomic_cmpset_##name(ptr, oval, nval)); \ 641 int kasan_atomic_fcmpset_##name(volatile type *ptr, type *oval, \ 646 return (atomic_fcmpset_##name(ptr, oval, nval)); \
|
| HD | kern_time.c | 1414 struct itimerspec val, oval, *ovalp; in sys_ktimer_settime() local 1420 ovalp = uap->ovalue != NULL ? &oval : NULL; in sys_ktimer_settime() 1429 struct itimerspec *val, struct itimerspec *oval) in kern_ktimer_settime() argument 1444 flags, val, oval)); in kern_ktimer_settime()
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | gencode.h | 288 int oval; /* value ID for value tested in branch stmt */ member
|
| HD | optimize.c | 1582 b->oval = K(b->s.k); in opt_blk() 1584 b->oval = b->val[X_ATOM]; in opt_blk() 1649 oval0 = child->oval; in fold_edge() 1651 oval1 = ep->pred->oval; in fold_edge()
|
| /freebsd-13-stable/tools/tools/ath/athprom/ |
| HD | athprom.c | 129 uint16_t off, val, oval; in main() local 147 oval = eeread(off); in main() 149 off, oval, val); in main()
|
| /freebsd-13-stable/sys/dev/mpt/ |
| HD | mpt_cam.c | 3680 uint32_t dval, pval, oval; in mpt_get_spi_settings() local 3724 oval = tmp.NegotiatedParameters; in mpt_get_spi_settings() 3725 oval &= MPI_SCSIDEVPAGE0_NP_NEG_SYNC_OFFSET_MASK; in mpt_get_spi_settings() 3726 oval >>= MPI_SCSIDEVPAGE0_NP_SHIFT_SYNC_OFFSET; in mpt_get_spi_settings() 3733 oval = mpt->mpt_port_page0.Capabilities; in mpt_get_spi_settings() 3734 oval = MPI_SCSIPORTPAGE0_CAP_GET_MAX_SYNC_OFFSET(oval); in mpt_get_spi_settings() 3743 spi->sync_offset = oval; in mpt_get_spi_settings() 3766 IS_CURRENT_SETTINGS(cts) ? "ACTIVE" : "NVRAM ", dval, pval, oval); in mpt_get_spi_settings()
|
| /freebsd-13-stable/sys/sys/ |
| HD | syscallsubr.h | 333 struct itimerspec *val, struct itimerspec *oval);
|
| /freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | 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() 2351 *oval = nval; in dtrace_aggregate_max() [all …]
|
| /freebsd-13-stable/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 3052 struct itimerspec val, oval, *ovalp; in freebsd32_ktimer_settime() local 3059 ovalp = uap->ovalue != NULL ? &oval : NULL; in freebsd32_ktimer_settime() 3062 ITS_CP(oval, oval32); in freebsd32_ktimer_settime()
|
| /freebsd-13-stable/share/dict/ |
| HD | 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 …]
|
| HD | web2 | 134179 oval
|