Lines Matching refs:targetmsgid
221 uint64_t targetmsgid; member
1265 OSActionCreateWithTypeNameInternal(OSObject * target, uint64_t targetmsgid, uint64_t msgid, size_t … in OSActionCreateWithTypeNameInternal() argument
1324 inst->ivars->targetmsgid = targetmsgid; in OSActionCreateWithTypeNameInternal()
1354 return OSAction::CreateWithTypeName(target, targetmsgid, msgid, referenceSize, NULL, action); in Create()
1360 …return OSActionCreateWithTypeNameInternal(target, targetmsgid, msgid, referenceSize, typeName, tru… in CreateWithTypeName()
1366 uint64_t targetmsgid, in Create_Impl() argument
1371 return OSAction::CreateWithTypeName_Impl(target, targetmsgid, msgid, referenceSize, NULL, action); in Create_Impl()
1377 uint64_t targetmsgid, in CreateWithTypeName_Impl() argument
1383 …return OSActionCreateWithTypeNameInternal(target, targetmsgid, msgid, referenceSize, typeName, fal… in CreateWithTypeName_Impl()
3023 queue = queueForObject(target, action->ivars->targetmsgid); in objectInstantiate()
3157 message->msgid = action->ivars->targetmsgid; in target()