Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c446 boolean_t g_open; /* True if g_ctl is open */ variable
4546 if (!g_hasclient && g_open == B_TRUE) { in stat_thread()
4591 if (g_hasclient && g_open == B_FALSE) { in stat_thread()
4599 g_open = B_TRUE; in stat_thread()
4610 if (!g_hasclient && g_open == B_TRUE && g_ctl) { in stat_thread()
4613 g_open = B_FALSE; in stat_thread()
4619 if (g_open) in stat_thread()