Lines Matching defs:ctl
427 struct poll_ctl ctl = { .cmd = PS_DELETE, .fd = fd };
428 pollset_ctl(ospoll->ps, &ctl, 1);
502 struct poll_ctl ctl = { .cmd = PS_MOD, .fd = fd };
504 ctl.events |= POLLIN;
508 ctl.events |= POLLOUT;
511 pollset_ctl(ospoll->ps, &ctl, 1);
541 struct poll_ctl ctl = { .cmd = PS_DELETE, .fd = fd };
542 pollset_ctl(ospoll->ps, &ctl, 1);
544 ctl.cmd = PS_ADD;
546 ctl.events |= POLLIN;
549 ctl.events |= POLLOUT;
551 pollset_ctl(ospoll->ps, &ctl, 1);