Lines Matching defs:anInfoDict

1348     OSDictionary * anInfoDict)
1352 if (newKext && !newKext->initWithPrelinkedInfoDict(anInfoDict)) {
1364 OSDictionary * anInfoDict)
1382 anInfoDict->getObject(kPrelinkBundlePathKey));
1384 if (!setInfoDictionaryAndPath(anInfoDict, kextPath)) {
1395 anInfoDict->getObject(kPrelinkExecutableRelativePathKey));
1402 anInfoDict->removeObject(kPrelinkBundlePathKey);
1403 anInfoDict->removeObject(kPrelinkExecutableRelativePathKey);
1408 anInfoDict->getObject(kPrelinkExecutableLoadKey));
1411 anInfoDict->getObject(kPrelinkExecutableSizeKey));
1431 anInfoDict->removeObject(kPrelinkExecutableLoadKey);
1432 anInfoDict->removeObject(kPrelinkExecutableSizeKey);
1437 addressNum = OSDynamicCast(OSNumber, anInfoDict->getObject(kPrelinkExecutableSourceKey));
1470 anInfoDict->removeObject(kPrelinkExecutableSourceKey);
1491 anInfoDict->getObject(kPrelinkKmodInfoKey));
1514 anInfoDict->removeObject(kPrelinkKmodInfoKey);
1521 anInfoDict->getObject(kPrelinkInterfaceUUIDKey));
1524 anInfoDict->removeObject(kPrelinkInterfaceUUIDKey);
2518 OSDictionary * anInfoDict,
2525 if (!setInfoDictionaryAndPath(anInfoDict, /* path */ NULL)) {
2826 OSDictionary * anInfoDict,
2831 if (newKext && !newKext->initWithMkext2Info(anInfoDict, mkextData)) {
2843 OSDictionary * anInfoDict,
2859 anInfoDict->getObject(kMKEXTBundlePathKey));
2861 if (!setInfoDictionaryAndPath(anInfoDict, kextPath)) {
2868 anInfoDict->getObject(kMKEXTExecutableRelativePathKey));
2875 anInfoDict->removeObject(kMKEXTBundlePathKey);
2876 anInfoDict->removeObject(kMKEXTExecutableRelativePathKey);