Home
last modified time | relevance | path

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

/freebsd/contrib/capsicum-test/
H A Dlinux.cc40 cap_rights_t r_rwpoll; in TEST() local
41 cap_rights_init(&r_rwpoll, CAP_READ, CAP_WRITE, CAP_EVENT); in TEST()
54 EXPECT_OK(cap_rights_limit(cap_fd_all, &r_rwpoll)); in TEST()