Searched defs:subject (Results 1 - 3 of 3) 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...]
/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 1195 milliseconds