Home
last modified time | relevance | path

Searched refs:NDR_record (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/osfmk/mach/arm/
H A Dndr_def.h36 NDR_record_t NDR_record = { variable
/xnu-8020.140.41/osfmk/mach/i386/
H A Dndr_def.h36 NDR_record_t NDR_record = { variable
/xnu-8020.140.41/libsyscall/mach/
H A Dmig_reply_setup.c80 OutP->NDR = NDR_record; in mig_reply_setup()
/xnu-8020.140.41/osfmk/mach/
H A Dmig_errors.h116 if (x->NDR.int_rep != NDR_record.int_rep) { in __NDR_convert__mig_reply_error_t()
H A Dndr.h68 extern NDR_record_t NDR_record;
/xnu-8020.140.41/osfmk/kern/
H A Dipc_kobject.c379 OutP->NDR = NDR_record; in ipc_kobject_init_reply()
/xnu-8020.140.41/iokit/Kernel/
H A DIOUserClient.cpp4211 crossEndian = (ndr.int_rep != NDR_record.int_rep); in is_io_service_open_extended()