Symbol: system_time
headers/private/fs_shell/fssh_api_wrapper.h
1231
#define system_time fssh_system_time
src/build/libroot/misc.cpp
38
system_time(void)
src/system/boot/arch/arm64/arch_cpu.cpp
34
system_time()
src/system/boot/arch/riscv64/arch_cpu.cpp
60
system_time()
src/system/boot/arch/x86/arch_cpu.cpp
439
system_time()
src/system/boot/platform/amiga_m68k/cpu.cpp
79
system_time(void)
src/system/boot/platform/atari_m68k/cpu.cpp
102
system_time(void)
src/system/boot/platform/efi/arch/arm/arch_cpu.cpp
19
system_time()
src/system/boot/platform/next_m68k/cpu.cpp
60
system_time(void)
src/system/boot/platform/openfirmware/support.cpp
17
system_time(void)
src/system/kernel/arch/arm/arch_timer.cpp
78
system_time(void)
src/system/kernel/arch/arm64/arch_timer.cpp
69
system_time(void)
src/system/kernel/arch/mips/arch_timer.cpp
8
time_t system_time()
src/system/kernel/arch/sparc/arch_timer.cpp
36
system_time(void)
src/system/libroot/os/arch/arm/system_time.c
34
system_time(void)
src/system/libroot/os/arch/arm64/system_time.c
13
system_time(void)
src/system/libroot/os/arch/m68k/system_time.c
32
system_time(void)
src/system/libroot/os/arch/ppc/system_time.c
23
system_time(void)
src/system/libroot/os/arch/sparc/system_time.c
27
system_time(void)
src/system/libroot/os/arch/x86_64/system_time.cpp
81
system_time()
src/system/libroot/stubbed/libroot_stubs.c
2462
void system_time() {}
src/system/libroot/stubbed/libroot_stubs_legacy.c
2461
void system_time() {}
src/tests/system/libroot/posix/realtime_sem_test1.cpp
28
system_time()