Searched defs:is_new (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dtransaction.c745 static Job* transaction_add_one_job(Transaction *tr, JobType type, Unit *unit, bool *is_new) { argument
761 if (is_new)
762 *is_new = false;
784 if (is_new)
785 *is_new = true;
840 bool is_new; local
875 ret = transaction_add_one_job(tr, type, unit, &is_new);
891 if (is_new && !ignore_requirements && type != JOB_NOP) {
/systemd/src/resolve/
H A Dresolved-manager.c73 bool is_new = !l; local
89 if (is_new)

Completed in 23 milliseconds