Searched defs:matters (Results 1 - 3 of 3) sorted by relevance
/systemd/src/core/ |
H A D | transaction.c | 78 if (!l->matters) 332 * matters to the anchor. */ 534 /* If it matters, we shouldn't drop it */ 812 Job *other = j->object_list->matters ? j->object_list->subject : NULL; 831 bool matters, 848 * This matters when jobs are spawned as part of coldplugging itself (see e. g. path_coldplug()). 883 if (!job_dependency_new(by, ret, matters, conflicts)) 826 transaction_add_job_and_dependencies( Transaction *tr, JobType type, Unit *unit, Job *by, bool matters, bool conflicts, bool ignore_requirements, bool ignore_order, sd_bus_error *e) argument
|
H A D | job.h | 125 bool matters; member in struct:JobDependency 184 JobDependency* job_dependency_new(Job *subject, Job *object, bool matters, bool conflicts);
|
H A D | job.c | 260 JobDependency* job_dependency_new(Job *subject, Job *object, bool matters, bool conflicts) { argument 275 l->matters = matters;
|
Completed in 17 milliseconds