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

/macosx-10.10/cups-408/cups/backend/
H A Dusb-darwin.c266 static kern_return_t load_printerdriver(CFStringRef *driverBundlePath);
268 static kern_return_t registry_open(CFStringRef *driverBundlePath);
336 CFStringRef driverBundlePath; /* Class driver path */ local
416 driverBundlePath = NULL;
418 status = registry_open(&driverBundlePath);
440 if (driverBundlePath == NULL || !CFStringGetCString(driverBundlePath, print_buffer, sizeof(print_buffer), kCFStringEncodingUTF8))
448 if (driverBundlePath)
449 CFRelease(driverBundlePath);
455 if (status == noErr && driverBundlePath !
1500 load_printerdriver(CFStringRef *driverBundlePath) argument
1530 registry_open(CFStringRef *driverBundlePath) argument
1693 CFStringRef driverBundlePath; local
[all...]
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c151 HPDriversGetFromDirectory(const char* driverBundlePath) argument
157 driverBundlePath,

Completed in 198 milliseconds