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

/systemd/src/systemctl/
H A Dsystemctl.c1694 bool is_host; member in struct:machine_info
1736 if (u->is_host != v->is_host)
1737 return u->is_host > v->is_host ? -1 : 1;
1787 machine_infos[c].is_host = true;
1814 machine_infos[c].is_host = false;
1841 namelen = MAX(namelen, strlen(m->name) + (m->is_host ? sizeof(" (host)") - 1 : 0));
1885 if (m->is_host)

Completed in 899 milliseconds