Home
last modified time | relevance | path

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

/xnu-11417.101.15/libsyscall/mach/
H A Dmig_reply_setup.c71 #define InP (request) in mig_reply_setup() macro
75 MACH_MSGH_BITS(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0); in mig_reply_setup()
77 OutP->Head.msgh_remote_port = InP->msgh_local_port; in mig_reply_setup()
79 OutP->Head.msgh_id = InP->msgh_id + 100; in mig_reply_setup()
/xnu-11417.101.15/osfmk/kern/
H A Dipc_kobject.c419 #define InP ((mach_msg_header_t *) req_hdr) in ipc_kobject_init_reply() macro
424 MACH_MSGH_BITS_SET(MACH_MSGH_BITS_LOCAL(InP->msgh_bits), 0, 0, 0); in ipc_kobject_init_reply()
425 OutP->Head.msgh_remote_port = InP->msgh_local_port; in ipc_kobject_init_reply()
428 OutP->Head.msgh_id = InP->msgh_id + 100; in ipc_kobject_init_reply()
433 #undef InP in ipc_kobject_init_reply()
446 #define InP ((mig_reply_error_t *) old_hdr) in ipc_kobject_init_new_reply() macro
450 OutP->Head.msgh_bits = InP->Head.msgh_bits & ~MACH_MSGH_BITS_COMPLEX; in ipc_kobject_init_new_reply()
451 OutP->Head.msgh_remote_port = InP->Head.msgh_remote_port; in ipc_kobject_init_new_reply()
454 OutP->Head.msgh_id = InP->Head.msgh_id; in ipc_kobject_init_new_reply()
456 OutP->NDR = InP->NDR; in ipc_kobject_init_new_reply()
[all …]