Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/IOKit/
H A DIORPC.h146 typedef uint64_t OSObjectRef; typedef
188 OSObjectRef objects[0];
H A DIOUserServer.h65 OSObjectRef __object;
/xnu-10063.141.1/iokit/Kernel/
H A DIOUserServer.cpp3125 message->objects[0] = (OSObjectRef) object; in target()
3317 …(((((size) + ((uintptr_t) (mach))) - ((uintptr_t) (&message->objects[0]))) / sizeof(OSObjectRef))))
3412 message->objects[1] = (OSObjectRef) action; in IOUserServerUEXTTrap()
3426 message->objects[1] = (OSObjectRef) objectArg1; in IOUserServerUEXTTrap()
3905 message->objects[idx] = (OSObjectRef) object; in copyInObjects()