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

/freebsd-10.0-release/sys/sys/
H A Dmman.h210 mode_t shm_mode; member in struct:shmfd
/freebsd-10.0-release/sys/kern/
H A Duipc_shm.c402 sb->st_mode = S_IFREG | shmfd->shm_mode; /* XXX */
542 shmfd->shm_mode = mode;
603 error = vaccess(VREG, shmfd->shm_mode, shmfd->shm_uid, shmfd->shm_gid,
881 error = vaccess(VREG, shmfd->shm_mode, shmfd->shm_uid,
885 shmfd->shm_mode = mode & ACCESSPERMS;
/freebsd-10.0-release/lib/libprocstat/
H A Dlibprocstat.c1150 shm->mode = S_IFREG | shmfd.shm_mode;

Completed in 219 milliseconds