Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/crypto/evp/
H A Devp_cnf.c26 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/contrib/libder/libder/
H A Dlibder.c88 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/crypto/openssl/crypto/asn1/
H A Dasn_moid.c28 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/sys/dev/pbio/
H A Dpbio.c386 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/usr.bin/tr/
H A Dcset.c72 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/tools/test/stress2/misc/
H A Dfcntl.sh84 long val, oval;
103 oval = 999999;
110 oval = val;
114 n, increment, (long)pos, val, oval, increment);
H A Dnullfs22.sh105 long val, oval __unused;
123 oval = 999999;
130 oval = val;
134 n, increment, (long)pos, val, oval, increment);
/freebsd/lib/libutil/
H A Dlogin_cap.c636 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/sbin/sysctl/
H A Dsysctl.c1066 u_char *val, *oval, *p; in show_var() local
1179 val = oval = malloc(j + 1); in show_var()
1187 free(oval); in show_var()
1193 free(oval); in show_var()
1208 free(oval); in show_var()
1289 free(oval); in show_var()
1300 free(oval); in show_var()
1306 free(oval); in show_var()
1318 free(oval); in show_var()
1321 free(oval); in show_var()
/freebsd/sys/dev/iicbus/pmic/silergy/
H A Dsy8106a.c150 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/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c430 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/sys/dev/sound/pcm/
H A Dfeeder_eq.c485 int err, val, oval; in sysctl_dev_pcm_eq() local
502 oval = val; in sysctl_dev_pcm_eq()
505 if (err == 0 && req->newptr != NULL && val != oval) { in sysctl_dev_pcm_eq()
545 int err, val, oval; in sysctl_dev_pcm_eq_preamp() local
562 oval = val; in sysctl_dev_pcm_eq_preamp()
574 if (val != oval) { in sysctl_dev_pcm_eq_preamp()
/freebsd/usr.bin/mkcsmapper/
H A Dyacc.y228 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/usr.sbin/bsdconfig/dot/
H A Ddot426 shape=oval color=black fillcolor=white style=filled
441 shape=oval color=black fillcolor=white style=filled edge_color=grey
/freebsd/sys/kern/
H A Dsubr_msan.c1183 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 Dsubr_asan.c729 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 Dkern_time.c1411 struct itimerspec val, oval, *ovalp; in sys_ktimer_settime()
1417 ovalp = uap->ovalue != NULL ? &oval : NULL; in sys_ktimer_settime()
1426 struct itimerspec *val, struct itimerspec *oval) in kern_ktimer_settime()
1441 flags, val, oval)); in kern_ktimer_settime()
1410 struct itimerspec val, oval, *ovalp; sys_ktimer_settime() local
1425 kern_ktimer_settime(struct thread * td,int timer_id,int flags,struct itimerspec * val,struct itimerspec * oval) kern_ktimer_settime() argument
/freebsd/contrib/libpcap/
H A Dgencode.h288 int oval; /* value ID for value tested in branch stmt */ member
H A Doptimize.c1582 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/tools/tools/ath/athprom/
H A Dathprom.c129 uint16_t off, val, oval; in main() local
147 oval = eeread(off); in main()
149 off, oval, val); in main()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c3684 uint32_t dval, pval, oval; in mpt_get_spi_settings() local
3728 oval = tmp.NegotiatedParameters; in mpt_get_spi_settings()
3729 oval &= MPI_SCSIDEVPAGE0_NP_NEG_SYNC_OFFSET_MASK; in mpt_get_spi_settings()
3730 oval >>= MPI_SCSIDEVPAGE0_NP_SHIFT_SYNC_OFFSET; in mpt_get_spi_settings()
3737 oval = mpt->mpt_port_page0.Capabilities; in mpt_get_spi_settings()
3738 oval = MPI_SCSIPORTPAGE0_CAP_GET_MAX_SYNC_OFFSET(oval); in mpt_get_spi_settings()
3747 spi->sync_offset = oval; in mpt_get_spi_settings()
3770 IS_CURRENT_SETTINGS(cts) ? "ACTIVE" : "NVRAM ", dval, pval, oval); in mpt_get_spi_settings()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c683 uint32_t oval, nval; in dtrace_error() local
686 oval = *counter; in dtrace_error()
688 if ((nval = oval + 1) == 0) { in dtrace_error()
705 } while (dtrace_cas32(counter, oval, nval) != oval); in dtrace_error()
2341 dtrace_aggregate_min(uint64_t *oval, uint64_t nval, uint64_t arg) in dtrace_aggregate_min() argument
2343 if ((int64_t)nval < (int64_t)*oval) in dtrace_aggregate_min()
2344 *oval = nval; in dtrace_aggregate_min()
2349 dtrace_aggregate_max(uint64_t *oval, uint64_t nval, uint64_t arg) in dtrace_aggregate_max() argument
2351 if ((int64_t)nval > (int64_t)*oval) in dtrace_aggregate_max()
2352 *oval = nval; in dtrace_aggregate_max()
[all …]
/freebsd/sys/sys/
H A Dsyscallsubr.h368 struct itimerspec *val, struct itimerspec *oval);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3122 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()
3121 struct itimerspec val, oval, *ovalp; freebsd32_ktimer_settime() local
/freebsd/share/dict/
H A Dweb2a27119 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 …]

12