Searched refs:subject (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Djob.h117 /* Encodes that the 'subject' job needs the 'object' job in
119 Job *subject; member in struct:JobDependency
122 LIST_FIELDS(JobDependency, subject);
184 JobDependency* job_dependency_new(Job *subject, Job *object, bool matters, bool conflicts);
H A Djob.c260 JobDependency* job_dependency_new(Job *subject, Job *object, bool matters, bool conflicts) { argument
265 /* Adds a new job link, which encodes that the 'subject' job
266 * needs the 'object' job in some way. If 'subject' is NULL
273 l->subject = subject;
278 if (subject)
279 LIST_PREPEND(subject, subject->subject_list, l);
289 if (l->subject)
290 LIST_REMOVE(subject,
[all...]
H A Dtransaction.c75 LIST_FOREACH(subject, l, j->subject_list) {
106 LIST_FOREACH(subject, l, other->subject_list) {
107 assert(l->subject == other);
108 l->subject = j;
485 /* j->object_list->subject ? j->object_list->subject->unit->id : "root", */
486 /* j->object_list->subject ? job_type_to_string(j->object_list->subject->type) : "root"); */
812 Job *other = j->object_list->matters ? j->object_list->subject : NULL;
/systemd/src/journal/
H A Dcatalog.c685 _cleanup_free_ char *subject = NULL, *defined_by = NULL; local
687 subject = find_header(s, "Subject:");
692 strna(defined_by), strna(subject));

Completed in 19 milliseconds