Searched refs:kern_shm_open (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 335 int kern_shm_open(struct thread *td, const char *userpath, int flags,
|
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 1354 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
|