Searched refs:EPOLL_CTL_MOD (Results 1 - 25 of 25) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Deventpoll.h27 #define EPOLL_CTL_MOD 3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Deventpoll.h27 #define EPOLL_CTL_MOD 3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Deventpoll.h27 #define EPOLL_CTL_MOD 3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Deventpoll.h27 #define EPOLL_CTL_MOD 3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Deventpoll.h27 #define EPOLL_CTL_MOD 3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Depoll.c169 op == EPOLL_CTL_MOD?"MOD":
232 op = EPOLL_CTL_MOD;
245 op = EPOLL_CTL_MOD;
252 op = EPOLL_CTL_MOD;
266 if (op == EPOLL_CTL_MOD && errno == ENOENT) {
288 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Depoll.c169 op == EPOLL_CTL_MOD?"MOD":
232 op = EPOLL_CTL_MOD;
245 op = EPOLL_CTL_MOD;
252 op = EPOLL_CTL_MOD;
266 if (op == EPOLL_CTL_MOD && errno == ENOENT) {
288 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Depoll.c169 op == EPOLL_CTL_MOD?"MOD":
232 op = EPOLL_CTL_MOD;
245 op = EPOLL_CTL_MOD;
252 op = EPOLL_CTL_MOD;
266 if (op == EPOLL_CTL_MOD && errno == ENOENT) {
288 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sys/
H A Depoll.h96 #define EPOLL_CTL_MOD 3 /* Change file descriptor epoll_event structure. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sys/
H A Depoll.h96 #define EPOLL_CTL_MOD 3 /* Change file descriptor epoll_event structure. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/sys/
H A Depoll.h96 #define EPOLL_CTL_MOD 3 /* Change file descriptor epoll_event structure. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dfdevent_linux_sysepoll.c73 if (0 != epoll_ctl(ev->epoll_fd, add ? EPOLL_CTL_ADD : EPOLL_CTL_MOD, fd, &ep)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dfdevent_linux_sysepoll.c73 if (0 != epoll_ctl(ev->epoll_fd, add ? EPOLL_CTL_ADD : EPOLL_CTL_MOD, fd, &ep)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dfdevent_linux_sysepoll.c73 if (0 != epoll_ctl(ev->epoll_fd, add ? EPOLL_CTL_ADD : EPOLL_CTL_MOD, fd, &ep)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tevent/
H A Dtevent_epoll.c188 if (epoll_ctl(epoll_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
189 epoll_panic(epoll_ev, "EPOLL_CTL_MOD failed");
H A Dtevent_standard.c199 if (epoll_ctl(std_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
200 epoll_fallback_to_select(std_ev, "EPOLL_CTL_MOD failed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tevent/
H A Dtevent_epoll.c188 if (epoll_ctl(epoll_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
189 epoll_panic(epoll_ev, "EPOLL_CTL_MOD failed");
H A Dtevent_standard.c199 if (epoll_ctl(std_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
200 epoll_fallback_to_select(std_ev, "EPOLL_CTL_MOD failed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tevent/
H A Dtevent_epoll.c188 if (epoll_ctl(epoll_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
189 epoll_panic(epoll_ev, "EPOLL_CTL_MOD failed");
H A Dtevent_standard.c199 if (epoll_ctl(std_ev->epoll_fd, EPOLL_CTL_MOD, fde->fd, &event) != 0) {
200 epoll_fallback_to_select(std_ev, "EPOLL_CTL_MOD failed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Devent.c527 if (epoll_ctl (eps->epfd, EPOLL_CTL_MOD, event, &ev) < 0)
535 msg (M_ERR, "EVENT: epoll_ctl EPOLL_CTL_MOD failed, sd=%d", (int)event);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Deventpoll.c802 * until the next EPOLL_CTL_MOD will be issued.
1297 case EPOLL_CTL_MOD:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Deventpoll.c802 * until the next EPOLL_CTL_MOD will be issued.
1297 case EPOLL_CTL_MOD:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Devent.c527 if (epoll_ctl (eps->epfd, EPOLL_CTL_MOD, event, &ev) < 0)
535 msg (M_ERR, "EVENT: epoll_ctl EPOLL_CTL_MOD failed, sd=%d", (int)event);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Devent.c527 if (epoll_ctl (eps->epfd, EPOLL_CTL_MOD, event, &ev) < 0)
535 msg (M_ERR, "EVENT: epoll_ctl EPOLL_CTL_MOD failed, sd=%d", (int)event);

Completed in 135 milliseconds