unit               24 lib/services/systemd.c static void invoke_unit_by_path(svc_action_t *op, const char *unit);
unit              161 lib/services/systemd.c systemd_get_property(const char *unit, const char *name,
unit              166 lib/services/systemd.c            pcmk_dbus_get_property(systemd_proxy, BUS_NAME, unit, BUS_NAME_UNIT,
unit              474 lib/services/systemd.c         const char *unit = NULL;
unit              481 lib/services/systemd.c         unit = execute_after_loadunit(reply, op);
unit              482 lib/services/systemd.c         if (unit == NULL) {
unit              488 lib/services/systemd.c             *path = strdup(unit);
unit              547 lib/services/systemd.c     DBusMessageIter unit;
unit              577 lib/services/systemd.c     dbus_message_iter_recurse(&args, &unit);
unit              578 lib/services/systemd.c     for (; dbus_message_iter_get_arg_type(&unit) != DBUS_TYPE_INVALID;
unit              579 lib/services/systemd.c         dbus_message_iter_next(&unit)) {
unit              586 lib/services/systemd.c         if(!pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_STRUCT, __func__, __LINE__)) {
unit              591 lib/services/systemd.c         dbus_message_iter_recurse(&unit, &elem);
unit              950 lib/services/systemd.c invoke_unit_by_path(svc_action_t *op, const char *unit)
unit              961 lib/services/systemd.c         state = systemd_get_property(unit, "ActiveState",
unit             1004 lib/services/systemd.c               method, unit,