Searched defs:arg_mode (Results 1 - 3 of 3) sorted by relevance

/systemd/src/detect-virt/
H A Ddetect-virt.c34 } arg_mode = ANY_VIRTUALIZATION; variable in typeref:enum:__anon71
85 arg_mode = ONLY_CONTAINER;
89 arg_mode = ONLY_VM;
93 arg_mode = ONLY_CHROOT;
125 switch (arg_mode) {
/systemd/src/login/
H A Dinhibit.c42 static const char* arg_mode = NULL; variable
62 "ssss", arg_what, arg_who, arg_why, arg_mode);
103 if (arg_mode && !streq(mode, arg_mode))
198 arg_mode = optarg;
259 if (!arg_mode)
260 arg_mode = "block";
/systemd/src/resolve/
H A Dresolve-tool.c51 } arg_mode = MODE_RESOLVE_HOST; variable in typeref:enum:__anon224
1040 arg_mode = MODE_RESOLVE_RECORD;
1087 arg_mode = MODE_RESOLVE_SERVICE;
1131 arg_mode = MODE_STATISTICS;
1135 arg_mode = MODE_RESET_STATISTICS;
1150 if (arg_type != 0 && arg_mode != MODE_RESOLVE_RECORD) {
1181 switch (arg_mode) {

Completed in 13 milliseconds