Searched refs:KDBUS_CMD_MATCH_ADD (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-control.c1142 r = ioctl(bus->input_fd, KDBUS_CMD_MATCH_ADD, m);
1152 r = ioctl(bus->input_fd, KDBUS_CMD_MATCH_ADD, m);
1164 r = ioctl(bus->input_fd, KDBUS_CMD_MATCH_ADD, m);
1198 r = ioctl(bus->input_fd, KDBUS_CMD_MATCH_ADD, m);
1210 r = ioctl(bus->input_fd, KDBUS_CMD_MATCH_ADD, m);
1416 r = ioctl(bus->input_fd, KDBUS_CMD_MATCH_ADD, m);
H A Dkdbus.h810 * enum kdbus_cmd_match_flags - flags to control the KDBUS_CMD_MATCH_ADD ioctl
829 * This structure is used with the KDBUS_CMD_MATCH_ADD and
933 * KDBUS_CMD_MATCH_ADD: Install a match which broadcast messages should
974 KDBUS_CMD_MATCH_ADD = _IOW(KDBUS_IOCTL_MAGIC, 0xb0, enumerator in enum:kdbus_ioctl_type

Completed in 1555 milliseconds