Home | History | Annotate | Download | only in Hosted

Lines Matching refs:kr

303     kern_return_t kr = mach_msg(msg, MACH_RCV_MSG, 0, sizeof(buffer), m_portSet, 0, MACH_PORT_NULL);
305 if (kr != KERN_SUCCESS) {
306 LOG_ERROR("Could not receive mach message, error %x", kr);
316 kr = mach_msg(replyHeader, MACH_SEND_MSG, replyHeader->msgh_size, 0, MACH_PORT_NULL, 0, MACH_PORT_NULL);
318 if (kr != KERN_SUCCESS) {
319 LOG_ERROR("Could not send mach message, error %x", kr);