Searched refs:ool (Results 1 – 5 of 5) sorted by relevance
102 unsigned int ool, in MigEventTracer() argument109 size, kpd, retcode, ports, oolports, ool, file, line); in MigEventTracer()
228 mach_msg_ool_descriptor_t ool; in handle_exceptions() member239 reply->ool.type = MACH_MSG_OOL_DESCRIPTOR; in handle_exceptions()240 reply->ool.address = (void *)page; in handle_exceptions()241 reply->ool.size = PG_ALLOC; in handle_exceptions()242 reply->ool.deallocate = 0; in handle_exceptions()243 reply->ool.copy = MACH_MSG_VIRTUAL_COPY; in handle_exceptions()
67 unsigned int ool,
3746 mach_msg_ool_descriptor_t * ool; in copyOutObjects() local3829 ool = (typeof(ool))desc; in copyOutObjects()3831 ool->deallocate = false; in copyOutObjects()3833 ool->size = length; in copyOutObjects()3834 ool->address = address; in copyOutObjects()3864 ool = (typeof(ool))desc; in copyOutObjects()3894 mach_msg_ool_descriptor_t * ool; in copyInObjects() local3940 ool = (typeof(ool))desc; in copyInObjects()3943 if (isObjectPort && copyObjects && ool->size && ool->address) { in copyInObjects()3950 ool->size = 0; in copyInObjects()[all …]
385 ool = dsc.out_of_line386 out_string += " " + GetMachMsgOOLDescriptorSummary(addressof(ool))