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

/systemd/src/test/
H A Dtest-verbs.c24 static int noop_dispatcher(int argc, char *argv[], void *userdata) { function
34 { "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 },
40 { "login", 2, 2, 0, noop_dispatcher },
41 { "copy-to", 3, 4, 0, noop_dispatcher },
66 { "help", VERB_ANY, VERB_ANY, 0, noop_dispatcher },
[all...]

Completed in 9 milliseconds