Lines Matching defs:ignore
2233 /* 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;
3276 int ignore, r;
3301 &ignore,
3309 i->ignore = ignore;
4186 int ignore;
4192 while ((r = sd_bus_message_read(m, "(sb)", &path, &ignore)) > 0)
4193 printf("EnvironmentFile=%s (ignore_errors=%s)\n", path, yes_no(ignore));
4282 yes_no(info.ignore),
6139 /* If the temporary file is empty we ignore it. It's
6192 " -i --ignore-inhibitors\n"
6193 " When shutting down or sleeping, ignore inhibitors\n"
6482 { "ignore-dependencies", no_argument, NULL, ARG_IGNORE_DEPENDENCIES }, /* compatibility only */
6483 { "ignore-inhibitors", no_argument, NULL, 'i' },
6648 arg_job_mode = "ignore-dependencies";