Home
last modified time | relevance | path

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

/systemd-251/src/id128/
Did128.c103 static int verb_show(int argc, char **argv, void *userdata) { in verb_show() function
240 { "show", VERB_ANY, VERB_ANY, 0, verb_show }, in id128_main()
/systemd-251/src/systemctl/
Dsystemctl-show.h4 int verb_show(int argc, char *argv[], void *userdata);
Dsystemctl.c1050 … { "show", VERB_ANY, VERB_ANY, VERB_ONLINE_ONLY, verb_show }, in systemctl_main()
1052 … { "status", VERB_ANY, VERB_ANY, VERB_ONLINE_ONLY, verb_show }, in systemctl_main()
1053 … { "help", VERB_ANY, VERB_ANY, VERB_ONLINE_ONLY, verb_show }, in systemctl_main()
Dsystemctl-show.c2176 int verb_show(int argc, char *argv[], void *userdata) { in verb_show() function