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

/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmig_reply_setup.c71 #define InP (request) macro
75 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
77 OutP->Head.msgh_remote_port = InP->msgh_local_port;
79 OutP->Head.msgh_id = InP->msgh_id + 100;
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache.mm936 mig_put_reply_port(InP->Head.msgh_reply_port); \
941 mig_dealloc_reply_port(InP->Head.msgh_reply_port); \
952 mig_put_reply_port(InP->Head.msgh_reply_port); \
955 mig_dealloc_reply_port(InP->Head.msgh_reply_port); \
1074 Request *InP = &Mess.In;
1085 InP->Head.msgh_bits =
1088 InP->Head.msgh_request_port = target_task;
1089 InP->Head.msgh_reply_port = mig_get_reply_port();
1090 InP->Head.msgh_id = 3402;
1093 msg_result = mach_msg(&InP
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dipc_kobject.c308 #define InP ((mach_msg_header_t *) request->ikm_header) macro
322 MACH_MSGH_BITS_SET(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0, 0, 0);
323 OutP->Head.msgh_remote_port = InP->msgh_local_port;
326 OutP->Head.msgh_id = InP->msgh_id + 100;
328 #undef InP macro

Completed in 178 milliseconds