Searched defs:CAP_SEEK (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/capsicum-test/
H A Dcapability-fd.cc524 CHECK_RIGHT_RESULT(lseek(cap_fd, 0, SEEK_SET), rights, CAP_SEEK); local
555 CHECK_RIGHT_RESULT(sync_file_range(cap_fd, 0, 1, 0), rights, CAP_FSYNC, CAP_SEEK); local
[all...]
/freebsd-current/sys/sys/
H A Dcapsicum.h80 #define CAP_SEEK (CAP_SEEK_TELL | 0x0000000000000008ULL) macro

Completed in 67 milliseconds