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

Function getmq_write

freebsd/kern/uipc_mqueue.c:2213–2220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2211}
2212
2213static __inline int
2214getmq_write(struct thread *td, int fd, struct file **fpp,
2215 struct mqfs_node **ppn, struct mqueue **pmq)
2216{
2217
2218 return _getmq(td, fd, &cap_write_rights, fget_write,
2219 fpp, ppn, pmq);
2220}
2221
2222static int
2223kern_kmq_setattr(struct thread *td, int mqd, const struct mq_attr *attr,

Callers 2

sys_kmq_timedsendFunction · 0.85
freebsd32_kmq_timedsendFunction · 0.85

Calls 1

_getmqFunction · 0.85

Tested by

no test coverage detected