Searched defs:options (Results 1 - 25 of 92) sorted by relevance

1234

/systemd/src/udev/v4l_id/
H A Dv4l_id.c33 static const struct option options[] = { local
42 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
/systemd/src/detect-virt/
H A Ddetect-virt.c54 static const struct option options[] = { local
69 while ((c = getopt_long(argc, argv, "hqcvr", options, NULL)) >= 0)
/systemd/src/journal/
H A Dcat.c57 static const struct option options[] = { local
71 while ((c = getopt_long(argc, argv, "+ht:p:", options, NULL)) >= 0)
/systemd/src/machine-id-setup/
H A Dmachine-id-setup-main.c51 static const struct option options[] = { local
64 while ((c = getopt_long(argc, argv, "hqcv", options, NULL)) >= 0)
/systemd/src/network/
H A Dnetworkd-wait-online.c54 static const struct option options[] = { local
69 while ((c = getopt_long(argc, argv, "+hi:q", options, NULL)) >= 0)
/systemd/src/udev/
H A Dudevadm-control.c47 static const struct option options[] = { local
71 while ((c = getopt_long(argc, argv, "el:sSRp:m:h", options, NULL)) >= 0)
H A Dudevadm-settle.c44 static const struct option options[] = { local
61 while ((c = getopt_long(argc, argv, "t:E:hs:e:q", options, NULL)) >= 0) {
H A Dudevadm-test-builtin.c39 static const struct option options[] = { local
50 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
H A Dudevadm.c80 static const struct option options[] = { local
98 while ((c = getopt_long(argc, argv, "+dhV", options, NULL)) >= 0)
H A Dudevadm-test.c55 static const struct option options[] = { local
64 while((c = getopt_long(argc, argv, "a:N:h", options, NULL)) >= 0)
/systemd/src/core/
H A Ddbus-swap.c65 const char *options = NULL; local
72 options = s->parameters_fragment.options;
74 return sd_bus_message_append(reply, "s", options);
H A Dshutdown.c63 static const struct option options[] = { local
79 while ((c = getopt_long(argc, argv, "-", options, NULL)) >= 0)
176 * to console, but may have been changed by command line options. */
/systemd/src/nspawn/
H A Dnspawn-mount.h45 char *options; member in struct:CustomMount
/systemd/src/path/
H A Dpath.c137 static const struct option options[] = { local
149 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
/systemd/src/binfmt/
H A Dbinfmt.c126 static const struct option options[] = { local
137 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
/systemd/src/boot/efi/
H A Dstub.c90 CHAR16 *options; local
94 options = (CHAR16 *)loaded_image->LoadOptions;
98 line[i] = options[i];
/systemd/src/bus-proxyd/
H A Dstdio-bridge.c67 static const struct option options[] = { local
80 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
H A Dbus-proxyd.c196 static const struct option options[] = { local
210 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
/systemd/src/escape/
H A Descape.c60 static const struct option options[] = { local
76 while ((c = getopt_long(argc, argv, "hump", options, NULL)) >= 0)
/systemd/src/libsystemd-network/
H A Ddhcp-option.c30 static int option_append(uint8_t options[], size_t size, size_t *offset, argument
32 assert(options);
46 options[*offset] = code;
54 options[*offset] = code;
55 options[*offset + 1] = optlen;
60 memcpy(&options[*offset + 2], optval, optlen);
85 /* still space in the options array */
86 r = option_append(message->options, size, offset, code, optlen, optval);
91 close the options array and move the offset to its end */
92 r = option_append(message->options, siz
142 parse_options(const uint8_t options[], size_t buflen, uint8_t *overload, uint8_t *message_type, char **error_message, dhcp_option_cb_t cb, void *userdata) argument
[all...]
/systemd/src/notify/
H A Dnotify.c64 static const struct option options[] = { local
79 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) {
/systemd/src/sleep/
H A Dsleep.c150 static const struct option options[] = { local
161 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
/systemd/src/ask-password/
H A Dask-password.c67 static const struct option options[] = { local
85 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
/systemd/src/cgls/
H A Dcgls.c67 static const struct option options[] = { local
82 while ((c = getopt_long(argc, argv, "hkalM:", options, NULL)) >= 0)
/systemd/src/import/
H A Dexport.c244 static const struct option options[] = { local
256 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)

Completed in 26 milliseconds

1234