Lines Matching refs:shmfdlabel
1488 struct label *shmfdlabel, int prot, int flags) in test_posixshm_check_mmap() argument
1492 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_check_mmap()
1500 struct label *shmfdlabel, accmode_t accmode) in test_posixshm_check_open() argument
1504 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_check_open()
1527 struct label *shmfdlabel, mode_t mode) in test_posixshm_check_setmode() argument
1531 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_check_setmode()
1539 struct label *shmfdlabel, uid_t uid, gid_t gid) in test_posixshm_check_setowner() argument
1543 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_check_setowner()
1551 struct ucred *file_cred, struct shmfd *shmfd, struct label *shmfdlabel) in test_posixshm_check_stat() argument
1556 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_check_stat()
1564 struct ucred *file_cred, struct shmfd *shmfd, struct label *shmfdlabel) in test_posixshm_check_truncate() argument
1569 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_check_truncate()
1577 struct label *shmfdlabel) in test_posixshm_check_unlink() argument
1581 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_check_unlink()
1604 struct label *shmfdlabel) in test_posixshm_create() argument
1608 LABEL_CHECK(shmfdlabel, MAGIC_POSIX_SHM); in test_posixshm_create()