Home
last modified time | relevance | path

Searched refs:NDR (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/osfmk/mach/
H A Dnotify.h103 NDR_record_t NDR; member
110 NDR_record_t NDR; member
124 NDR_record_t NDR; member
136 NDR_record_t NDR; member
H A Dmig_errors.h101 NDR_record_t NDR; member
116 if (x->NDR.int_rep != NDR_record.int_rep) { in __NDR_convert__mig_reply_error_t()
117 __NDR_convert__int_rep__kern_return_t(&x->RetCode, x->NDR.int_rep); in __NDR_convert__mig_reply_error_t()
H A Dndr.h191 #warning NDR character representation conversions not implemented yet!
199 #warning NDR floating point representation conversions not implemented yet!
/xnu-8792.41.9/libsyscall/mach/
H A Dmig_reply_setup.c80 OutP->NDR = NDR_record; in mig_reply_setup()
/xnu-8792.41.9/osfmk/kern/
H A Dipc_kobject.c359 OutP->NDR = NDR_record; in ipc_kobject_init_reply()
501 OutP_new->NDR = OutP_old->NDR; in ipc_kobject_server_internal()