Searched refs:bus_property_get_long (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | bus-get-properties.h | 30 #define bus_property_get_long ((sd_bus_property_get_t) NULL) macro 33 int bus_property_get_long(sd_bus *bus, const char *path, const char *interface, const char *propert…
|
D | bus-get-properties.c | 75 int bus_property_get_long( in bus_property_get_long() function
|
/systemd-251/src/core/ |
D | dbus-socket.c | 116 …SD_BUS_PROPERTY("MessageQueueMaxMessages", "x", bus_property_get_long, offsetof(Socket, mq_maxmsg)… 117 …SD_BUS_PROPERTY("MessageQueueMessageSize", "x", bus_property_get_long, offsetof(Socket, mq_msgsize…
|