DBusPendingCall   331 lib/services/dbus.c pcmk_dbus_find_error(DBusPendingCall *pending, DBusMessage *reply,
DBusPendingCall   418 lib/services/dbus.c     DBusPendingCall* pending = NULL;
DBusPendingCall   476 lib/services/dbus.c DBusPendingCall *
DBusPendingCall   478 lib/services/dbus.c                void (*done)(DBusPendingCall *pending, void *user_data),
DBusPendingCall   482 lib/services/dbus.c     DBusPendingCall* pending = NULL;
DBusPendingCall   656 lib/services/dbus.c async_query_result_cb(DBusPendingCall *pending, void *user_data)
DBusPendingCall   697 lib/services/dbus.c                        DBusPendingCall **pending, int timeout)
DBusPendingCall   749 lib/services/dbus.c         DBusPendingCall *local_pending;
DBusPendingCall    26 lib/services/pcmk-dbus.h DBusPendingCall *pcmk_dbus_send(DBusMessage *msg, DBusConnection *connection,
DBusPendingCall    27 lib/services/pcmk-dbus.h                     void(*done)(DBusPendingCall *pending, void *user_data), void *user_data, int timeout);
DBusPendingCall    39 lib/services/pcmk-dbus.h     DBusPendingCall **pending, int timeout);
DBusPendingCall    42 lib/services/pcmk-dbus.h bool pcmk_dbus_find_error(DBusPendingCall *pending, DBusMessage *reply,
DBusPendingCall   413 lib/services/services.c services_set_op_pending(svc_action_t *op, DBusPendingCall *pending)
DBusPendingCall    38 lib/services/services_private.h     DBusPendingCall* pending;
DBusPendingCall    78 lib/services/services_private.h void services_set_op_pending(svc_action_t *op, DBusPendingCall *pending);
DBusPendingCall    43 lib/services/systemd.c static inline DBusPendingCall *
DBusPendingCall    45 lib/services/systemd.c              void(*done)(DBusPendingCall *pending, void *user_data),
DBusPendingCall   128 lib/services/systemd.c                      void *userdata, DBusPendingCall **pending, int timeout)
DBusPendingCall   189 lib/services/systemd.c systemd_daemon_reload_complete(DBusPendingCall *pending, void *user_data)
DBusPendingCall   293 lib/services/systemd.c systemd_loadunit_cb(DBusPendingCall *pending, void *user_data)
DBusPendingCall   319 lib/services/systemd.c     DBusPendingCall* pending = NULL;
DBusPendingCall   578 lib/services/systemd.c systemd_async_dispatch(DBusPendingCall *pending, void *user_data)
DBusPendingCall   732 lib/services/systemd.c         DBusPendingCall *pending = NULL;
DBusPendingCall   784 lib/services/systemd.c         DBusPendingCall *pending = systemd_send(msg, systemd_async_dispatch,
DBusPendingCall   367 lib/services/upstart.c upstart_async_dispatch(DBusPendingCall *pending, void *user_data)
DBusPendingCall   456 lib/services/upstart.c             DBusPendingCall *pending = NULL;
DBusPendingCall   510 lib/services/upstart.c         DBusPendingCall* pending = pcmk_dbus_send(msg, upstart_proxy, upstart_async_dispatch, op, op->timeout);