apple_rtkit_send_message
ret = apple_rtkit_send_message(smc->rtk, SMC_ENDPOINT, msg, NULL, true);
ret = apple_rtkit_send_message(smc->rtk, SMC_ENDPOINT,
ret = apple_rtkit_send_message(smc->rtk, SMC_ENDPOINT, msg, NULL, false);
ret = apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_MGMT, msg, NULL, false);
apple_rtkit_send_message(rtk, ep, reply, NULL, false);
apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_IOREPORT, msg,
apple_rtkit_send_message(rtk, APPLE_RTKIT_EP_SYSLOG, msg, NULL, false);
EXPORT_SYMBOL_GPL(apple_rtkit_send_message);
int apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message,