Searched refs:ec_sigio (Results 1 – 2 of 2) sorted by relevance
166 funsetown(&client->ec_sigio); in evdev_dtor()430 return (fsetown(*(int *)data, &client->ec_sigio)); in evdev_ioctl()433 *(int *)data = fgetown(&client->ec_sigio); in evdev_ioctl()761 if (client->ec_async && client->ec_sigio != NULL) in evdev_notify_event()762 pgsigio(&client->ec_sigio, SIGIO, 0); in evdev_notify_event()
227 struct sigio * ec_sigio; member