Searched refs:bus_body_part (Results 1 – 4 of 4) sorted by relevance
35 struct bus_body_part { struct36 struct bus_body_part *next; argument101 struct bus_body_part body;102 struct bus_body_part *body_end;106 struct bus_body_part *cached_rindex_part;208 struct bus_body_part *message_append_part(sd_bus_message *m);213 int bus_body_part_map(struct bus_body_part *part);214 void bus_body_part_unmap(struct bus_body_part *part);
43 static void message_free_part(sd_bus_message *m, struct bus_body_part *part) { in message_free_part()71 struct bus_body_part *part; in message_reset_parts()77 struct bus_body_part *next = part->next; in message_reset_parts()1196 struct bus_body_part *message_append_part(sd_bus_message *m) { in message_append_part()1197 struct bus_body_part *part; in message_append_part()1210 part = new0(struct bus_body_part, 1); in message_append_part()1226 static void part_zero(struct bus_body_part *part, size_t sz) { in part_zero()1242 struct bus_body_part *part, in part_make_space()1344 struct bus_body_part *part = NULL; in message_extend_body()1794 struct bus_body_part *o; in bus_message_open_array()[all …]
591 struct bus_body_part *part; in bus_message_pcap_frame()
64 struct bus_body_part *part; in bus_message_setup_iovec()