| 2193 | } |
| 2194 | |
| 2195 | static __inline int |
| 2196 | getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, |
| 2197 | struct mqueue **pmq) |
| 2198 | { |
| 2199 | |
| 2200 | return _getmq(td, fd, &cap_event_rights, fget, |
| 2201 | fpp, ppn, pmq); |
| 2202 | } |
| 2203 | |
| 2204 | static __inline int |
| 2205 | getmq_read(struct thread *td, int fd, struct file **fpp, |
no test coverage detected