Searched defs:by (Results 1 - 2 of 2) sorted by relevance
/systemd/src/core/ |
H A D | transaction.c | 7 under the terms of the GNU Lesser General Public License as published by 147 /* Returns true if this job is pulled in by a least one 186 * stopped because it is conflicted by 224 "Fixing conflicting jobs %s/%s,%s/%s by deleting job %s/%s", 396 "Breaking ordering cycle by deleting job %s/%s", 459 * that up by dropping one of the jobs. */ 478 /* Drop jobs that are not required by any other job */ 830 Job *by, 856 /* by ? by 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 [all...] |
/systemd/src/shared/ |
H A D | fstab-util.c | 7 under the terms of the GNU Lesser General Public License as published by 228 static char *tag_to_udev_node(const char *tagvalue, const char *by) { argument 244 return strjoin("/dev/disk/by-", by, "/", t, NULL);
|
Completed in 25 milliseconds