Searched defs:ignore (Results 1 - 8 of 8) sorted by relevance

/systemd/src/network/
H A Dnetworkd-wait-online.h37 char **ignore; member in struct:Manager
49 int manager_new(Manager **ret, char **interfaces, char **ignore, usec_t timeout);
H A Dnetworkd-wait-online-manager.c33 char **ignore; local
38 /* always ignore the loopback interface */
42 /* if interfaces are given on the command line, ignore all others */
46 /* ignore interfaces we explicitly are asked to ignore */
47 STRV_FOREACH(ignore, m->ignore)
48 if (fnmatch(*ignore, link->ifname, 0) == 0)
268 int manager_new(Manager **ret, char **interfaces, char **ignore, usec_t timeout) { argument
279 m->ignore
[all...]
/systemd/src/test/
H A Dtest-unit-file.c79 bool ignore) {
94 assert_se(c->ignore == ignore);
172 log_info("/* ignore && honour_argv0 */");
180 log_info("/* ignore && honour_argv0 */");
188 log_info("/* ignore && ignore */");
195 log_info("/* ignore && ignore (2) */");
74 check_execcommand(ExecCommand *c, const char* path, const char* argv0, const char* argv1, const char* argv2, bool ignore) argument
/systemd/src/core/
H A Dnamespace.c62 bool ignore; member in struct:BindMount
72 (*p)->ignore = false;
76 (*p)->ignore = true;
394 else if (m->ignore && errno == ENOENT)
412 if (m->ignore && r == -ENOENT)
H A Dexecute.h85 bool ignore; member in struct:ExecCommand
H A Dexecute.c913 * If this fails, ignore the error - but expect sd-pam threads
2300 bool ignore = false; local
2308 ignore = true;
2313 if (ignore)
2323 if (ignore)
2331 if (ignore)
2340 if (ignore)
H A Dload-fragment.c608 bool separate_argv0 = false, ignore = false; local
626 if (*f == '-' && !ignore)
627 ignore = true;
726 nce->ignore = ignore;
1228 bool ignore; local
1244 ignore = true;
1247 ignore = false;
1257 c->selinux_context_ignore = ignore;
1276 bool ignore; local
1324 bool ignore; local
[all...]
/systemd/src/systemctl/
H A Dsystemctl.c2233 /* We ignore all errors here, since this is used to show a
3003 log_error("Please retry operation after closing inhibitors and logging out other users.\nAlternatively, ignore inhibitors and users with 'systemctl %s -i'.",
3251 bool ignore; member in struct:ExecStatusInfo
3276 int ignore, r; local
3301 &ignore,
3309 i->ignore = ignore;
4186 int ignore; local
4192 while ((r = sd_bus_message_read(m, "(sb)", &path, &ignore)) > 0)
4193 printf("EnvironmentFile=%s (ignore_errors=%s)\n", path, yes_no(ignore));
[all...]

Completed in 51 milliseconds