Searched refs:time (Results 1 - 25 of 207) sorted by relevance

123456789

/seL4-refos-master/libs/libmuslc/src/time/
H A Dctime.c1 #include <time.h>
H A Dtime.c1 #include <time.h>
6 time_t time(time_t *t) function
H A Ddifftime.c1 #include <time.h>
H A Dasctime.c1 #include <time.h>
H A Dasctime_r.c1 #include <time.h>
H A Dclock_getres.c1 #include <time.h>
H A Dclock_settime.c1 #include <time.h>
H A Dctime_r.c1 #include <time.h>
H A Dnanosleep.c1 #include <time.h>
H A Dftime.c2 #include <time.h>
8 tp->time = ts.tv_sec;
H A Dgettimeofday.c1 #include <time.h>
2 #include <sys/time.h>
H A Dtime_impl.h1 #include <time.h>
H A Dtimespec_get.c1 #include <time.h>
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dstime.c2 #include <time.h>
3 #include <sys/time.h>
H A Dsettimeofday.c2 #include <sys/time.h>
H A Dutimes.c1 #include <sys/time.h>
/seL4-refos-master/libs/libmuslc/src/signal/
H A Dgetitimer.c1 #include <sys/time.h>
H A Dsetitimer.c1 #include <sys/time.h>
/seL4-refos-master/kernel/include/64/mode/api/
H A Dipc_buffer.h17 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
19 return setMR(thread, buffer, i, time);
/seL4-refos-master/kernel/include/32/mode/api/
H A Dipc_buffer.h18 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
20 setMR(thread, buffer, i, (uint32_t) time);
21 return setMR(thread, buffer, i + 1, (uint32_t)(time >> 32llu));
/seL4-refos-master/libs/libmuslc/include/sys/
H A Dtimeb.h12 time_t time; member in struct:timeb
H A Dtimerfd.h8 #include <time.h>
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dsleep.c2 #include <time.h>
H A Dusleep.c3 #include <time.h>
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dpmic_rtc.c46 /* We can set a 24 hour value for the time, but the RTC always gives us back
85 pmic_rtc_set_tval(pmic_rtc_t* dev, int base, const struct rtc_time* time) argument
88 count = pmic_rtc_reg_write(dev, base, time, sizeof(*time));
89 return !(count == sizeof(*time));
93 pmic_rtc_get_tval(pmic_rtc_t* dev, int base, struct rtc_time* time) argument
96 count = pmic_rtc_reg_read(dev, base, time, sizeof(*time));
97 time->hour &= ~RTC_HOUR_PM;
98 return !(count == sizeof(*time));
138 pmic_rtc_get_time(pmic_rtc_t* pmic_rtc, struct rtc_time* time) argument
147 pmic_rtc_set_time(pmic_rtc_t* pmic_rtc, const struct rtc_time* time) argument
[all...]

Completed in 79 milliseconds

123456789