Home
last modified time | relevance | path

Searched refs:ovalue (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/sys/kern/
Dkern_time.c1362 struct itimerspec * ovalue; member
1374 ovalp = uap->ovalue != NULL ? &oval : NULL; in sys_ktimer_settime()
1376 if (error == 0 && uap->ovalue != NULL) in sys_ktimer_settime()
1377 error = copyout(ovalp, uap->ovalue, sizeof(*ovalp)); in sys_ktimer_settime()
1503 realtimer_gettime(struct itimer *it, struct itimerspec *ovalue) in realtimer_gettime() argument
1510 *ovalue = it->it_time; in realtimer_gettime()
1511 if (ovalue->it_value.tv_sec != 0 || ovalue->it_value.tv_nsec != 0) { in realtimer_gettime()
1512 timespecsub(&ovalue->it_value, &cts, &ovalue->it_value); in realtimer_gettime()
1513 if (ovalue->it_value.tv_sec < 0 || in realtimer_gettime()
1514 (ovalue->it_value.tv_sec == 0 && in realtimer_gettime()
[all …]
Dsystrace_args.c1195 uarg[3] = (intptr_t) p->ovalue; /* struct itimerspec * */ in systrace_args()
/freebsd-12-stable/sbin/tunefs/
Dtunefs.c96 int kvalue, Lflag, lflag, mflag, mvalue, Nflag, nflag, oflag, ovalue; in main() local
110 evalue = fvalue = mvalue = ovalue = svalue = Svalue = 0; in main()
256 ovalue = FS_OPTSPACE; in main()
258 ovalue = FS_OPTTIME; in main()
526 if (sblock.fs_optim == ovalue) in main()
527 warnx("%s remains unchanged as %s", name, chg[ovalue]); in main()
530 name, chg[sblock.fs_optim], chg[ovalue]); in main()
531 sblock.fs_optim = ovalue; in main()
533 ovalue == FS_OPTSPACE) in main()
535 if (sblock.fs_minfree < MINFREE && ovalue == FS_OPTTIME) in main()
/freebsd-12-stable/lib/librt/
Dtimer.c173 struct itimerspec *__restrict ovalue) in __timer_settime() argument
177 flags, value, ovalue); in __timer_settime()
/freebsd-12-stable/contrib/ntp/libntp/
Dmachines.c265 struct itimerval *ovalue) in setitimer() argument
323 if (ovalue != NULL) *ovalue = setitimer_mpe_ctx.current_itimerval; in setitimer()
/freebsd-12-stable/share/doc/psd/05.sysman/
Dspell.ok236 ovalue
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h1247 ovalue) \ argument
1250 (long long)(ovalue))
1252 value, ovalue) \ argument
1255 (long long)(ovalue))
2478 ovalue) \ argument
2481 (long long)(ovalue))
2483 ovalue) \ argument
2486 (long long)(ovalue))
3801 long long ovalue);
3806 long long ovalue);
[all …]
Dlinux_syscall_hooks.h182 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \ argument
184 (long)(ovalue))
185 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \ argument
187 (long)(ovalue))
2103 long ovalue);
2105 long ovalue);
/freebsd-12-stable/contrib/gcc/
Dc-typeck.c3659 tree otype, ovalue; in build_c_cast() local
3774 ovalue = value; in build_c_cast()
3787 if (CONSTANT_CLASS_P (ovalue) in build_c_cast()
3788 && (TREE_OVERFLOW (ovalue) || TREE_CONSTANT_OVERFLOW (ovalue))) in build_c_cast()
3792 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue); in build_c_cast()
3793 TREE_CONSTANT_OVERFLOW (value) = TREE_CONSTANT_OVERFLOW (ovalue); in build_c_cast()
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c2791 ovalp = uap->ovalue != NULL ? &oval : NULL; in freebsd32_ktimer_settime()
2793 if (error == 0 && uap->ovalue != NULL) { in freebsd32_ktimer_settime()
2795 error = copyout(&oval32, uap->ovalue, sizeof(oval32)); in freebsd32_ktimer_settime()
Dfreebsd32_proto.h214 …char ovalue_l_[PADL_(struct itimerspec32 *)]; struct itimerspec32 * ovalue; char ovalue_r_[PADR_(s… member
Dfreebsd32_systrace_args.c1165 uarg[3] = (intptr_t) p->ovalue; /* struct itimerspec32 * */ in systrace_args()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc435 PRE_SYSCALL(setitimer)(long which, void *value, void *ovalue) {}
437 POST_SYSCALL(setitimer)(long res, long which, void *value, void *ovalue) {
440 if (ovalue) POST_WRITE(ovalue, struct_itimerval_sz);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1210 /// struct itimerval *ovalue);
/freebsd-12-stable/sys/sys/
Dsysproto.h653 …char ovalue_l_[PADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struc… member