Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Ditimer.c170 struct itimerspec64 *const ovalue) in set_cpu_itimer() argument
194 if (ovalue) { in set_cpu_itimer()
195 ovalue->it_value = ns_to_timespec64(oval); in set_cpu_itimer()
207 struct itimerspec64 *ovalue) in do_setitimer() argument
218 if (ovalue) { in do_setitimer()
219 ovalue->it_value = itimer_get_remtime(timer); in do_setitimer()
220 ovalue->it_interval in do_setitimer()
350 if (error || !ovalue) in SYSCALL_DEFINE3()
353 if (put_itimerval(ovalue, &get_buffer)) in SYSCALL_DEFINE3()
397 if (error || !ovalue) in COMPAT_SYSCALL_DEFINE3()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp67 double ovalue = offset + minimum; in write() local
69 if (oldValue == static_cast<int64_t>(ovalue)) in write()
85 std::variant<uint64_t>(static_cast<uint64_t>(ovalue))); in write()
98 oldValue = static_cast<int64_t>(ovalue); in write()
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.cpp32 double ovalue = offset + minimum; in write() local
36 ofs << static_cast<int64_t>(ovalue); in write()
/openbmc/qemu/hw/9pfs/
H A D9p-xattr.c76 void *ovalue = value; in v9fs_list_xattr() local
134 size = value - ovalue; in v9fs_list_xattr()
/openbmc/linux/include/linux/
H A Dsyscalls.h560 struct __kernel_old_itimerval __user *ovalue);
/openbmc/qemu/linux-user/
H A Dsyscall.c10683 struct itimerval value, ovalue, *pvalue; in _syscall2() local
10694 ret = get_errno(setitimer(arg1, pvalue, &ovalue)); in _syscall2()
10697 &ovalue.it_interval) in _syscall2()
10699 &ovalue.it_value)) in _syscall2()