Searched refs:help (Results 1 - 25 of 72) sorted by relevance

123

/systemd/src/udev/
H A Dudevadm-test-builtin.c27 static void help(struct udev *udev) { function
28 printf("%s builtin [--help] COMMAND SYSPATH\n\n"
30 " -h --help Print this message\n"
40 { "help", no_argument, NULL, 'h' },
53 help(udev);
60 help(udev);
77 help(udev);
110 .help = "Test a built-in command",
H A Dudevadm-settle.c33 static void help(void) { function
36 " -h --help Show this help\n"
47 { "help", no_argument, NULL, 'h' },
80 help();
161 .help = "Wait for pending udev events",
H A Dudevadm-test.c32 static void help(void) { function
36 " -h --help Show this help\n"
58 { "help", no_argument, NULL, 'h' },
83 help();
158 .help = "Test an event run",
H A Dudev-builtin-btrfs.c57 .help = "btrfs volume management",
H A Dudevadm.c40 .name = "help",
60 printf("%s [--help] [--version] [--debug] COMMAND [COMMAND OPTIONS]\n\n"
66 if (udevadm_cmds[i]->help != NULL)
67 printf(" %-12s %s\n", udevadm_cmds[i]->name, udevadm_cmds[i]->help);
82 { "help", no_argument, NULL, 'h' },
H A Dudev-builtin-net_setup_link.c105 .help = "Configure network link",
H A Dudev-builtin-uaccess.c87 .help = "Manage device node user ACL",
H A Dudev-builtin-kmod.c121 .help = "Kernel module loader",
H A Dudevadm-control.c29 " -h --help Show this help\n"
58 { "help", no_argument, NULL, 'h' },
162 .help = "Control the udev daemon",
H A Dudevadm-info.c258 static void help(void) { function
262 " -h --help Print this message\n"
304 { "help", no_argument, NULL, 'h' },
392 help();
402 help();
493 .help = "Query sysfs or the udev database",
/systemd/src/detect-virt/
H A Ddetect-virt.c36 static void help(void) { function
39 " -h --help Show this help\n"
55 { "help", no_argument, NULL, 'h' },
74 help();
/systemd/src/machine-id-setup/
H A Dmachine-id-setup-main.c33 static void help(void) { function
36 " -h --help Show this help\n"
52 { "help", no_argument, NULL, 'h' },
69 help();
/systemd/src/notify/
H A Dnotify.c42 static void help(void) { function
45 " -h --help Show this help\n"
65 { "help", no_argument, NULL, 'h' },
84 help();
127 help();
/systemd/src/journal/
H A Dcat.c39 static void help(void) { function
42 " -h --help Show this help\n"
58 { "help", no_argument, NULL, 'h' },
76 help();
/systemd/src/network/
H A Dnetworkd-wait-online.c34 static void help(void) { function
37 " -h --help Show this help\n"
55 { "help", no_argument, NULL, 'h' },
74 help();
/systemd/src/ask-password/
H A Dask-password.c39 static void help(void) { function
42 " -h --help Show this help\n"
68 { "help", no_argument, NULL, 'h' },
90 help();
/systemd/src/binfmt/
H A Dbinfmt.c112 static void help(void) { function
115 " -h --help Show this help\n"
127 { "help", no_argument, NULL, 'h' },
142 help();
/systemd/src/escape/
H A Descape.c39 static void help(void) { function
42 " -h --help Show this help\n"
61 { "help", no_argument, NULL, 'h' },
81 help();
/systemd/src/path/
H A Dpath.c121 static void help(void) { function
124 " -h --help Show this help\n"
138 { "help", no_argument, NULL, 'h' },
154 help();
/systemd/src/sleep/
H A Dsleep.c133 static void help(void) { function
137 " -h --help Show this help and exit\n"
151 { "help", no_argument, NULL, 'h' },
164 help();
/systemd/src/bus-proxyd/
H A Dstdio-bridge.c45 static int help(void) { function
49 " -h --help Show this help\n"
68 { "help", no_argument, NULL, 'h' },
85 help();
/systemd/src/cgls/
H A Dcgls.c47 static void help(void) { function
50 " -h --help Show this help\n"
68 { "help", no_argument, NULL, 'h' },
87 help();
/systemd/src/login/
H A Dinhibit.c131 static void help(void) { function
134 " -h --help Show this help\n"
159 { "help", no_argument, NULL, 'h' },
179 help();
/systemd/src/sysctl/
H A Dsysctl.c160 static void help(void) { function
163 " -h --help Show this help\n"
177 { "help", no_argument, NULL, 'h' },
193 help();
/systemd/src/import/
H A Dexport.c222 static int help(int argc, char *argv[], void *userdata) { function
226 " -h --help Show this help\n"
245 { "help", no_argument, NULL, 'h' },
261 return help(0, NULL, NULL);
294 { "help", VERB_ANY, VERB_ANY, 0, help },

Completed in 28 milliseconds

123