Searched defs:ep_udev (Results 1 - 2 of 2) sorted by relevance
/systemd/src/udev/ |
H A D | udevadm-monitor.c | 86 struct epoll_event ep_kernel, ep_udev; local 192 memzero(&ep_udev, sizeof(struct epoll_event)); 193 ep_udev.events = EPOLLIN; 194 ep_udev.data.fd = fd_udev; 195 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_udev, &ep_udev) < 0) {
|
/systemd/src/test/ |
H A D | test-libudev.c | 218 struct epoll_event ep_udev, ep_stdin; local 245 memzero(&ep_udev, sizeof(struct epoll_event)); 246 ep_udev.events = EPOLLIN; 247 ep_udev.data.fd = fd_udev; 248 if (epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_udev, &ep_udev) < 0) {
|
Completed in 11 milliseconds