Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/security/mac/
Dmac_posix_shm.c189 mac_posixshm_check_unlink(struct ucred *cred, struct shmfd *shmfd) in mac_posixshm_check_unlink() function
Dmac_framework.h254 int mac_posixshm_check_unlink(struct ucred *cred, struct shmfd *shmfd);
/freebsd-9-stable/sys/kern/
Duipc_shm.c503 error = mac_posixshm_check_unlink(ucred, map->sm_shmfd); in shm_remove()