Home
last modified time | relevance | path

Searched refs:bus_unit_cgroup_vtable (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/
Ddbus.c506 { bus_unit_cgroup_vtable, bus_unit_cgroup_find },
524 { bus_unit_cgroup_vtable, bus_unit_cgroup_find },
534 { bus_unit_cgroup_vtable, bus_unit_cgroup_find },
545 { bus_unit_cgroup_vtable, bus_unit_cgroup_find },
554 { bus_unit_cgroup_vtable, bus_unit_cgroup_find },
565 { bus_unit_cgroup_vtable, bus_unit_cgroup_find },
1251 vtable_dump_bus_properties(f, bus_unit_cgroup_vtable); in dump_bus_properties()
Ddbus-unit.h9 extern const sd_bus_vtable bus_unit_cgroup_vtable[];
Ddbus-unit.c1556 const sd_bus_vtable bus_unit_cgroup_vtable[] = { variable