Lines Matching refs:items
305 sz = offsetof(struct kdbus_msg, items);
356 d = m->kdbus->items;
457 KDBUS_ITEM_FOREACH(d, k, items) {
538 KDBUS_ITEM_FOREACH(d, k, items) {
887 struct kdbus_item *items, *item;
942 sz = ALIGN8(offsetof(struct kdbus_cmd_hello, items)) +
963 item = hello->items;
1020 /* extract bloom parameters from items */
1021 items = (void*)((uint8_t*)b->kdbus_buffer + hello->offset);
1022 KDBUS_FOREACH(item, items, hello->items_size) {
1054 /* free returned items */
1104 KDBUS_ITEM_FOREACH(d, k, items) {
1361 KDBUS_ITEM_FOREACH(d, k, items) {
1602 make = alloca0_align(offsetof(struct kdbus_cmd, items) +
1608 make->size = offsetof(struct kdbus_cmd, items);
1611 n = make->items;
1707 make = alloca0_align(ALIGN8(offsetof(struct kdbus_cmd, items)) +
1710 make->size = ALIGN8(offsetof(struct kdbus_cmd, items));
1713 n = make->items;
1773 update = alloca0_align(offsetof(struct kdbus_cmd, items) +
1777 n = update->items;
1783 offsetof(struct kdbus_cmd, items) +
1811 KDBUS_ITEM_FOREACH(item, info, items)