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

/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.c315 #define InP ((mach_msg_header_t *) request->ikm_header) macro
329 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0);
330 OutP->Head.msgh_remote_port = InP->msgh_local_port;
332 OutP->Head.msgh_reserved = (mach_msg_size_t)InP->msgh_id; /* useful for debug */
333 OutP->Head.msgh_id = InP->msgh_id + 100;
335 #undef InP macro

Completed in 23 milliseconds