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

/freebsd-12-stable/stand/uboot/lib/
H A Dtime.c39 time(time_t *tloc) argument
44 if (tloc)
45 *tloc = secs;
/freebsd-12-stable/stand/libofw/
H A Dofw_time.c34 time(time_t *tloc) argument
39 if (tloc)
40 *tloc = secs;
/freebsd-12-stable/stand/efi/libefi/
H A Dtime_event.c67 time(time_t *tloc) argument
72 if (tloc != NULL)
73 *tloc = t;
H A Dtime.c266 time(time_t *tloc) argument
273 if (tloc)
274 *tloc = tv.tv_sec;
/freebsd-12-stable/stand/mips/beri/loader/
H A Dmain.c216 time(time_t *tloc) argument
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_bancomm.c415 time_t tloc; local
436 time(&tloc);
437 tadr = gmtime(&tloc);
/freebsd-12-stable/stand/powerpc/kboot/
H A Dmain.c328 time(time_t *tloc) argument
333 if (tloc != NULL)
334 *tloc = rv;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc202 PRE_SYSCALL(time)(void *tloc) {}
204 POST_SYSCALL(time)(long res, void *tloc) {
206 if (tloc) POST_WRITE(tloc, sizeof(long));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h23 #define __sanitizer_syscall_pre_time(tloc) \
24 __sanitizer_syscall_pre_impl_time((long)(tloc))
25 #define __sanitizer_syscall_post_time(res, tloc) \
26 __sanitizer_syscall_post_impl_time(res, (long)(tloc))
2015 void __sanitizer_syscall_pre_impl_time(long tloc);
2016 void __sanitizer_syscall_post_impl_time(long res, long tloc);

Completed in 201 milliseconds