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

/systemd/src/core/
H A Ddbus.c335 static int bus_unit_find(sd_bus *bus, const char *path, const char *interface, void *userdata, void **found, sd_bus_error *error) { function
552 r = sd_bus_add_fallback_vtable(bus, NULL, "/org/freedesktop/systemd1/unit", "org.freedesktop.systemd1.Unit", bus_unit_vtable, bus_unit_find, m);

Completed in 14 milliseconds