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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp1666 const char * keyValue = key->getCStringNoCopy(); local
1668 if ( !strncmp(keyValue, BOOTX_KEXT_PREFIX,
1673 newDriverDict = readExtension(propertyDict, keyValue);
1676 "for device tree entry \"%s\".\n", keyValue);
1688 "has no property list.\n", keyValue);
1701 "no \"CFBundleIdentifier\" property.\n", keyValue);
1750 } else if ( !strncmp(keyValue, BOOTX_MULTIKEXT_PREFIX,
1761 if (!readExtensions(propertyDict, keyValue, mkextExtensions)) {
2009 const char * keyValue = key->getCStringNoCopy(); local
2011 if ( !strncmp(keyValue, BOOTX_KEXT_PREFI
[all...]

Completed in 210 milliseconds