Searched refs:bus_type (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | bus-get-properties.h | 54 #define BUS_DEFINE_PROPERTY_GET_GLOBAL(function, bus_type, val) \ argument 66 return sd_bus_message_append(reply, bus_type, val); \ 69 #define BUS_DEFINE_PROPERTY_GET2(function, bus_type, data_type, get1, get2) \ argument 84 return sd_bus_message_append(reply, bus_type, \ 89 #define BUS_DEFINE_PROPERTY_GET(function, bus_type, data_type, get1) \ argument 90 BUS_DEFINE_PROPERTY_GET2(function, bus_type, data_type, get1, ident) 93 #define BUS_DEFINE_PROPERTY_GET_REF(function, bus_type, data_type, get) \ argument 94 BUS_DEFINE_PROPERTY_GET2(function, bus_type, data_type, ref, get)
|
D | bus-unit-util.c | 74 #define DEFINE_BUS_APPEND_PARSE_PTR(bus_type, cast_type, type, parse_func) \ argument 87 bus_type, (cast_type) val); \ 94 #define DEFINE_BUS_APPEND_PARSE(bus_type, parse_func) \ argument 106 bus_type, (int32_t) r); \
|
/systemd-251/src/core/ |
D | dbus-util.h | 11 #define BUS_DEFINE_SET_TRANSIENT(function, bus_type, type, cast_type, fmt) \ argument 25 r = sd_bus_message_read(message, bus_type, &v); \ 38 #define BUS_DEFINE_SET_TRANSIENT_IS_VALID(function, bus_type, type, cast_type, fmt, check) \ argument 52 r = sd_bus_message_read(message, bus_type, &v); \ 69 #define BUS_DEFINE_SET_TRANSIENT_TO_STRING(function, bus_type, type, cast_type, fmt, to_string) \ argument 84 r = sd_bus_message_read(message, bus_type, &v); \ 102 #define BUS_DEFINE_SET_TRANSIENT_TO_STRING_ALLOC(function, bus_type, type, cast_type, fmt, to_strin… argument 117 r = sd_bus_message_read(message, bus_type, &v); \
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 973 char bus_type; in print_property() local 982 r = sd_bus_message_peek_type(m, &bus_type, &contents); in print_property() 986 switch (bus_type) { in print_property() 992 r = sd_bus_message_read_basic(m, bus_type, &i); in print_property() 1005 r = sd_bus_message_read_basic(m, bus_type, &i); in print_property() 1019 r = sd_bus_message_read_basic(m, bus_type, ×tamp); in print_property()
|