Home
last modified time | relevance | path

Searched refs:ool (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dmig_log.c102 unsigned int ool, in MigEventTracer() argument
109 size, kpd, retcode, ports, oolports, ool, file, line); in MigEventTracer()
/xnu-11215/tests/
H A Dmach_exception_reply.c228 mach_msg_ool_descriptor_t ool; in handle_exceptions() member
239 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()
/xnu-11215/osfmk/mach/
H A Dmig_log.h67 unsigned int ool,
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp3746 mach_msg_ool_descriptor_t * ool; in copyOutObjects() local
3829 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() local
3940 ool = (typeof(ool))desc; in copyInObjects()
3943 if (isObjectPort && copyObjects && ool->size && ool->address) { in copyInObjects()
3950 ool->size = 0; in copyInObjects()
[all …]
/xnu-11215/tools/lldbmacros/
H A Dipc.py385 ool = dsc.out_of_line
386 out_string += " " + GetMachMsgOOLDescriptorSummary(addressof(ool))