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

/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DPEFSupport.c810 static void PEFExamineBundle( mach_port_t masterPort __unused, CFBundleRef bdl )
815 plist = CFBundleGetInfoDictionary(bdl);
818 ndrvURL = CFBundleCopyExecutableURL(bdl);
843 CFBundleRef bdl; local
850 bdl = CFBundleCreate(kCFAllocatorDefault, ndrvURL);
851 if (bdl)
853 PEFExamineBundle(kIOMasterPortDefault, bdl);
854 CFRelease(bdl);
H A DIODisplayLib.c172 CFBundleRef bdl; local
189 bdl = CFBundleCreate( kCFAllocatorDefault, url);
190 if( bdl) {
191 CFDictionarySetValue( dict, CFSTR(kDisplayBundleKey), bdl);
192 CFRelease(bdl);
465 CFBundleRef bdl; member in struct:MakeOneLocalContext
480 url = CFBundleCopyResourceURLForLocalization( ctx->bdl,
519 CFBundleRef bdl; local
554 bdl = (CFBundleRef) CFDictionaryGetValue( dict, CFSTR(kDisplayBundleKey));
578 if( bdl) {
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.c302 CFBundleRef pluginbdl, bdl; local
342 if ((bdl = CFBundleCreate(NULL, url))) {
345 if ((pluginurl = CFBundleCopyBuiltInPlugInsURL(bdl))) {
360 err = (*start)(&the_vpn_channel, pluginbdl, bdl, params->debug, params->log_verbose);
370 if (CFBundleLoadExecutable(bdl)
371 && (start = CFBundleGetFunctionPointerForName(bdl, CFSTR("start"))))
372 err = (*start)(&the_vpn_channel, bdl, NULL, params->debug, params->log_verbose);
375 CFRelease(bdl);
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-bpf.c692 struct bpf_dltlist bdl; local
812 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) {
816 if (find_802_11(&bdl) != -1) {
820 free(bdl.bfl_list);
824 free(bdl.bfl_list);
1644 struct bpf_dltlist bdl; local
2032 if (get_dlt_list(fd, v, &bdl, p->errbuf) == -1) {
2036 p->dlt_count = bdl.bfl_len;
2037 p->dlt_list = bdl.bfl_list;
2064 new_dlt = find_802_11(&bdl);
[all...]
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2448 CFBundleRef bdl; local
2461 bdl = CFBundleCreate(0, curURL);
2462 if (bdl)
2464 msg = copyUserLocalizedString(bdl, ref, ref, langRef);
2470 CFRelease(bdl);

Completed in 164 milliseconds