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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmig_reply_setup.c72 #define OutP ((mig_reply_error_t *) reply) macro
74 OutP->Head.msgh_bits =
76 OutP->Head.msgh_size = sizeof(mig_reply_error_t);
77 OutP->Head.msgh_remote_port = InP->msgh_local_port;
78 OutP->Head.msgh_local_port = MACH_PORT_NULL;
79 OutP->Head.msgh_id = InP->msgh_id + 100;
80 OutP->NDR = NDR_record;
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.c316 #define OutP ((mig_reply_error_t *) reply->ikm_header) macro
323 bzero((void *)OutP, reply_size);
325 OutP->NDR = NDR_record;
326 OutP->Head.msgh_size = sizeof(mig_reply_error_t);
328 OutP->Head.msgh_bits =
330 OutP->Head.msgh_remote_port = InP->msgh_local_port;
331 OutP->Head.msgh_local_port = MACH_PORT_NULL;
332 OutP->Head.msgh_reserved = (mach_msg_size_t)InP->msgh_id; /* useful for debug */
333 OutP->Head.msgh_id = InP->msgh_id + 100;
336 #undef OutP macro
[all...]

Completed in 22 milliseconds