Searched refs:ovalue (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dsetitimer.c20 struct itimerval *ovalue)
19 __setitimer(int which, const struct itimerval *value, struct itimerval *ovalue) argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c278 op->ovalue = 1 - no;
300 op->ovalue = getnum();
424 if (op->ovalue == op->odefault)
450 viprintf("%s%s", op->ovalue ? "" : "no", name);
454 viprintf("%s=%d", name, op->ovalue);
H A Dex.h138 short ovalue; /* Current value */ member in struct:option
147 #define value(a) options[a].ovalue
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dclock_timer.c148 itimerspec_t *ovalue)
150 return (__timer_settime(timerid, flags, value, ovalue));
147 timer_settime(timer_t timerid, int flags, const itimerspec_t *value, itimerspec_t *ovalue) argument
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c284 caddr_t ovalue = NULL; local
287 ovalue = value;
292 promplat_bcopy(ovalue, value, len);
316 if (ovalue != NULL)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c820 Addr ovalue = sym->st_value; local
833 alp->al_libname, name, ovalue));
847 if (ovalue != sym->st_value) {
985 Addr ovalue = sym->st_value; local
1012 alp->al_libname, name, ovalue, oflags));
1033 if ((ovalue != sym->st_value) &&
1037 if ((ovalue != sym->st_value) || (oflags != *flags)) {
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c813 char *ovalue; local
840 ovalue = sa_get_property_attr(oprop, "value");
841 if (ovalue != NULL) {
842 ret = check_rorw(value, ovalue);
843 sa_free_attr_string(ovalue);
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c2793 BIG_CHUNK_TYPE ovalue[BIGTMPSIZE]; local
2811 if ((err = big_init1(&o, n->len, ovalue, arraysize(ovalue))) !=

Completed in 295 milliseconds