Searched refs:bus_body_part (Results 1 - 5 of 5) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h53 struct bus_body_part { struct
54 struct bus_body_part *next;
112 struct bus_body_part body;
113 struct bus_body_part *body_end;
117 struct bus_body_part *cached_rindex_part;
227 struct bus_body_part *message_append_part(sd_bus_message *m);
232 int bus_body_part_map(struct bus_body_part *part);
233 void bus_body_part_unmap(struct bus_body_part *part);
H A Dbus-message.c61 static void message_free_part(sd_bus_message *m, struct bus_body_part *part) {
90 struct bus_body_part *part;
96 struct bus_body_part *next = part->next;
1176 struct bus_body_part *message_append_part(sd_bus_message *m) {
1177 struct bus_body_part *part;
1190 part = new0(struct bus_body_part, 1);
1206 static void part_zero(struct bus_body_part *part, size_t sz) {
1222 struct bus_body_part *part,
1369 struct bus_body_part *part = NULL;
1817 struct bus_body_part *
[all...]
H A Dbus-kernel.c268 struct bus_body_part *part;
414 struct bus_body_part *part;
551 struct bus_body_part *part;
582 struct bus_body_part *part;
H A Dbus-dump.c560 struct bus_body_part *part;
H A Dbus-socket.c80 struct bus_body_part *part;

Completed in 2754 milliseconds