Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_shm.c1031 kern_shm_open2(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open2() function
1960 return (kern_shm_open2(td, path, flags, mode, 0, caps, NULL)); in kern_shm_open()
1977 return (kern_shm_open2(td, uap->path, uap->flags, uap->mode, in sys_shm_open2()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h285 int kern_shm_open2(struct thread *td, const char *path, int flags,