Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOUserServer.cpp130 uint32_t methodCount; member in OSUserMetaClass
2488 IODeleteData(methods, uint64_t, 2 * methodCount); in free()
2827 for (baseIdx = 0, lim = uvars->userMeta->methodCount; lim; lim >>= 1) { in queueForObject()
2830 option = uvars->userMeta->methods[uvars->userMeta->methodCount + idx]; in queueForObject()
2862 uint32_t methodCount; in objectInstantiate() local
2873 methodCount = 0; in objectInstantiate()
3001 + 2 * methodCount * sizeof(reply->methods[0]); in objectInstantiate()
3021 methodCount = uvars->userMeta->methodCount; in objectInstantiate()
3024 + 2 * methodCount * sizeof(reply->methods[0]); in objectInstantiate()
3062 if (methodCount) { in objectInstantiate()
[all …]