Searched defs:fd_udev (Results 1 - 2 of 2) sorted by relevance

/systemd/src/udev/
H A Dudevadm-monitor.c85 int fd_kernel = -1, fd_udev = -1; local
170 fd_udev = udev_monitor_get_fd(udev_monitor);
194 ep_udev.data.fd = fd_udev;
195 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_udev, &ep_udev) < 0) {
259 } else if (ev[i].data.fd == fd_udev && ev[i].events & EPOLLIN) {
/systemd/src/test/
H A Dtest-libudev.c217 int fd_udev = -1; local
231 fd_udev = udev_monitor_get_fd(udev_monitor);
247 ep_udev.data.fd = fd_udev;
248 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_udev, &ep_udev) < 0) {
272 if (ev[i].data.fd == fd_udev && ev[i].events & EPOLLIN) {

Completed in 16 milliseconds