unit               28 lib/services/systemd.c static void invoke_unit_by_path(svc_action_t *op, const char *unit);
unit              217 lib/services/systemd.c systemd_get_property(const char *unit, const char *name,
unit              222 lib/services/systemd.c            pcmk_dbus_get_property(systemd_proxy, BUS_NAME, unit, BUS_NAME_UNIT,
unit              544 lib/services/systemd.c         const char *unit = NULL;
unit              551 lib/services/systemd.c         unit = execute_after_loadunit(reply, op);
unit              552 lib/services/systemd.c         if (unit == NULL) {
unit              558 lib/services/systemd.c             *path = strdup(unit);
unit              617 lib/services/systemd.c     DBusMessageIter unit;
unit              647 lib/services/systemd.c     dbus_message_iter_recurse(&args, &unit);
unit              648 lib/services/systemd.c     for (; dbus_message_iter_get_arg_type(&unit) != DBUS_TYPE_INVALID;
unit              649 lib/services/systemd.c         dbus_message_iter_next(&unit)) {
unit              656 lib/services/systemd.c         if(!pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_STRUCT, __func__, __LINE__)) {
unit              661 lib/services/systemd.c         dbus_message_iter_recurse(&unit, &elem);
unit             1237 lib/services/systemd.c invoke_unit_by_path(svc_action_t *op, const char *unit)
unit             1248 lib/services/systemd.c         state = systemd_get_property(unit, "ActiveState",
unit             1303 lib/services/systemd.c               method, unit,