Searched refs:fdrights (Results 1 – 2 of 2) sorted by relevance
219 cap_rights_t fdrights; in test_file_cap() local221 ATF_REQUIRE(cap_rights_get(fd, &fdrights) == 0); in test_file_cap()223 return (cap_rights_contains(&fdrights, rights)); in test_file_cap()
3520 cap_rights_t fdrights; in fget_mmap() local3537 fdrights = *cap_rights(fdp, fd); in fget_mmap()3547 *maxprotp = cap_rights_to_vmprot(&fdrights); in fget_mmap()