Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDuipc_shm.c1136 kern_shm_open2(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open2() function
2176 return (kern_shm_open2(td, path, flags, mode, 0, caps, NULL)); in kern_shm_open()
2193 return (kern_shm_open2(td, uap->path, uap->flags, uap->mode, in sys_shm_open2()
/freebsd-head/sys/sys/
HDsyscallsubr.h337 int kern_shm_open2(struct thread *td, const char *path, int flags,
/freebsd-head/sys/compat/linux/
HDlinux_file.c1792 return (kern_shm_open2(td, SHM_ANON, oflags, 0, shmflags, NULL, in linux_memfd_create()