Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_posix_shm.c74 shmfd->shm_label = NULL; in mac_posixshm_init()
89 if (shmfd->shm_label != NULL) { in mac_posixshm_destroy()
91 shmfd->shm_label = NULL; in mac_posixshm_destroy()
100 shmfd->shm_label); in mac_posixshm_create()
127 shmfd->shm_label, prot, flags); in mac_posixshm_check_mmap()
144 shmfd->shm_label, accmode); in mac_posixshm_check_open()
160 shmfd, shmfd->shm_label); in mac_posixshm_check_stat()
177 file_cred, shmfd, shmfd->shm_label); in mac_posixshm_check_truncate()
193 shmfd->shm_label); in mac_posixshm_check_unlink()
208 shmfd->shm_label, mode); in mac_posixshm_check_setmode()
[all …]
/f-stack/freebsd/sys/
H A Dmman.h287 struct label *shm_label; /* MAC label */ member