Searched refs:kern_shm_open2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 1128 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 D | syscallsubr.h | 337 int kern_shm_open2(struct thread *td, const char *path, int flags,
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1792 return (kern_shm_open2(td, SHM_ANON, oflags, 0, shmflags, NULL, in linux_memfd_create()
|