unit 20 lib/services/systemd.c gboolean systemd_unit_exec_with_unit(svc_action_t * op, const char *unit); unit 124 lib/services/systemd.c systemd_get_property(const char *unit, const char *name, unit 129 lib/services/systemd.c pcmk_dbus_get_property(systemd_proxy, BUS_NAME, unit, BUS_NAME_UNIT, unit 331 lib/services/systemd.c const char *unit = NULL; unit 338 lib/services/systemd.c unit = systemd_loadunit_result(reply, op); unit 339 lib/services/systemd.c if(unit) { unit 340 lib/services/systemd.c munit = strdup(unit); unit 363 lib/services/systemd.c DBusMessageIter unit; unit 393 lib/services/systemd.c dbus_message_iter_recurse(&args, &unit); unit 394 lib/services/systemd.c for (; dbus_message_iter_get_arg_type(&unit) != DBUS_TYPE_INVALID; unit 395 lib/services/systemd.c dbus_message_iter_next(&unit)) { unit 402 lib/services/systemd.c if(!pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_STRUCT, __FUNCTION__, __LINE__)) { unit 407 lib/services/systemd.c dbus_message_iter_recurse(&unit, &elem); unit 467 lib/services/systemd.c char *unit = NULL; unit 472 lib/services/systemd.c unit = systemd_unit_by_name(name, NULL); unit 473 lib/services/systemd.c if(unit) { unit 474 lib/services/systemd.c free(unit); unit 603 lib/services/systemd.c systemd_unit_exec_with_unit(svc_action_t * op, const char *unit) unit 609 lib/services/systemd.c CRM_ASSERT(unit); unit 615 lib/services/systemd.c state = systemd_get_property(unit, "ActiveState", unit 693 lib/services/systemd.c crm_debug("Calling %s for %s: %s", method, op->rsc, unit); unit 758 lib/services/systemd.c char *unit = NULL; unit 777 lib/services/systemd.c unit = systemd_unit_by_name(op->agent, op); unit 778 lib/services/systemd.c free(unit); unit 153 lib/services/upstart.c DBusMessageIter unit; unit 195 lib/services/upstart.c dbus_message_iter_recurse(&args, &unit); unit 196 lib/services/upstart.c while (dbus_message_iter_get_arg_type (&unit) != DBUS_TYPE_INVALID) { unit 201 lib/services/upstart.c if(!pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { unit 205 lib/services/upstart.c dbus_message_iter_get_basic(&unit, &value); unit 221 lib/services/upstart.c dbus_message_iter_next (&unit); unit 244 lib/services/upstart.c DBusMessageIter unit; unit 276 lib/services/upstart.c dbus_message_iter_recurse(&args, &unit); unit 277 lib/services/upstart.c if(pcmk_dbus_type_check(reply, &unit, DBUS_TYPE_OBJECT_PATH, __FUNCTION__, __LINE__)) { unit 280 lib/services/upstart.c dbus_message_iter_get_basic(&unit, &value);