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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp1505 OSDictionary * mkextExtensions = NULL; // must release local
1654 /* Clear newDriverDict & mkextExtensions upon entry to the loop,
1661 if (mkextExtensions) {
1662 mkextExtensions->release();
1663 mkextExtensions = NULL;
1753 mkextExtensions = OSDictionary::withCapacity(10);
1754 if (!mkextExtensions) {
1761 if (!readExtensions(propertyDict, keyValue, mkextExtensions)) {
1767 mkextExtensions)) {
1831 if (mkextExtensions) mkextExtension
[all...]

Completed in 71 milliseconds