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

/freebsd-12-stable/sys/kern/
H A Duipc_shm.c104 struct shmfd *sm_shmfd; member in struct:shm_mapping
653 return (map->sm_shmfd);
667 map->sm_shmfd = shm_hold(shmfd);
683 error = mac_posixshm_check_unlink(ucred, map->sm_shmfd);
687 error = shm_access(map->sm_shmfd, ucred,
691 map->sm_shmfd->shm_path = NULL;
693 shm_drop(map->sm_shmfd);
1175 error = shm_fill_kinfo_locked(shmm->sm_shmfd,

Completed in 109 milliseconds