Home | History | Annotate | Download | only in os

Lines Matching defs:ctl

428         struct poll_ctl ctl = { .cmd = PS_DELETE, .fd = fd };
429 pollset_ctl(ospoll->ps, &ctl, 1);
503 struct poll_ctl ctl = { .cmd = PS_MOD, .fd = fd };
505 ctl.events |= POLLIN;
509 ctl.events |= POLLOUT;
512 pollset_ctl(ospoll->ps, &ctl, 1);
542 struct poll_ctl ctl = { .cmd = PS_DELETE, .fd = fd };
543 pollset_ctl(ospoll->ps, &ctl, 1);
545 ctl.cmd = PS_ADD;
547 ctl.events |= POLLIN;
550 ctl.events |= POLLOUT;
552 pollset_ctl(ospoll->ps, &ctl, 1);