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

/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c819 Addr ovalue = sym->st_value; local
832 alp->al_libname, name, ovalue));
846 if (ovalue != sym->st_value) {
984 Addr ovalue = sym->st_value; local
1007 alp->al_libname, name, ovalue, oflags));
1028 if ((ovalue != sym->st_value) &&
1032 if ((ovalue != sym->st_value) || (oflags != *flags)) {
/opensolaris-onvv-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c822 char *ovalue; local
849 ovalue = sa_get_property_attr(oprop, "value");
850 if (ovalue != NULL) {
851 ret = check_rorw(value, ovalue);
852 sa_free_attr_string(ovalue);

Completed in 101 milliseconds