| /freebsd/sys/kern/ |
| H A D | kern_time.c | 1450 struct itimerspec * ovalue; member 1462 ovalp = uap->ovalue != NULL ? &oval : NULL; in sys_ktimer_settime() 1464 if (error == 0 && uap->ovalue != NULL) in sys_ktimer_settime() 1465 error = copyout(ovalp, uap->ovalue, sizeof(*ovalp)); in sys_ktimer_settime() 1591 realtimer_gettime(struct itimer *it, struct itimerspec *ovalue) in realtimer_gettime() argument 1602 *ovalue = it->it_time; in realtimer_gettime() 1603 if (ovalue->it_value.tv_sec != 0 || ovalue->it_value.tv_nsec != 0) { in realtimer_gettime() 1604 timespecsub(&ovalue->it_value, &cts, &ovalue->it_value); in realtimer_gettime() 1605 if (ovalue->it_value.tv_sec < 0 || in realtimer_gettime() 1606 (ovalue->it_value.tv_sec == 0 && in realtimer_gettime() [all …]
|
| H A D | systrace_args.c | 1166 uarg[a++] = (intptr_t)p->ovalue; /* struct itimerspec * */ in systrace_args()
|
| /freebsd/sbin/tunefs/ |
| H A D | tunefs.c | 91 int kvalue, Lflag, lflag, mflag, mvalue, Nflag, nflag, oflag, ovalue; in main() local 101 evalue = fvalue = mvalue = ovalue = svalue = Svalue = 0; in main() 246 ovalue = FS_OPTSPACE; in main() 248 ovalue = FS_OPTTIME; in main() 518 if (sblock.fs_optim == ovalue) in main() 519 warnx("%s remains unchanged as %s", name, chg[ovalue]); in main() 522 name, chg[sblock.fs_optim], chg[ovalue]); in main() 523 sblock.fs_optim = ovalue; in main() 525 ovalue == FS_OPTSPACE) in main() 527 if (sblock.fs_minfree < MINFREE && ovalue == FS_OPTTIME) in main()
|
| /freebsd/lib/librt/ |
| H A D | timer.c | 170 struct itimerspec *__restrict ovalue) in __timer_settime() argument 174 flags, value, ovalue); in __timer_settime()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | machines.c | 264 struct itimerval *ovalue) in setitimer() 322 if (ovalue != NULL) *ovalue = setitimer_mpe_ctx.current_itimerval; in setitimer() 265 setitimer(int which,struct itimerval * value,struct itimerval * ovalue) setitimer() argument
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | groupspace_003_pos.ksh | 62 typeset -i zfsgetcnt=$(zfs get -H -ovalue groupobjused@$group $fs)
|
| H A D | userspace_003_pos.ksh | 63 typeset -i zfsgetcnt=$(zfs get -H -ovalue userobjused@$user $fs)
|
| /freebsd/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 236 ovalue
|
| /freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1247 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 …]
|
| H A D | linux_syscall_hooks.h | 182 #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)) 2117 long ovalue); 2119 long ovalue);
|
| /freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/ |
| H A D | zfs | 75 "${ZFS}" get -H -ovalue "${_get_value}" "${_get_fs}" 2> /dev/null 97 # NOTE: zpool does not support 'get -H -ovalue bootfs'...
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 480 PRE_SYSCALL(setitimer)(long which, void *value, void *ovalue) {} 482 POST_SYSCALL(setitimer)(long res, long which, void *value, void *ovalue) { 486 if (ovalue) 487 POST_WRITE(ovalue, struct_itimerval_sz);
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 3169 ovalp = uap->ovalue != NULL ? &oval : NULL; in freebsd32_ktimer_settime() 3171 if (error == 0 && uap->ovalue != NULL) { in freebsd32_ktimer_settime() 3173 error = copyout(&oval32, uap->ovalue, sizeof(oval32)); in freebsd32_ktimer_settime()
|
| H A D | freebsd32_proto.h | 205 …char ovalue_l_[PADL_(struct itimerspec32 *)]; struct itimerspec32 * ovalue; char ovalue_r_[PADR_(s… member
|
| H A D | freebsd32_systrace_args.c | 1143 uarg[a++] = (intptr_t)p->ovalue; /* struct itimerspec32 * */ in systrace_args()
|
| /freebsd/lib/libsys/ |
| H A D | _libsys.h | 612 …timer_settime(int timerid, int flags, const struct itimerspec * value, struct itimerspec * ovalue);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 2246 /// struct itimerval *ovalue);
|
| /freebsd/sys/sys/ |
| H A D | sysproto.h | 635 …char ovalue_l_[PADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struc… member
|