Searched refs:vtable_dump_bus_properties (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | dbus.c | 1219 static void vtable_dump_bus_properties(FILE *f, const sd_bus_vtable *table) { in vtable_dump_bus_properties() function 1234 vtable_dump_bus_properties(f, bus_automount_vtable); in dump_bus_properties() 1235 vtable_dump_bus_properties(f, bus_cgroup_vtable); in dump_bus_properties() 1236 vtable_dump_bus_properties(f, bus_device_vtable); in dump_bus_properties() 1237 vtable_dump_bus_properties(f, bus_exec_vtable); in dump_bus_properties() 1238 vtable_dump_bus_properties(f, bus_job_vtable); in dump_bus_properties() 1239 vtable_dump_bus_properties(f, bus_kill_vtable); in dump_bus_properties() 1240 vtable_dump_bus_properties(f, bus_manager_vtable); in dump_bus_properties() 1241 vtable_dump_bus_properties(f, bus_mount_vtable); in dump_bus_properties() 1242 vtable_dump_bus_properties(f, bus_path_vtable); in dump_bus_properties() [all …]
|