Searched refs:incumbentExt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp587 OSDictionary * incumbentExt = OSDynamicCast(OSDictionary, local
592 if (!incumbentExt) {
606 compareExtensionVersions(incumbentExt, candidateExt);
608 if (mostRecentExtension == incumbentExt) {
1204 OSDictionary * incumbentExt = OSDynamicCast(OSDictionary, local
1207 if (!incumbentExt) {
1211 compareExtensionVersions(incumbentExt, driverDict);
1213 if (mostRecentExtension == incumbentExt) {
1713 OSDictionary * incumbentExt = OSDynamicCast(OSDictionary, local
1716 if (!incumbentExt) {
[all...]

Completed in 76 milliseconds