Home
last modified time | relevance | path

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

/xnu-11215/iokit/DriverKit/
H A DOSAction.iig71 * @param targetmsgid Generated message ID for the target method.
82 uint64_t targetmsgid,
90 uint64_t targetmsgid,
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp221 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()
[all …]