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

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

Completed in 220 milliseconds