Searched defs:activation (Results 1 - 2 of 2) sorted by relevance

/systemd/src/bus-proxyd/
H A Ddriver.c77 ProxyActivation *activation = userdata; local
83 * send the reply to the activation request and be done.
86 m = activation->request; /* claim reference */
88 --activation->proxy->n_activations;
89 LIST_REMOVE(activations_by_proxy, activation->proxy->activations, activation);
90 sd_bus_slot_unref(activation->slot);
91 free(activation);
612 ProxyActivation *activation; local
653 activation
[all...]
H A Dproxy.c279 ProxyActivation *activation; local
284 while ((activation = p->activations)) {
285 LIST_REMOVE(activations_by_proxy, p->activations, activation);
286 sd_bus_message_unref(activation->request);
287 sd_bus_slot_unref(activation->slot);
288 free(activation);

Completed in 946 milliseconds