Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp134 uint32_t methodCount; member in OSUserMetaClass
2513 IODeleteData(methods, uint64_t, 2 * methodCount); in free()
2852 for (baseIdx = 0, lim = uvars->userMeta->methodCount; lim; lim >>= 1) { in queueForObject()
2887 uint32_t methodCount; in objectInstantiate() local
2899 methodCount = 0; in objectInstantiate()
3034 + 2 * methodCount * sizeof(reply->methods[0]); in objectInstantiate()
3054 methodCount = uvars->userMeta->methodCount; in objectInstantiate()
3057 + 2 * methodCount * sizeof(reply->methods[0]); in objectInstantiate()
3095 if (methodCount) { in objectInstantiate()
4445 cls->methodCount = desc->methodOptionsSize / (2 * sizeof(uint64_t)); in registerClass()
[all …]