Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_shm.c1128 kern_shm_open2(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open2() function
2168 return (kern_shm_open2(td, path, flags, mode, 0, caps, NULL)); in kern_shm_open()
2185 return (kern_shm_open2(td, uap->path, uap->flags, uap->mode, in sys_shm_open2()
/freebsd/sys/sys/
H A Dsyscallsubr.h337 int kern_shm_open2(struct thread *td, const char *path, int flags,
/freebsd/sys/compat/linux/
H A Dlinux_file.c1792 return (kern_shm_open2(td, SHM_ANON, oflags, 0, shmflags, NULL, in linux_memfd_create()