Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h283 int kern_shm_open(struct thread *td, const char *userpath, int flags,
/f-stack/freebsd/kern/
H A Duipc_shm.c1241 return (kern_shm_open(td, uap->path, uap->flags | O_CLOEXEC, in freebsd12_shm_open()
1956 kern_shm_open(struct thread *td, const char *path, int flags, mode_t mode, in kern_shm_open() function