Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c447 int g_hasclient; /* True if any clients are connected */ variable
4418 g_hasclient = B_FALSE; in zsd_stat_server()
4455 g_hasclient = B_TRUE; in zsd_stat_server()
4546 if (!g_hasclient && g_open == B_TRUE) { in stat_thread()
4576 if (g_hasclient) { in stat_thread()
4591 if (g_hasclient && g_open == B_FALSE) { in stat_thread()
4610 if (!g_hasclient && g_open == B_TRUE && g_ctl) { in stat_thread()