Home
last modified time | relevance | path

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

/xnu-11215/iokit/DriverKit/
H A DIORPC.h262 uint64_t methodOptions[0]; member
/xnu-11215/iokit/IOKit/
H A DIORPC.h262 uint64_t methodOptions[0]; member
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4373 uint64_t * methodOptions; in registerClass() local
4453 methodOptions = (typeof(methodOptions))(((uintptr_t) desc) + desc->methodOptionsOffset); in registerClass()
4454 bcopy(methodOptions, cls->methods, 2 * cls->methodCount * sizeof(uint64_t)); in registerClass()