Home
last modified time | relevance | path

Searched refs:OSObjectRef (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/iokit/IOKit/
H A DIORPC.h146 typedef uint64_t OSObjectRef; typedef
188 OSObjectRef objects[0];
H A DIOUserServer.h65 OSObjectRef __object;
/xnu-12377.1.9/iokit/DriverKit/
H A DIORPC.h146 typedef uint64_t OSObjectRef; typedef
188 OSObjectRef objects[0];
/xnu-12377.1.9/iokit/Kernel/
H A DIOUserServer.cpp3151 message->objects[0] = (OSObjectRef) object; in target()
3361 return (uint32_t)(remaining_size / sizeof(OSObjectRef)); in MAX_OBJECT_COUNT()
3457 message->objects[1] = (OSObjectRef) action; in IOUserServerUEXTTrap()
3471 message->objects[1] = (OSObjectRef) objectArg1; in IOUserServerUEXTTrap()
3891 message->objects[idx] = (OSObjectRef) NULL; in copyInObjects()
3949 message->objects[idx] = (OSObjectRef) object; in copyInObjects()