HomeSort by: relevance | last modified time | path
    Searched refs:apple_mbox_msg (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/apple/
apple_mbox.h 20 struct apple_mbox_msg { struct
apple_rtkit.c 86 rtkit_recv(struct fdtbus_mbox_channel *mc, struct apple_mbox_msg *msg)
104 struct apple_mbox_msg msg;
123 rtkit_handle_mgmt(struct rtkit_state *state, struct apple_mbox_msg *msg)
197 rtkit_handle_crashlog(struct rtkit_state *state, struct apple_mbox_msg *msg)
227 rtkit_handle_ioreport(struct rtkit_state *state, struct apple_mbox_msg *msg)
259 struct apple_mbox_msg msg;
apple_mbox.c 177 const struct apple_mbox_msg *msg = data;
181 if (len != sizeof(struct apple_mbox_msg))
199 struct apple_mbox_msg *msg = data;
202 if (len != sizeof(struct apple_mbox_msg))

Completed in 14 milliseconds