Searched refs:ep_udev (Results 1 – 2 of 2) sorted by relevance
/third_party/eudev/src/udev/ |
D | udevadm-monitor.c | 90 struct epoll_event ep_kernel, ep_udev; in adm_monitor() local 199 memzero(&ep_udev, sizeof(struct epoll_event)); in adm_monitor() 200 ep_udev.events = EPOLLIN; in adm_monitor() 201 ep_udev.data.fd = fd_udev; in adm_monitor() 202 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_udev, &ep_udev) < 0) { in adm_monitor()
|
/third_party/eudev/test/ |
D | test-libudev.c | 222 struct epoll_event ep_udev, ep_stdin; in test_monitor() local 249 memzero(&ep_udev, sizeof(struct epoll_event)); in test_monitor() 250 ep_udev.events = EPOLLIN; in test_monitor() 251 ep_udev.data.fd = fd_udev; in test_monitor() 252 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_udev, &ep_udev) < 0) { in test_monitor()
|