Home
last modified time | relevance | path

Searched refs:BOOT_TIME (Results 1 – 9 of 9) sorted by relevance

/third_party/toybox/toys/pending/
Dlast.c113 else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type = BOOT_TIME; in last_main()
132 } else if (ut.ut_type == BOOT_TIME) { in last_main()
139 curlog_type = BOOT_TIME; in last_main()
167 case BOOT_TIME: in last_main()
/third_party/musl/ndk_musl_include/
Dutmpx.h46 #define BOOT_TIME 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h55 #define BOOT_TIME 2 macro
/third_party/musl/include/
Dutmpx.h55 #define BOOT_TIME 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h55 #define BOOT_TIME 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h55 #define BOOT_TIME 2 macro
/third_party/musl/libc-test/src/api/
Dutmpx.c19 C(BOOT_TIME) in f()
/third_party/libuv/src/unix/
Dos390.c220 u.ut_type = BOOT_TIME; in uv_uptime()
Daix.c1030 if (utmp_buf->ut_type == BOOT_TIME) in uv_uptime()