Searched refs:irreversible (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/core/ ! |
D | transaction.h | 15 bool irreversible; member 18 Transaction *transaction_new(bool irreversible);
|
D | transaction.c | 85 j->irreversible = j->irreversible || other->irreversible; in transaction_merge_and_delete_job() 544 if (j->unit->job && (mode == JOB_FAIL || j->unit->job->irreversible) && in transaction_is_destructive() 819 j->irreversible = tr->irreversible; in transaction_add_one_job() 1153 Transaction *transaction_new(bool irreversible) { in transaction_new() argument 1164 tr->irreversible = irreversible; in transaction_new()
|
D | job.c | 188 j->irreversible = j->irreversible || other->irreversible; in job_merge_into_installed() 337 prefix, yes_no(j->irreversible), in job_dump() 1152 (void) serialize_bool(f, "job-irreversible", j->irreversible); in job_serialize() 1231 j->irreversible = j->irreversible || b; in job_deserialize()
|
D | job.h | 160 bool irreversible:1; member
|
/systemd-251/ ! |
D | LICENSE.LGPL2.1 | 220 Once this change is made in a given copy, it is irreversible for
|
D | NEWS | 11642 --fail, --irreversible, and --ignore-dependencies, which are 12869 with a new mode "--irreversible" which may be used to queue
|
/systemd-251/LICENSES/ ! |
D | LGPL-2.0-or-later.txt | 78 Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU Gen…
|