Home
last modified time | relevance | path

Searched defs:seals (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.h52 #define CHECK_MFD_HAS_SEALS(fd, seals) \ argument
55 #define CHECK_MFD_ADD_SEALS(fd, seals) \ argument
60 #define CHECK_MFD_FAIL_ADD_SEALS(fd, seals) \ argument
Dmemfd_create_common.c210 void check_mfd_has_seals(const char *file, const int lineno, int fd, int seals) in check_mfd_has_seals()
236 int fd, int seals) in check_mfd_fail_add_seals()
/third_party/weston/shared/
Dos-compatibility.c344 int seals = fcntl(file->fd, F_GET_SEALS); in os_ro_anonymous_file_get_fd() local
394 int seals = fcntl(fd, F_GET_SEALS); in os_ro_anonymous_file_put_fd() local
/third_party/wayland_standard/src/
Dwayland-shm.c266 int seals; in shm_create_pool() local