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

Function getmq

freebsd/kern/uipc_mqueue.c:2195–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193}
2194
2195static __inline int
2196getmq(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
2204static __inline int
2205getmq_read(struct thread *td, int fd, struct file **fpp,

Callers 2

kern_kmq_setattrFunction · 0.85
kern_kmq_notifyFunction · 0.85

Calls 1

_getmqFunction · 0.85

Tested by

no test coverage detected