Lines Matching refs:shm_label
70 shmfd->shm_label = mac_posixshm_label_alloc(); in mac_posixshm_init()
72 shmfd->shm_label = NULL; in mac_posixshm_init()
87 if (shmfd->shm_label != NULL) { in mac_posixshm_destroy()
88 mac_posixshm_label_free(shmfd->shm_label); 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()
222 shmfd->shm_label, uid, gid); in mac_posixshm_check_setowner()
239 file_cred, shmfd, shmfd->shm_label); in mac_posixshm_check_read()
256 file_cred, shmfd, shmfd->shm_label); in mac_posixshm_check_write()