Lines Matching refs:typeName
225 OSString * typeName; member
1265 … uint64_t targetmsgid, uint64_t msgid, size_t referenceSize, OSString * typeName, bool fromKernel,… in OSActionCreateWithTypeNameInternal() argument
1274 if (fromKernel && typeName) { in OSActionCreateWithTypeNameInternal()
1276 sym = OSSymbol::withString(typeName); in OSActionCreateWithTypeNameInternal()
1288 …action object with type \"%s\" which does not inherit from OSAction\n", typeName->getCStringNoCopy… in OSActionCreateWithTypeNameInternal()
1331 if (typeName) { in OSActionCreateWithTypeNameInternal()
1332 typeName->retain(); in OSActionCreateWithTypeNameInternal()
1334 inst->ivars->typeName = typeName; in OSActionCreateWithTypeNameInternal()
1360 …return OSActionCreateWithTypeNameInternal(target, targetmsgid, msgid, referenceSize, typeName, tru… in CreateWithTypeName()
1380 OSString * typeName, in CreateWithTypeName_Impl() argument
1383 …return OSActionCreateWithTypeNameInternal(target, targetmsgid, msgid, referenceSize, typeName, fal… in CreateWithTypeName_Impl()
1395 OSSafeReleaseNULL(ivars->typeName); in free()
2951 str = action->ivars->typeName; in objectInstantiate()