Home
last modified time | relevance | path

Searched refs:g_quit (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4519 static volatile boolean_t g_quit; variable
4525 g_quit = B_TRUE; in zonestat_quithandler()
4546 if (g_quit == B_TRUE) in stat_thread()
4549 g_quit = B_TRUE; in stat_thread()
4554 while (g_quit == B_FALSE) { in stat_thread()
4575 if (g_quit == B_TRUE) { in stat_thread()
4589 if (g_quit == B_TRUE) { in stat_thread()
4594 g_quit = B_TRUE; in stat_thread()
4629 g_quit = B_TRUE; in stat_thread()
4783 g_quit = B_FALSE; in main()
[all …]
/titanic_41/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c185 boolean_t g_quit = B_FALSE; variable
1887 g_quit = B_TRUE; in zonestat_quithandler()
2277 if (t < 0 && g_quit == B_FALSE) in zonestat_time()
2489 if (errno == EINTR && g_quit == B_TRUE) in main()
2530 if (g_quit == B_TRUE) in main()
2537 if (errno == EINTR && g_quit == B_TRUE) in main()