Searched refs:kern_shm_open2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 1136 kern_shm_open2(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open2() function 2195 return (kern_shm_open2(td, path, flags, mode, 0, caps, NULL, NULL)); in kern_shm_open() 2212 return (kern_shm_open2(td, uap->path, uap->flags, uap->mode, in sys_shm_open2()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 339 int kern_shm_open2(struct thread *td, const char *path, int flags,
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1794 return (kern_shm_open2(td, SHM_ANON, oflags, 0, shmflags, NULL, in linux_memfd_create()
|