Searched refs:job_type (Results 1 - 9 of 9) sorted by relevance

/systemd/src/core/
H A Ddbus-unit.h32 int bus_unit_method_start_generic(sd_bus_message *message, Unit *u, JobType job_type, bool reload_if_possible, sd_bus_error *error);
H A Ddbus-unit.c439 JobType job_type,
457 assert(job_type >= 0 && job_type < _JOB_TYPE_MAX);
461 job_type_to_access_method(job_type),
475 verb = strjoin("reload-or-", job_type_to_string(job_type), NULL);
477 verb = strdup(job_type_to_string(job_type));
485 job_type < _JOB_TYPE_MAX ? polkit_message_for_job[job_type] : NULL,
493 return bus_unit_queue_job(message, u, job_type, mode, reload_if_possible, error);
436 bus_unit_method_start_generic( sd_bus_message *message, Unit *u, JobType job_type, bool reload_if_possible, sd_bus_error *error) argument
H A Ddbus-job.c30 static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_type, job_type, JobType);
H A Djob.c1211 DEFINE_STRING_TABLE_LOOKUP(job_type, JobType);
H A Ddbus-manager.c514 static int method_start_unit_generic(sd_bus_message *message, Manager *m, JobType job_type, bool reload_if_possible, sd_bus_error *error) { argument
530 return bus_unit_method_start_generic(message, u, job_type, reload_if_possible, error);
/systemd/src/test/
H A Dtest-tables.c71 test_table(job_type, JOB_TYPE);
/systemd/src/shared/
H A Dbus-util.h139 const char *job_type; member in struct:UnitInfo
H A Dbus-util.c1393 &u->job_type,
/systemd/src/systemctl/
H A Dsystemctl.c380 job_len = MAX(job_len, strlen(u->job_type));
486 job_count ? job_len + 1 : 0, u->job_id ? u->job_type : "");

Completed in 68 milliseconds