Searched refs:tloc (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/boot/uboot/lib/
H A Dtime.c39 time(time_t *tloc) argument
44 if (tloc)
45 *tloc = secs;
/freebsd-11.0-release/sys/boot/ofw/libofw/
H A Dofw_time.c34 time(time_t *tloc) argument
39 if (tloc)
40 *tloc = secs;
/freebsd-11.0-release/sys/boot/efi/libefi/
H A Dtime_event.c67 time(time_t *tloc) argument
72 if (tloc != NULL)
73 *tloc = t;
H A Dtime.c220 time(time_t *tloc) argument
225 if (tloc)
226 *tloc = tv.tv_sec;
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dmain.c189 time(time_t *tloc) argument
194 if (tloc != NULL)
195 *tloc = rv;
/freebsd-11.0-release/sys/boot/powerpc/kboot/
H A Dmain.c163 time(time_t *tloc) argument
168 if (tloc != NULL)
169 *tloc = rv;
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_bancomm.c343 time_t tloc; local
364 time(&tloc);
365 tadr = gmtime(&tloc);
/freebsd-11.0-release/sys/boot/mips/beri/loader/
H A Dmain.c217 time(time_t *tloc) argument
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc203 PRE_SYSCALL(time)(void *tloc) {}
205 POST_SYSCALL(time)(long res, void *tloc) {
207 if (tloc) POST_WRITE(tloc, sizeof(long));
/freebsd-11.0-release/sys/boot/common/
H A Dbootstrap.h326 time_t time(time_t *tloc);
/freebsd-11.0-release/contrib/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h24 #define __sanitizer_syscall_pre_time(tloc) \
25 __sanitizer_syscall_pre_impl_time((long)(tloc))
26 #define __sanitizer_syscall_post_time(res, tloc) \
27 __sanitizer_syscall_post_impl_time(res, (long)(tloc))
2009 void __sanitizer_syscall_pre_impl_time(long tloc);
2010 void __sanitizer_syscall_post_impl_time(long res, long tloc);

Completed in 281 milliseconds