Home
last modified time | relevance | path

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

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