Home
last modified time | relevance | path

Searched refs:tfd_settime_ovalue (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtimerfd.h52 uint64_t tfd_settime_ovalue; /* pointer to old value, if any */ member
/titanic_50/usr/src/uts/common/io/
H A Dtimerfd.c334 if (st.tfd_settime_ovalue != NULL) { in timerfd_ioctl()
376 if (err != 0 || st.tfd_settime_ovalue == NULL) in timerfd_ioctl()
379 if ((err = timerfd_copyout(&oval, st.tfd_settime_ovalue)) != 0) in timerfd_ioctl()
/titanic_50/usr/src/lib/libc/port/sys/
H A Dtimerfd.c64 st.tfd_settime_ovalue = (uint64_t)(uintptr_t)old_value; in timerfd_settime()