Searched refs:activatable (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-control.c299 static int bus_list_names_kernel(sd_bus *bus, char ***acquired, char ***activatable) { argument
309 if (activatable) {
314 *activatable = y;
326 static int bus_list_names_dbus1(sd_bus *bus, char ***acquired, char ***activatable) { argument
351 if (activatable) {
368 *activatable = y;
380 _public_ int sd_bus_list_names(sd_bus *bus, char ***acquired, char ***activatable) { argument
382 assert_return(acquired || activatable, -EINVAL);
392 return bus_list_names_kernel(bus, acquired, activatable);
394 return bus_list_names_dbus1(bus, acquired, activatable);
[all...]
H A Dbusctl.c78 _cleanup_strv_free_ char **acquired = NULL, **activatable = NULL; local
94 r = sd_bus_list_names(bus, (arg_acquired || arg_unique) ? &acquired : NULL, arg_activatable ? &activatable : NULL);
112 STRV_FOREACH(i, activatable) {
145 printf(" - - - (activatable) - - ");
1699 " --activatable Only show activatable names\n"
1765 { "activatable", no_argument, NULL, ARG_ACTIVATABLE },
/systemd/src/systemd/
H A Dsd-bus.h297 int sd_bus_list_names(sd_bus *bus, char ***acquired, char ***activatable); /* free the results */

Completed in 675 milliseconds