Searched refs:KDBUS_CMD_FREE (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Dbus-policy.c164 (void) ioctl(fd, KDBUS_CMD_FREE, &cmd_free);
H A Dbusname.c821 if (ioctl(n->starter_fd, KDBUS_CMD_FREE, &cmd_free) < 0)
/systemd/src/libsystemd/sd-bus/
H A Dkdbus.h649 * This struct is used with the KDBUS_CMD_FREE ioctl.
730 * the KDBUS_CMD_FREE ioctl.
760 * The user must use KDBUS_CMD_FREE to free the
788 * use KDBUS_CMD_FREE to free the allocated memory.
910 * KDBUS_CMD_FREE: Release the allocated memory in the receiver's
955 KDBUS_CMD_FREE = _IOW(KDBUS_IOCTL_MAGIC, 0x83, enumerator in enum:kdbus_ioctl_type
H A Dbus-kernel.c1091 r = ioctl(bus->input_fd, KDBUS_CMD_FREE, &cmd);

Completed in 2507 milliseconds