Searched refs:sm_shmfd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Duipc_shm.c96 struct shmfd *sm_shmfd; member in struct:shm_mapping
655 return (map->sm_shmfd);
669 map->sm_shmfd = shm_hold(shmfd);
685 error = mac_posixshm_check_unlink(ucred, map->sm_shmfd);
689 error = shm_access(map->sm_shmfd, ucred,
693 map->sm_shmfd->shm_path = NULL;
695 shm_drop(map->sm_shmfd);

Completed in 43 milliseconds