Searched refs:replymsg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c820 mach_msg_base_t *replymsg; local
854 replymsg = (mach_msg_base_t *)msg;
855 if (0 == replymsg->body.msgh_descriptor_count) {
857 uintptr_t data_extent = (uintptr_t)((uint8_t *)&(MSGP0_FIELD(replymsg, bytes)) + byteslen);
859 reply = CFDataCreate(kCFAllocatorSystemDefault, MSGP0_FIELD(replymsg, bytes), byteslen);
865 reply = CFDataCreate(kCFAllocatorSystemDefault, MSGP1_FIELD(replymsg, ool).address, MSGP1_FIELD(replymsg, ool).size);
866 vm_deallocate(mach_task_self(), (vm_address_t)MSGP1_FIELD(replymsg, ool).address, MSGP1_FIELD(replymsg, ool).size);
997 mach_msg_base_t *replymsg; local
[all...]

Completed in 68 milliseconds