MCPcopy Create free account
hub / github.com/F-Stack/f-stack / getmq_read

Function getmq_read

freebsd/kern/uipc_mqueue.c:2204–2211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2202}
2203
2204static __inline int
2205getmq_read(struct thread *td, int fd, struct file **fpp,
2206 struct mqfs_node **ppn, struct mqueue **pmq)
2207{
2208
2209 return _getmq(td, fd, &cap_read_rights, fget_read,
2210 fpp, ppn, pmq);
2211}
2212
2213static __inline int
2214getmq_write(struct thread *td, int fd, struct file **fpp,

Callers 2

sys_kmq_timedreceiveFunction · 0.85

Calls 1

_getmqFunction · 0.85

Tested by

no test coverage detected