Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-reset-failed.c24 r = expand_unit_names(bus, strv_skip(argv, 1), NULL, &names, NULL); in verb_reset_failed()
Dsystemctl-kill.c28 r = expand_unit_names(bus, strv_skip(argv, 1), NULL, &names, NULL); in verb_kill()
Dsystemctl-is-active.c23 r = expand_unit_names(bus, args, NULL, &names, NULL); in check_unit_generic()
Dsystemctl-set-property.c57 r = expand_unit_names(bus, STRV_MAKE(argv[1]), NULL, &names, NULL); in verb_set_property()
Dsystemctl-util.h26 int expand_unit_names(sd_bus *bus, char **names, const char* suffix, char ***ret, bool *ret_expande…
Dsystemctl-clean-or-freeze.c29 r = expand_unit_names(bus, strv_skip(argv, 1), NULL, &names, NULL); in verb_clean_or_freeze()
Dsystemctl-list-dependencies.c154 r = expand_unit_names(bus, patterns, NULL, &units, NULL); in verb_list_dependencies()
Dsystemctl-edit.c48 r = expand_unit_names(bus, strv_skip(argv, 1), NULL, &names, NULL); in verb_cat()
522 r = expand_unit_names(bus, strv_skip(argv, 1), NULL, &names, NULL); in verb_edit()
Dsystemctl-list-units.c443 r = expand_unit_names(bus, strv_skip(argv, 1), ".socket", &sockets_with_suffix, NULL); in verb_list_sockets()
707 r = expand_unit_names(bus, strv_skip(argv, 1), ".timer", &timers_with_suffix, NULL); in verb_list_timers()
Dsystemctl-start-unit.c330 r = expand_unit_names(bus, strv_skip(argv, 1), suffix, &names, &expanded); in verb_start()
Dsystemctl-util.c235 int expand_unit_names(sd_bus *bus, char **names, const char* suffix, char ***ret, bool *ret_expande… in expand_unit_names() function
Dsystemctl-show.c2250 r = expand_unit_names(bus, patterns, NULL, &names, NULL); in verb_show()