Home
last modified time | relevance | path

Searched defs:bus_type (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dbus-get-properties.h54 #define BUS_DEFINE_PROPERTY_GET_GLOBAL(function, bus_type, val) \ argument
69 #define BUS_DEFINE_PROPERTY_GET2(function, bus_type, data_type, get1, get2) \ argument
89 #define BUS_DEFINE_PROPERTY_GET(function, bus_type, data_type, get1) \ argument
93 #define BUS_DEFINE_PROPERTY_GET_REF(function, bus_type, data_type, get) \ argument
Dbus-unit-util.c74 #define DEFINE_BUS_APPEND_PARSE_PTR(bus_type, cast_type, type, parse_func) \ argument
94 #define DEFINE_BUS_APPEND_PARSE(bus_type, parse_func) \ argument
/systemd-251/src/core/
Ddbus-util.h11 #define BUS_DEFINE_SET_TRANSIENT(function, bus_type, type, cast_type, fmt) \ argument
38 #define BUS_DEFINE_SET_TRANSIENT_IS_VALID(function, bus_type, type, cast_type, fmt, check) \ argument
69 #define BUS_DEFINE_SET_TRANSIENT_TO_STRING(function, bus_type, type, cast_type, fmt, to_string) \ argument
102 #define BUS_DEFINE_SET_TRANSIENT_TO_STRING_ALLOC(function, bus_type, type, cast_type, fmt, to_strin… argument
/systemd-251/src/systemctl/
Dsystemctl-show.c973 char bus_type; in print_property() local