Home
last modified time | relevance | path

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

12

/freebsd-9-stable/crypto/openssl/crypto/evp/
Devp_cnf.c79 CONF_VALUE *oval; in alg_module_init() local
86 oval = sk_CONF_VALUE_value(sktmp, i); in alg_module_init()
87 if (!strcmp(oval->name, "fips_mode")) { in alg_module_init()
89 if (!X509V3_get_value_bool(oval, &m)) { in alg_module_init()
107 ERR_add_error_data(4, "name=", oval->name, in alg_module_init()
108 ", value=", oval->value); in alg_module_init()
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dasn_moid.c77 CONF_VALUE *oval; in oid_module_init() local
84 oval = sk_CONF_VALUE_value(sktmp, i); in oid_module_init()
85 if (!do_create(oval->value, oval->name)) { in oid_module_init()
/freebsd-9-stable/sbin/sysctl/
Dsysctl.c530 u_char buf[BUFSIZ], *val, *oval, *p; in show_var() local
580 val = oval = malloc(j + 1); in show_var()
588 free(oval); in show_var()
594 free(oval); in show_var()
610 free(oval); in show_var()
657 free(oval); in show_var()
676 free(oval); in show_var()
682 free(oval); in show_var()
692 free(oval); in show_var()
695 free(oval); in show_var()
/freebsd-9-stable/usr.sbin/eeprom/
Dofw_options.c207 char *oval; in ofwo_setstr() local
224 if ((oval = malloc(buflen + 1)) == NULL) in ofwo_setstr()
226 strncpy(oval, buf, buflen); in ofwo_setstr()
227 oval[buflen] = '\0'; in ofwo_setstr()
228 len = ofw_setprop(fd, optnode, prop, oval, buflen + 1); in ofwo_setstr()
231 free(oval); in ofwo_setstr()
/freebsd-9-stable/sys/dev/pbio/
Dpbio.c406 char val, oval; in pbiowrite() local
428 oval = pbinb(scp, PBIO_PORTC); in pbiowrite()
429 oval &= 0xf; in pbiowrite()
431 pboutb(scp, PBIO_PORTC, val | oval); in pbiowrite()
434 oval = pbinb(scp, PBIO_PORTC); in pbiowrite()
435 oval &= 0xf0; in pbiowrite()
437 pboutb(scp, PBIO_PORTC, oval | val); in pbiowrite()
/freebsd-9-stable/usr.bin/tr/
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-9-stable/sys/compat/linux/
Dlinux_timer.c138 struct itimerspec val, oval, *ovalp; in linux_timer_settime() local
145 ovalp = uap->old != NULL ? &oval : NULL; in linux_timer_settime()
148 ITS_CP(oval, l_oval); in linux_timer_settime()
/freebsd-9-stable/lib/libutil/
Dlogin_cap.c537 char *res, *ep, *oval; in login_getcaptime() local
569 oval = res; in login_getcaptime()
577 lc->lc_class, cap, oval); in login_getcaptime()
680 char *ep, *res, *oval; in login_getcapsize() local
699 oval = res; in login_getcapsize()
707 lc->lc_class, cap, oval); in login_getcapsize()
/freebsd-9-stable/contrib/texinfo/info/
Dinfokey.c432 char oval = 0; in compile() local
548 oval = c - '0'; in compile()
593 oval = oval * 8 + c - '0'; in compile()
605 if (oval) in compile()
606 To_seq (oval); in compile()
/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_handle.c416 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-9-stable/sys/dev/sound/pcm/
Dfeeder_eq.c549 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-9-stable/usr.bin/mkcsmapper/
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-9-stable/usr.sbin/bsdconfig/dot/
Ddot427 shape=oval color=black fillcolor=white style=filled
442 shape=oval color=black fillcolor=white style=filled edge_color=grey
/freebsd-9-stable/contrib/libpcap/
Dgencode.h258 int oval; member
Doptimize.c1238 b->oval = K(b->s.k); in opt_blk()
1240 b->oval = b->val[X_ATOM]; in opt_blk()
1283 oval0 = child->oval; in fold_edge()
1285 oval1 = ep->pred->oval; in fold_edge()
/freebsd-9-stable/contrib/binutils/bfd/
Dsimple.c87 bfd_vma oval ATTRIBUTE_UNUSED, in simple_dummy_multiple_definition()
/freebsd-9-stable/sys/kern/
Dkern_time.c1255 struct itimerspec val, oval, *ovalp; in sys_ktimer_settime() local
1261 ovalp = uap->ovalue != NULL ? &oval : NULL; in sys_ktimer_settime()
1270 struct itimerspec *val, struct itimerspec *oval) in kern_ktimer_settime() argument
1285 flags, val, oval)); in kern_ktimer_settime()
/freebsd-9-stable/contrib/gdb/include/
Dbfdlink.h414 bfd *obfd, asection *osec, bfd_vma oval,
/freebsd-9-stable/contrib/binutils/include/
Dbfdlink.h482 bfd *obfd, asection *osec, bfd_vma oval,
/freebsd-9-stable/tools/tools/ath/athprom/
Dathprom.c130 uint16_t off, val, oval; in main() local
148 oval = eeread(off); in main()
150 off, oval, val); in main()
/freebsd-9-stable/sys/dev/mpt/
Dmpt_cam.c3662 uint32_t dval, pval, oval; in mpt_get_spi_settings() local
3706 oval = tmp.NegotiatedParameters; in mpt_get_spi_settings()
3707 oval &= MPI_SCSIDEVPAGE0_NP_NEG_SYNC_OFFSET_MASK; in mpt_get_spi_settings()
3708 oval >>= MPI_SCSIDEVPAGE0_NP_SHIFT_SYNC_OFFSET; in mpt_get_spi_settings()
3715 oval = mpt->mpt_port_page0.Capabilities; in mpt_get_spi_settings()
3716 oval = MPI_SCSIPORTPAGE0_CAP_GET_MAX_SYNC_OFFSET(oval); in mpt_get_spi_settings()
3725 spi->sync_offset = oval; in mpt_get_spi_settings()
3748 IS_CURRENT_SETTINGS(cts) ? "ACTIVE" : "NVRAM ", dval, pval, oval); in mpt_get_spi_settings()
/freebsd-9-stable/contrib/binutils/ld/
Dldmain.c996 bfd_vma oval, in multiple_definition() argument
1017 einfo (_("%D: first defined here\n"), obfd, osec, oval); in multiple_definition()
/freebsd-9-stable/sys/sys/
Dsyscallsubr.h233 struct itimerspec *val, struct itimerspec *oval);
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c635 uint32_t oval, nval; in dtrace_error() local
638 oval = *counter; in dtrace_error()
640 if ((nval = oval + 1) == 0) { in dtrace_error()
657 } while (dtrace_cas32(counter, oval, nval) != oval); in dtrace_error()
1850 dtrace_aggregate_min(uint64_t *oval, uint64_t nval, uint64_t arg) in dtrace_aggregate_min() argument
1852 if ((int64_t)nval < (int64_t)*oval) in dtrace_aggregate_min()
1853 *oval = nval; in dtrace_aggregate_min()
1858 dtrace_aggregate_max(uint64_t *oval, uint64_t nval, uint64_t arg) in dtrace_aggregate_max() argument
1860 if ((int64_t)nval > (int64_t)*oval) in dtrace_aggregate_max()
1861 *oval = nval; in dtrace_aggregate_max()
[all …]
/freebsd-9-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c2355 struct itimerspec val, oval, *ovalp; in freebsd32_ktimer_settime() local
2362 ovalp = uap->ovalue != NULL ? &oval : NULL; in freebsd32_ktimer_settime()
2365 ITS_CP(oval, oval32); in freebsd32_ktimer_settime()

12