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

/systemd/src/machine/
H A Dmachinectl.c127 size_t max_name = strlen("MACHINE"), max_class = strlen("CLASS"), max_service = strlen("SERVICE"); local
180 if (l > max_service)
181 max_service = l;
198 (int) max_service, "SERVICE");
204 (int) max_service, machines[j].service);

Completed in 16 milliseconds