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

/freebsd-10.1-release/sys/kern/
H A Duipc_shm.c111 static struct shmfd *shm_alloc(struct ucred *ucred, mode_t mode);
544 shm_alloc(struct ucred *ucred, mode_t mode) function
747 shmfd = shm_alloc(td->td_ucred, cmode);
776 shmfd = shm_alloc(td->td_ucred, cmode);

Completed in 110 milliseconds