Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_posix_shm.c72 shmfd->shm_label = NULL; in mac_posixshm_init()
87 if (shmfd->shm_label != NULL) { in mac_posixshm_destroy()
89 shmfd->shm_label = NULL; in mac_posixshm_destroy()
98 shmfd->shm_label); in mac_posixshm_create()
125 shmfd->shm_label, prot, flags); in mac_posixshm_check_mmap()
142 shmfd->shm_label, accmode); in mac_posixshm_check_open()
158 shmfd, shmfd->shm_label); in mac_posixshm_check_stat()
175 file_cred, shmfd, shmfd->shm_label); in mac_posixshm_check_truncate()
191 shmfd->shm_label); in mac_posixshm_check_unlink()
206 shmfd->shm_label, mode); in mac_posixshm_check_setmode()
[all …]
/freebsd/sys/sys/
H A Dmman.h283 struct label *shm_label; /* MAC label */ member