Home
last modified time | relevance | path

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

/freebsd/contrib/capsicum-test/
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));
107 cap_rights_t r_poll; variable
108 cap_rights_init(&r_poll, CAP_EVENT);
112 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));