Symbol: fdtbus_mbox_channel
sys/arch/arm/apple/apple_rtkit.c
101
rtkit_send(struct fdtbus_mbox_channel *mc, uint32_t endpoint,
sys/arch/arm/apple/apple_rtkit.c
114
struct fdtbus_mbox_channel *mc = state->mc;
sys/arch/arm/apple/apple_rtkit.c
125
struct fdtbus_mbox_channel *mc = state->mc;
sys/arch/arm/apple/apple_rtkit.c
199
struct fdtbus_mbox_channel *mc = state->mc;
sys/arch/arm/apple/apple_rtkit.c
229
struct fdtbus_mbox_channel *mc = state->mc;
sys/arch/arm/apple/apple_rtkit.c
258
struct fdtbus_mbox_channel *mc = state->mc;
sys/arch/arm/apple/apple_rtkit.c
331
struct fdtbus_mbox_channel *mc = state->mc;
sys/arch/arm/apple/apple_rtkit.c
78
struct fdtbus_mbox_channel *mc;
sys/arch/arm/apple/apple_rtkit.c
86
rtkit_recv(struct fdtbus_mbox_channel *mc, struct apple_mbox_msg *msg)
sys/dev/fdt/fdt_mbox.c
147
struct fdtbus_mbox_channel *
sys/dev/fdt/fdt_mbox.c
161
fdtbus_mbox_put(struct fdtbus_mbox_channel *mbox)
sys/dev/fdt/fdt_mbox.c
170
fdtbus_mbox_send(struct fdtbus_mbox_channel *mbox, const void *data, size_t len)
sys/dev/fdt/fdt_mbox.c
178
fdtbus_mbox_recv(struct fdtbus_mbox_channel *mbox, void *data, size_t len)
sys/dev/fdt/fdt_mbox.c
95
struct fdtbus_mbox_channel *
sys/dev/fdt/fdt_mbox.c
99
struct fdtbus_mbox_channel *mbox = NULL;
sys/dev/fdt/fdt_mbox.h
53
struct fdtbus_mbox_channel *
sys/dev/fdt/fdt_mbox.h
55
struct fdtbus_mbox_channel *
sys/dev/fdt/fdt_mbox.h
58
int fdtbus_mbox_send(struct fdtbus_mbox_channel *, const void *,
sys/dev/fdt/fdt_mbox.h
60
int fdtbus_mbox_recv(struct fdtbus_mbox_channel *, void *, size_t);
sys/dev/fdt/fdt_mbox.h
61
void fdtbus_mbox_put(struct fdtbus_mbox_channel *);