Searched refs:verb_show (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/id128/ |
D | id128.c | 103 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/ |
D | systemctl-show.h | 4 int verb_show(int argc, char *argv[], void *userdata);
|
D | systemctl.c | 1050 … { "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()
|
D | systemctl-show.c | 2176 int verb_show(int argc, char *argv[], void *userdata) { in verb_show() function
|