Symbol: mbox_channel
sys/arch/arm64/dev/rtkit.c
107
struct mbox_channel *mc;
sys/arch/arm64/dev/rtkit.c
139
rtkit_recv(struct mbox_channel *mc, struct aplmbox_msg *msg)
sys/arch/arm64/dev/rtkit.c
758
struct mbox_channel *mc = state->mc;
sys/arch/arm64/dev/rtkit.c
837
state->mc = mbox_channel(node, name, &client);
sys/dev/fdt/qcaoss.c
66
struct mbox_channel *sc_mc;
sys/dev/fdt/qcpas.c
102
struct mbox_channel *sc_mc;
sys/dev/fdt/qcsmptp.c
100
struct mbox_channel *sc_mc;
sys/dev/fdt/scmi.c
124
struct mbox_channel *sc_mc_tx;
sys/dev/fdt/scmi.c
125
struct mbox_channel *sc_mc_rx;
sys/dev/fdt/scmi.c
284
sc->sc_mc_tx = mbox_channel(sc->sc_node, "tx", NULL);
sys/dev/fdt/scmi.c
289
sc->sc_mc_rx = mbox_channel(sc->sc_node, "rx", NULL);
sys/dev/ofw/ofw_misc.c
1242
struct mbox_channel *
sys/dev/ofw/ofw_misc.c
1246
struct mbox_channel *mc;
sys/dev/ofw/ofw_misc.c
1282
struct mbox_channel *
sys/dev/ofw/ofw_misc.c
1285
struct mbox_channel *mc = NULL;
sys/dev/ofw/ofw_misc.c
1311
struct mbox_channel *
sys/dev/ofw/ofw_misc.c
1324
mbox_send(struct mbox_channel *mc, const void *data, size_t len)
sys/dev/ofw/ofw_misc.c
1335
mbox_recv(struct mbox_channel *mc, void *data, size_t len)
sys/dev/ofw/ofw_misc.h
296
struct mbox_channel;
sys/dev/ofw/ofw_misc.h
312
struct mbox_channel *mbox_channel(int, const char *, struct mbox_client *);
sys/dev/ofw/ofw_misc.h
313
struct mbox_channel *mbox_channel_idx(int, int, struct mbox_client *);
sys/dev/ofw/ofw_misc.h
315
int mbox_send(struct mbox_channel *, const void *, size_t);
sys/dev/ofw/ofw_misc.h
316
int mbox_recv(struct mbox_channel *, void *, size_t);