Searched refs:services (Results 1 - 25 of 126) sorted by relevance

123456

/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLGetIOServiceForDeviceName.c54 io_iterator_t services; local
70 &services);
76 myservice = IOIteratorNext(services);
78 IOObjectRelease(services);
82 IOObjectRelease(services);
H A DBLGetParentDevice.c68 io_iterator_t services = MACH_PORT_NULL; local
85 &services);
92 obj = IOIteratorNext(services);
211 if (services != MACH_PORT_NULL) IOObjectRelease(services);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOS9/
H A DMac OS Test Searcher.c40 static SearcherServices services; variable
45 static void PrintServiceInfo(SearcherServices *services) argument
47 OTLink *link = OTReverseList(OTLIFOStealList(&services->serviceinfolist));
54 if (!services->headerPrinted)
57 services->headerPrinted = true;
96 SearcherServices *services = (SearcherServices *)query->ServiceInfoQueryContext; local
101 OTLIFOEnqueue(&services->serviceinfolist, &info->link);
112 SearcherServices *services = (SearcherServices *)question->QuestionContext; local
118 if (!services) { debugf("FoundInstance: services i
145 SearcherServices *services = (SearcherServices *)question->QuestionContext; local
[all...]
H A DSearcher.c48 SearcherServices *services; member in struct:__anon10975
62 static SearcherServices services; variable
66 static void PrintServiceInfo(SearcherServices *services) argument
68 OTLink *link = OTReverseList(OTLIFOStealList(&services->serviceinfolist));
74 if (!services->headerPrinted)
77 services->headerPrinted = true;
104 SearcherServices *services = info->services; local
115 OTLIFOEnqueue(&services->serviceinfolist, &info->link);
124 SearcherServices *services local
152 SearcherServices *services = (SearcherServices *)context; local
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/UDDI/
H A Dinquire1.pl32 my @services = $e->businessServices->businessService;
33 for (@services) {
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/UDDI/
H A Dinquire1.pl32 my @services = $e->businessServices->businessService;
33 for (@services) {
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/UDDI/
H A Dinquire1.pl32 my @services = $e->businessServices->businessService;
33 for (@services) {
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotify.conf.MacOSX8 monitor com.apple.system.info:/etc/services /etc/services
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssmmds.h44 CSSM_SERVICE_MASK services() const { return mCommon->serviceMask(); } function in class:MdsComponent
45 bool supportsService(CSSM_SERVICE_TYPE t) const { return t & services(); }
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dproxy-configuration.h43 CFDictionaryRef services,
H A Ddns-configuration.h46 CFDictionaryRef services,
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dservices.vim2 " Language: services(5) - Internet network services list
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Dnamed-dbus-system.conf4 <servicedir>/usr/share/dbus-1/services</servicedir>
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dgserver.rb90 @@services = {} # Hash of opened ports, i.e. services
99 @@services[host][port].stop
110 @@services.has_key?(host) and
111 @@services[host].has_key?(port)
251 @@services[@host] = {} unless @@services.has_key?(@host)
252 @@services[@host][@port] = self;
302 @@services[@host].delete(@port)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Drendezvous.py24 for aNetService in self.services:
30 print "Browsing for advertised services..."
31 self.services = []
42 self.services.append(aNetService)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Drendezvous.py24 for aNetService in self.services:
30 print "Browsing for advertised services..."
31 self.services = []
42 self.services.append(aNetService)
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DVPNService.c26 CFArrayRef services; local
28 services = SCNetworkServiceCopyAll(prefs);
29 if (services != NULL) {
31 CFIndex service_count = CFArrayGetCount(services);
34 SCNetworkServiceRef service = CFArrayGetValueAtIndex(services, idx);
51 results = CFArrayCreateMutable(kCFAllocatorDefault, CFArrayGetCount(services) - idx, &kCFTypeArrayCallBacks);
57 CFRelease(services);
179 CFArrayRef services; local
186 services = copy_matching_services(prefs, identifierDomain, identifier);
187 if (services
198 CFArrayRef services; local
[all...]
H A DSCNetworkSet.c330 CFArrayRef services; local
332 services = SCNetworkSetCopyServices(set);
333 if (services != NULL) {
337 n = CFArrayGetCount(services);
342 otherService = CFArrayGetValueAtIndex(services, i);
349 CFRelease(services);
355 CFRelease(services);
373 CFArrayRef services; local
377 services = SCNetworkSetCopyServices(set);
378 found = CFArrayContainsValue(services,
467 CFArrayRef services; local
1303 CFArrayRef services; local
1324 updateServices(CFArrayRef services, SCNetworkInterfaceRef interface) argument
1379 CFArrayRef services; local
1705 CFArrayRef services; local
1802 CFArrayRef services; local
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/tools/
H A DIOHIDEventSystemMonitor.c115 static void servicesAddedCallback(void * target, void * refcon, void * sender, CFArrayRef services) argument
119 for(index=0, count = CFArrayGetCount(services); index<count; index++) {
120 IOHIDServiceRef service = (IOHIDServiceRef)CFArrayGetValueAtIndex(services, index);
205 CFArrayRef services = IOHIDEventSystemClientCopyServices(eventSystem); local
206 if ( services ) {
209 for(index=0, count = CFArrayGetCount(services); index<count; index++)
210 serviceClientCallback(NULL, (void*)kServiceAdded, (IOHIDServiceClientRef)CFArrayGetValueAtIndex(services, index));
212 CFRelease(services);
234 CFArrayRef services = IOHIDEventSystemCopyMatchingServices(eventSystem, NULL, servicesAddedCallback, NULL, NULL, &notification); local
235 if ( services ) {
278 CFArrayRef services = NULL; local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DUtilTypes.h66 // These keep track of the different services associated with this printer.
67 // the services are ordered according to preference.
69 Services services; member in struct:PrinterSetupWizard::Printer
188 while ( services.size() > 0 )
190 Service * service = services.front();
191 services.pop_front();
204 for ( it = services.begin(); it != services.end(); it++ )
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dservices.vim2 " Language: services(5) - Internet network services list
51 let b:current_syntax = "services"
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_service.c52 if (services == NULL) {
58 services = SCNetworkSetCopyServices(net_set);
59 if (services == NULL) {
71 n = CFArrayGetCount(services);
76 service = CFArrayGetValueAtIndex(services, i);
90 service = CFArrayGetValueAtIndex(services, i);
96 // if multiple services match
98 SCPrint(TRUE, stdout, CFSTR("multiple services match\n"));
114 service = CFArrayGetValueAtIndex(services, i);
123 // if multiple services matc
607 CFArrayRef services; local
[all...]
/macosx-10.9.5/postfix-252/postfix/examples/chroot-setup/
H A DSolaris240 cp /etc/inet/services ${CHROOT}/etc/inet/services
41 ln -s /etc/inet/services ${CHROOT}/etc/services
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dypxfr_1perday.sh13 /usr/sbin/ypxfr services.byname
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/log/
H A Dlogger.tcl12 # lets you have trees of services, that inherit from one another.
21 namespace export init enable disable services servicecmd import
23 # The active services.
24 variable services {}
29 # The default global log level used for new logging services
109 variable services
112 # We create a 'tree' namespace to house all the services, so
122 lappend services $service
215 # through all services that are 'children' and enables
262 # through all services tha
511 proc services {} { procedure
[all...]

Completed in 199 milliseconds

123456