Lines Matching defs:other
445 * all other names of this block device */
485 Swap *other;
510 /* If there other units for the same device node have a job
515 LIST_FOREACH_OTHERS(same_devnode, other, s)
516 if (UNIT(other)->job)
517 job_add_to_run_queue(UNIT(other)->job);
817 Swap *s = SWAP(u), *other;
841 * until that other job has finished. */
842 LIST_FOREACH_OTHERS(same_devnode, other, s)
843 if (UNIT(other)->job && UNIT(other)->job->state == JOB_RUNNING)
1200 Swap *other, *first = NULL;
1210 LIST_FOREACH_OTHERS(same_devnode, other, s)
1211 if (other->from_fragment)
1212 return UNIT(other);
1220 LIST_FOREACH_AFTER(same_devnode, other, s)
1221 if (streq_ptr(other->what, other->devnode))
1222 return UNIT(other);
1224 LIST_FOREACH_BEFORE(same_devnode, other, s) {
1225 if (streq_ptr(other->what, other->devnode))
1226 return UNIT(other);
1228 first = other;
1236 Swap *s = SWAP(u), *other;
1252 LIST_FOREACH_OTHERS(same_devnode, other, s) {
1253 r = set_put(set, other);