Home
last modified time | relevance | path

Searched refs:r_poll (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/capsicum/
H A Dselect.cc38 cap_rights_t r_poll; variable
39 cap_rights_init(&r_poll, CAP_EVENT);
43 EXPECT_OK(cap_rights_limit(cap_fd[ii], &r_poll));
105 cap_rights_t r_poll; variable
106 cap_rights_init(&r_poll, CAP_EVENT);
110 EXPECT_OK(cap_rights_limit(cap_fd[ii].fd, &r_poll));
H A Dmqueue.cc44 cap_rights_t r_poll; variable
45 cap_rights_init(&r_poll, CAP_EVENT);
55 EXPECT_OK(cap_rights_limit(cap_poll_mq, &r_poll));