Searched refs:mq_handle_open (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | mqueue.h | 116 int mq_handle_open(struct lwp *l, const char *, int, mode_t,
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_mqueue.c | 98 return mq_handle_open(l, SCARG(uap, name), oflag, in linux_sys_mq_open()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_mqueue.c | 72 return mq_handle_open(l, SCARG_P32(uap, name), SCARG(uap, oflag), in netbsd32_mq_open()
|
/netbsd-src/sys/kern/ |
H A D | sys_mqueue.c | 478 mq_handle_open(struct lwp *l, const char *u_name, int oflag, mode_t mode, in mq_handle_open() function 614 return mq_handle_open(l, SCARG(uap, name), SCARG(uap, oflag), in sys_mq_open()
|