Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c448 boolean_t g_open; /* True if g_ctl is open */ variable
4570 if (!g_hasclient && g_open == B_TRUE) { in stat_thread()
4615 if (g_hasclient && g_open == B_FALSE) { in stat_thread()
4623 g_open = B_TRUE; in stat_thread()
4634 if (!g_hasclient && g_open == B_TRUE && g_ctl) { in stat_thread()
4637 g_open = B_FALSE; in stat_thread()
4643 if (g_open) in stat_thread()