Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-list-units.c430 _cleanup_strv_free_ char **sockets_with_suffix = NULL; in verb_list_sockets() local
443 r = expand_unit_names(bus, strv_skip(argv, 1), ".socket", &sockets_with_suffix, NULL); in verb_list_sockets()
447 if (argc == 1 || sockets_with_suffix) { in verb_list_sockets()
448 … n = get_unit_list_recursive(bus, sockets_with_suffix, &unit_infos, &replies, &machines); in verb_list_sockets()