Home
last modified time | relevance | path

Searched defs:machines (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-list-units.c51 _cleanup_strv_free_ char **machines = NULL; in get_unit_list_recursive() local
215 _cleanup_strv_free_ char **machines = NULL; in verb_list_units() local
429 _cleanup_strv_free_ char **machines = NULL; in verb_list_sockets() local
692 _cleanup_strv_free_ char **machines = NULL; in verb_list_timers() local
/systemd-251/src/machine/
Dmachined.h23 Hashmap *machines; member
/systemd-251/src/libsystemd/sd-login/
Dtest-login.c250 _cleanup_strv_free_ char **machines = NULL; in TEST() local
Dsd-login.c824 _public_ int sd_get_machine_names(char ***machines) { in sd_get_machine_names()