Home
last modified time | relevance | path

Searched refs:mac_posixshm_check_unlink (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_posix_shm.c186 mac_posixshm_check_unlink(struct ucred *cred, struct shmfd *shmfd) in mac_posixshm_check_unlink() function
H A Dmac_framework.h338 int mac_posixshm_check_unlink(struct ucred *cred, struct shmfd *shmfd);
/freebsd/sys/kern/
H A Duipc_shm.c1130 error = mac_posixshm_check_unlink(ucred, map->sm_shmfd); in shm_remove()