Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSValueObject.h389 #define OSDefineValueObjectForDependentType(typeName) \ argument
390 template <> OSValueObject<typeName>::MetaClass::MetaClass() : \
391 OSMetaClass("OSValueObject<" #typeName ">", &OSObject::gMetaClass, sizeof(OSValueObject)) {}
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp225 OSString * typeName; member
1274 if (fromKernel && typeName) { in OSActionCreateWithTypeNameInternal()
1276 sym = OSSymbol::withString(typeName); 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()
[all …]
/xnu-11215/iokit/DriverKit/
H A DOSAction.iig93 OSString * typeName,