Home
last modified time | relevance | path

Searched refs:utmp_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Daix.c1034 struct utmp *utmp_buf; in uv_uptime() local
1043 while ((utmp_buf = getutent()) != NULL) { in uv_uptime()
1044 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
1046 if (utmp_buf->ut_type == BOOT_TIME) in uv_uptime()
1047 boot_time = utmp_buf->ut_time; in uv_uptime()
/third_party/node/deps/uv/src/unix/
H A Daix.c1018 struct utmp *utmp_buf; in uv_uptime() local
1027 while ((utmp_buf = getutent()) != NULL) { in uv_uptime()
1028 if (utmp_buf->ut_user[0] && utmp_buf->ut_type == USER_PROCESS) in uv_uptime()
1030 if (utmp_buf->ut_type == BOOT_TIME) in uv_uptime()
1031 boot_time = utmp_buf->ut_time; in uv_uptime()

Completed in 6 milliseconds