Searched defs:make (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c297 * the kernel will make sure the provided destination id matches
610 * namespacing might make some of this data
1589 struct kdbus_cmd *make; local
1602 make = alloca0_align(offsetof(struct kdbus_cmd, items) +
1608 make->size = offsetof(struct kdbus_cmd, items);
1611 n = make->items;
1621 make->size += ALIGN8(n->size);
1628 make->size += ALIGN8(n->size);
1635 make->size += ALIGN8(n->size);
1637 make
1698 struct kdbus_cmd *make; local
[all...]

Completed in 25 milliseconds