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

/systemd/src/libsystemd/sd-bus/
H A Dkdbus.h304 * KDBUS_CMD_BUS_MAKE, carries a
692 * KDBUS_CMD_BUS_MAKE ioctl. It's intended to be useful
886 * KDBUS_CMD_BUS_MAKE: After opening the "control" node, this command
939 KDBUS_CMD_BUS_MAKE = _IOW(KDBUS_IOCTL_MAGIC, 0x00, enumerator in enum:kdbus_ioctl_type
H A Dbus-kernel.c1639 if (ioctl(fd, KDBUS_CMD_BUS_MAKE, make) < 0) {
/systemd/src/shared/
H A Dbus-util.c2367 return ioctl(fd, KDBUS_CMD_BUS_MAKE, &cmd) >= 0;

Completed in 2584 milliseconds