Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOUserServer.cpp137 uint32_t methodCount; member in OSUserMetaClass
2505 IODeleteData(methods, uint64_t, 2 * methodCount); in free()
2844 for (baseIdx = 0, lim = uvars->userMeta->methodCount; lim; lim >>= 1) { in queueForObject()
2847 option = uvars->userMeta->methods[uvars->userMeta->methodCount + idx]; in queueForObject()
2879 uint32_t methodCount; in objectInstantiate() local
2891 methodCount = 0; in objectInstantiate()
3027 + 2 * methodCount * sizeof(reply->methods[0]); in objectInstantiate()
3047 methodCount = uvars->userMeta->methodCount; in objectInstantiate()
3050 + 2 * methodCount * sizeof(reply->methods[0]); in objectInstantiate()
3088 if (methodCount) { in objectInstantiate()
[all …]