Searched refs:data64 (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c784 n = (d->size - offsetof(struct kdbus_item, data64)) / sizeof(uint64_t);
792 g[i] = d->data64[i];
1604 ALIGN8(offsetof(struct kdbus_item, data64) + sizeof(uint64_t)) +
1626 n->size = offsetof(struct kdbus_item, data64) + sizeof(uint64_t);
1627 n->data64[0] = _KDBUS_ATTACH_ANY;
1774 ALIGN8(offsetof(struct kdbus_item, data64) + sizeof(uint64_t)),
1779 n->size = offsetof(struct kdbus_item, data64) + sizeof(uint64_t);
1780 n->data64[0] = bus->attach_flags;
H A Dbus-control.c620 n = (item->size - offsetof(struct kdbus_item, data64)) / sizeof(uint64_t);
626 g[i] = item->data64[i];
1381 sz += ALIGN8(offsetof(struct kdbus_item, data64) + bus->bloom_size);
1404 item->size = offsetof(struct kdbus_item, data64) + bus->bloom_size;
1406 memcpy(item->data64, bloom, bus->bloom_size);
H A Dkdbus.h415 * @data64: Generic 64 bit array
439 __u64 data64[0]; member in union:kdbus_item::__anon140

Completed in 1398 milliseconds