Searched defs:job_info (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c2047 struct job_info { struct
2052 static void output_jobs_list(const struct job_info* jobs, unsigned n, bool skipped) {
2054 const struct job_info *j;
2124 static bool output_show_job(struct job_info *job, char **patterns) {
2132 _cleanup_free_ struct job_info *jobs = NULL;
2163 struct job_info job = { id, name, type, state };

Completed in 57 milliseconds