Searched refs:UDEV_MAX (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev.h44 #define UDEV_MAX(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dudev_utils_run.c194 fdcount = select(UDEV_MAX(outpipe[READ_END], errpipe[READ_END])+1, &readfds, NULL, NULL, NULL);
H A Dudevmonitor.c226 fdcount = select(UDEV_MAX(uevent_netlink_sock, udev_monitor_sock)+1, &readfds, NULL, NULL, NULL);
H A Dudevd.c1164 maxfd = UDEV_MAX(maxfd, uevent_netlink_sock);
1165 maxfd = UDEV_MAX(maxfd, signal_pipe[READ_END]);
1166 maxfd = UDEV_MAX(maxfd, inotify_fd);

Completed in 92 milliseconds