Searched refs:VERB_ANY (Results 1 - 10 of 10) sorted by relevance

/systemd/src/test/
H A Dtest-verbs.c34 { "help", VERB_ANY, VERB_ANY, 0, noop_dispatcher },
35 { "list-images", VERB_ANY, 1, 0, noop_dispatcher },
36 { "list", VERB_ANY, 2, VERB_DEFAULT, noop_dispatcher },
37 { "status", 2, VERB_ANY, 0, noop_dispatcher },
38 { "show", VERB_ANY, VERB_ANY, 0, noop_dispatcher },
39 { "terminate", 2, VERB_ANY, 0, noop_dispatcher },
66 { "help", VERB_ANY, VERB_ANY,
[all...]
/systemd/src/basic/
H A Dverbs.h22 #define VERB_ANY ((unsigned) -1) macro
H A Dverbs.c74 if (verb->min_args != VERB_ANY &&
80 if (verb->max_args != VERB_ANY &&
/systemd/src/login/
H A Dloginctl.c1504 { "help", VERB_ANY, VERB_ANY, 0, help },
1505 { "list-sessions", VERB_ANY, 1, VERB_DEFAULT, list_sessions },
1506 { "session-status", VERB_ANY, VERB_ANY, 0, show_session },
1507 { "show-session", VERB_ANY, VERB_ANY, 0, show_session },
1508 { "activate", VERB_ANY, 2, 0, activate },
1509 { "lock-session", VERB_ANY, VERB_ANY,
[all...]
/systemd/src/systemctl/
H A Dsystemctl.c7318 { "list-units", VERB_ANY, VERB_ANY, VERB_DEFAULT|VERB_NOCHROOT, list_units },
7319 { "list-unit-files", VERB_ANY, VERB_ANY, 0, list_unit_files },
7320 { "list-sockets", VERB_ANY, VERB_ANY, VERB_NOCHROOT, list_sockets },
7321 { "list-timers", VERB_ANY, VERB_ANY, VERB_NOCHROOT, list_timers },
7322 { "list-jobs", VERB_ANY, VERB_ANY, VERB_NOCHROO
[all...]
/systemd/src/machine/
H A Dmachinectl.c2610 { "help", VERB_ANY, VERB_ANY, 0, help },
2611 { "list", VERB_ANY, 1, VERB_DEFAULT, list_machines },
2612 { "list-images", VERB_ANY, 1, 0, list_images },
2613 { "status", 2, VERB_ANY, 0, show_machine },
2614 { "image-status", VERB_ANY, VERB_ANY, 0, show_image },
2615 { "show", VERB_ANY, VERB_ANY, 0, show_machine },
2616 { "show-image", VERB_ANY, VERB_AN
[all...]
/systemd/src/import/
H A Dexport.c294 { "help", VERB_ANY, VERB_ANY, 0, help },
H A Dimport.c311 { "help", VERB_ANY, VERB_ANY, 0, help },
H A Dpull.c311 { "help", VERB_ANY, VERB_ANY, 0, help },
/systemd/src/network/
H A Dnetworkctl.c1087 { "list", VERB_ANY, 1, VERB_DEFAULT, list_links },
1088 { "status", 1, VERB_ANY, 0, link_status },
1089 { "lldp", VERB_ANY, 1, VERB_DEFAULT, link_lldp_status },

Completed in 2723 milliseconds