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

Function mq_attr_to32

freebsd/kern/uipc_mqueue.c:2743–2751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2741}
2742
2743static void
2744mq_attr_to32(const struct mq_attr *from, struct mq_attr32 *to)
2745{
2746
2747 to->mq_flags = from->mq_flags;
2748 to->mq_maxmsg = from->mq_maxmsg;
2749 to->mq_msgsize = from->mq_msgsize;
2750 to->mq_curmsgs = from->mq_curmsgs;
2751}
2752
2753int
2754freebsd32_kmq_open(struct thread *td, struct freebsd32_kmq_open_args *uap)

Callers 1

freebsd32_kmq_setattrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected