Searched refs:kern_kmq_open (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_mqueue.c | 2007 kern_kmq_open(struct thread *td, const char *upath, int flags, mode_t mode, in kern_kmq_open() function 2132 return (kern_kmq_open(td, uap->path, flags, uap->mode, in sys_kmq_open() 2792 return (kern_kmq_open(td, uap->path, flags, uap->mode, in freebsd32_kmq_open()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 218 int kern_kmq_open(struct thread *, const char *, int, mode_t,
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2997 return (kern_kmq_open(td, args->name, flags, args->mode, in linux_mq_open()
|