mbox_channel
struct mbox_channel *mc;
rtkit_recv(struct mbox_channel *mc, struct aplmbox_msg *msg)
struct mbox_channel *mc = state->mc;
state->mc = mbox_channel(node, name, &client);
struct mbox_channel *sc_mc;
struct mbox_channel *sc_mc;
struct mbox_channel *sc_mc;
struct mbox_channel *sc_mc_tx;
struct mbox_channel *sc_mc_rx;
sc->sc_mc_tx = mbox_channel(sc->sc_node, "tx", NULL);
sc->sc_mc_rx = mbox_channel(sc->sc_node, "rx", NULL);
struct mbox_channel *
struct mbox_channel *mc;
struct mbox_channel *
struct mbox_channel *mc = NULL;
struct mbox_channel *
mbox_send(struct mbox_channel *mc, const void *data, size_t len)
mbox_recv(struct mbox_channel *mc, void *data, size_t len)
struct mbox_channel;
struct mbox_channel *mbox_channel(int, const char *, struct mbox_client *);
struct mbox_channel *mbox_channel_idx(int, int, struct mbox_client *);
int mbox_send(struct mbox_channel *, const void *, size_t);
int mbox_recv(struct mbox_channel *, void *, size_t);