Lines Matching refs:kr
336 register kern_return_t kr; in mach_msg_server_once() local
338 if ((kr = mach_vm_allocate(mach_task_self(), in mach_msg_server_once()
345 if ((kr = mach_vm_allocate(mach_task_self(), in mach_msg_server_once()
373 kr = KERN_SUCCESS; in mach_msg_server_once()
388 kr = KERN_SUCCESS; in mach_msg_server_once()
427 kr = KERN_SUCCESS; /* Matches error hiding behavior in in mach_msg_server_once()
433 kr = KERN_SUCCESS; /* Matches error hiding behavior in in mach_msg_server_once()
439 kr = mr; in mach_msg_server_once()
452 return kr; in mach_msg_server_once()
472 register kern_return_t kr; in mach_msg_server() local
474 if ((kr = mach_vm_allocate(mach_task_self(), in mach_msg_server()
481 if ((kr = mach_vm_allocate(mach_task_self(), in mach_msg_server()
562 kr = mr; in mach_msg_server()