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

/freebsd-9.3-release/sys/kern/
H A Dkern_time.c1252 struct itimerspec * ovalue; member in struct:ktimer_settime_args
1264 ovalp = uap->ovalue != NULL ? &oval : NULL;
1266 if (error == 0 && uap->ovalue != NULL)
1267 error = copyout(ovalp, uap->ovalue, sizeof(*ovalp));
1386 realtimer_gettime(struct itimer *it, struct itimerspec *ovalue) argument
1393 *ovalue = it->it_time;
1394 if (ovalue->it_value.tv_sec != 0 || ovalue->it_value.tv_nsec != 0) {
1395 timespecsub(&ovalue->it_value, &cts);
1396 if (ovalue
1407 realtimer_settime(struct itimer *it, int flags, struct itimerspec *value, struct itimerspec *ovalue) argument
[all...]
H A Dsystrace_args.c1313 uarg[3] = (intptr_t) p->ovalue; /* struct itimerspec * */
/freebsd-9.3-release/lib/librt/
H A Dtimer.c171 struct itimerspec *__restrict ovalue)
175 flags, value, ovalue);
169 __timer_settime(timer_t timerid, int flags, const struct itimerspec *__restrict value, struct itimerspec *__restrict ovalue) argument
/freebsd-9.3-release/sbin/tunefs/
H A Dtunefs.c91 int kvalue, Lflag, lflag, mflag, mvalue, Nflag, nflag, oflag, ovalue; local
103 evalue = fvalue = mvalue = ovalue = svalue = Svalue = 0;
247 ovalue = FS_OPTSPACE;
249 ovalue = FS_OPTTIME;
510 if (sblock.fs_optim == ovalue)
511 warnx("%s remains unchanged as %s", name, chg[ovalue]);
514 name, chg[sblock.fs_optim], chg[ovalue]);
515 sblock.fs_optim = ovalue;
517 ovalue == FS_OPTSPACE)
519 if (sblock.fs_minfree < MINFREE && ovalue
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmachines.c265 struct itimerval *ovalue)
323 if (ovalue != NULL) *ovalue = setitimer_mpe_ctx.current_itimerval;
264 setitimer(int which, struct itimerval *value, struct itimerval *ovalue) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c3525 tree otype, ovalue;
3634 ovalue = value;
3640 if (CONSTANT_CLASS_P (ovalue)
3641 && (TREE_OVERFLOW (ovalue) || TREE_CONSTANT_OVERFLOW (ovalue)))
3645 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue);
3646 TREE_CONSTANT_OVERFLOW (value) = TREE_CONSTANT_OVERFLOW (ovalue);
3506 tree otype, ovalue; local
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2362 ovalp = uap->ovalue != NULL ? &oval : NULL;
2364 if (error == 0 && uap->ovalue != NULL) {
2366 error = copyout(&oval32, uap->ovalue, sizeof(oval32));
H A Dfreebsd32_proto.h220 char ovalue_l_[PADL_(struct itimerspec32 *)]; struct itimerspec32 * ovalue; char ovalue_r_[PADR_(struct itimerspec32 *)]; member in struct:freebsd32_ktimer_settime_args
H A Dfreebsd32_systrace_args.c1220 uarg[3] = (intptr_t) p->ovalue; /* struct itimerspec32 * */
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h717 char ovalue_l_[PADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struct itimerspec *)]; member in struct:ktimer_settime_args

Completed in 247 milliseconds