Lines Matching defs:make
297 * the kernel will make sure the provided destination id matches
610 * namespacing might make some of this data
1589 struct kdbus_cmd *make;
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->flags = world ? KDBUS_MAKE_ACCESS_WORLD : 0;
1639 if (ioctl(fd, KDBUS_CMD_BUS_MAKE, make) < 0) {
1698 struct kdbus_cmd *make;
1707 make = alloca0_align(ALIGN8(offsetof(struct kdbus_cmd, items)) +
1710 make->size = ALIGN8(offsetof(struct kdbus_cmd, items));
1711 make->flags = KDBUS_MAKE_ACCESS_WORLD;
1713 n = make->items;
1717 make->size += ALIGN8(n->size);
1720 if (ioctl(fd, KDBUS_CMD_ENDPOINT_MAKE, make) < 0) {