Searched refs:body (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h112 struct bus_body_part body; member in struct:sd_bus_message
230 for ((i) = 0, (part) = &(m)->body; (i) < (m)->n_body_parts; (i)++, (part) = (part)->next)
H A Dtest-bus-gvariant.c174 v = g_variant_new_from_data(G_VARIANT_TYPE("(a(usv))"), m->body.data, m->user_body_size, false, NULL, NULL);
H A Dbus-message.c85 if (part != &m->body)
94 part = &m->body;
568 m->body.data = (uint8_t*) buffer + sizeof(struct bus_header) + ALIGN8(m->fields_size);
569 m->body.size = sz;
570 m->body.sealed = true;
571 m->body.memfd = -1;
1185 part = &m->body;
2904 * the body, followed by the final offset pointing to
2960 /* If gvariant marshalling is used we need to close the body structure */
2991 * the body need
[all...]
/systemd/src/journal/
H A Djournald-audit.c479 struct audit_status body; member in struct:__anon98
486 .body.mask = AUDIT_STATUS_ENABLED,
487 .body.enabled = b,

Completed in 23 milliseconds