Searched refs:service (Results 101 - 125 of 690) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-InstantMessage-2.5.1/Examples/ABPresence/
H A DPeopleDataSource.py42 for service in IMService.allServices():
43 screenNames = service.screenNamesForPerson_(person)
46 dictionary = service.infoForScreenName_(
67 for service in IMService.allServices():
68 screenNames = service.screenNamesForPerson_(person)
72 dictionary = service.infoForScreenName_(screenName)
H A DServiceWatcher.py33 service = notification.object()
36 abPersons = service.peopleWithScreenName_(screenName)
/macosx-10.10/IOKitUser-1050.1.21/
H A Diodisplayregistry.c38 static void properties(io_registry_entry_t service,
109 io_registry_entry_t service; ///ok local
112 // We loop for every service in the list of services provided.
114 while ( (service = serviceUpNext) )
123 // Obtain the next service entry, if any.
127 // Obtain the current service entry's children, if any.
129 status = IORegistryEntryGetChildIterator(service,
153 // Print out the name of the service.
155 status = IORegistryEntryGetName(service, name);
165 // Print out the class of the service
256 properties(io_registry_entry_t service, int depth, UInt64 stackOfBits) argument
[all...]
/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDevice.c78 io_service_t service; local
144 service = IORegistryEntryFromPath(ourIOKitPort, iostring );
145 if(service == 0) {
155 name = IORegistryEntryCreateCFProperty( service, CFSTR(kIOBSDNameKey),
159 IOObjectRelease(service);
164 IOObjectRelease(service); service = 0;
175 // by this point, "service" should point at the data partition, or potentially
181 &service);
188 err = BLGetIOServiceForDeviceName(context, (char *)device + 5, &service);
[all...]
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnc.c33 * - "show" now takes a service name as an alternative to a service ID
75 nc_get_service_type_and_subtype(SCNetworkServiceRef service, CFStringRef *iftype, CFStringRef *ifsubtype) { argument
76 SCNetworkInterfaceRef interface = SCNetworkServiceGetInterface(service);
104 // try to select the service by its serviceID
106 SCNetworkServiceRef service = NULL; local
109 service = CFArrayGetValueAtIndex(services, i);
110 serviceID = SCNetworkServiceGetServiceID(service);
112 selected = service;
117 // try to select the service b
119 SCNetworkServiceRef service = NULL; local
148 SCNetworkServiceRef service = NULL; local
230 SCNetworkServiceRef service; local
330 SCNetworkServiceRef service = NULL; local
696 copy_VPN_status(SCNetworkServiceRef service) argument
717 nc_print_VPN_service(SCNetworkServiceRef service) argument
777 SCNetworkServiceRef service; local
841 SCNetworkServiceRef service = NULL; local
984 SCNetworkServiceRef service = NULL; local
1103 SCNetworkServiceRef service = NULL; local
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_proxy.c74 const char *service; /* service name */ member in struct:__anon11737
134 msg_warn("%s: service %s: %m", myname, VSTREAM_PATH(stream));
145 dict_proxy->service, dict->name, function);
147 msg_fatal("%s service is not configured for table \"%s\"",
148 dict_proxy->service, dict->name);
162 dict_proxy->service, dict->name, function, status);
208 msg_warn("%s: service %s: %m", myname, VSTREAM_PATH(stream));
219 dict_proxy->service, dict->name, key);
221 msg_fatal("%s service i
394 const char *service; local
[all...]
H A Dmail_trigger.c5 /* trigger a mail service
9 /* int mail_trigger(class, service, request, length)
11 /* const char *service;
25 /* .IP service
28 /* A string. The list of valid requests is service specific.
39 /* fifo_trigger(3) trigger a FIFO-based service
40 /* unix_trigger(3) trigger a UNIX_domain service
70 /* mail_trigger - trigger a service */
72 int mail_trigger(const char *class, const char *service, argument
83 path = mail_pathname(class, service);
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/test/
H A Dtest_locl.h88 int client_doit (const char *hostname, int port, const char *service,
89 int (*func)(int, const char *hostname, const char *service));
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSTestDataSource.h56 SOSObjectRef SOSDataSourceCreateGenericItemWithData(SOSDataSourceRef ds, CFStringRef account, CFStringRef service, bool is_tomb, CFDataRef data);
57 SOSObjectRef SOSDataSourceCreateGenericItem(SOSDataSourceRef ds, CFStringRef account, CFStringRef service);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_dce.c59 const char *service __attribute__((unused)),
107 const char *service __attribute__((unused)),
/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_cleanup.c137 void bounce_cleanup_register(char *service, char *queue_id) argument
152 (void) mail_queue_path(bounce_cleanup_path, service, queue_id);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DServiceWatcher.py33 service = notification.object() variable in class:ServiceWatcher
36 abPersons = service.peopleWithScreenName_(screenName)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DServiceWatcher.py33 service = notification.object() variable in class:ServiceWatcher
36 abPersons = service.peopleWithScreenName_(screenName)
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp348 secdebug("pcsc", "Adding interest notification for service 0x%04X (this=%p)", mServiceOfInterest,this);
355 secdebug("pcsc", "Scheduling interest notification for service 0x%04X (this=%p)", serviceOfInterest, this);
396 void PCSCDMonitor::ioServiceChange(void *refCon, io_service_t service, argument
400 secdebug("pcsc", "Processing ioServiceChange notice: 0x%08X [refCon=0x%08lX, service=0x%08X, arg=0x%08lX]",
401 messageType, (uintptr_t)refCon, service, messageArg);
409 PCSCDMonitor::displayPropertiesOfDevice(service);
417 if (deviceAddress(service, address))
419 secdebug("pcsc", " device removed notice: 0x%04X address: 0x%08X", service, address);
420 this->removeDevice(service, address);
423 secdebug("pcsc", " device removed notice, but failed to find address for service
470 io_service_t service = dev.ioObject(); local
607 deviceIsPCCard(io_service_t service) argument
724 removeDevice(io_service_t service, uint32_t address) argument
749 io_service_t service = dev.ioObject(); local
781 io_service_t service = dev->ioObject(); local
869 deviceAddress(io_service_t service, uint32_t &address) argument
901 deviceMemoryAddress(io_service_t service, uint32_t &address) argument
1013 ioServiceChange(void *refCon, io_service_t service, natural_t messageType, void *messageArgument) argument
1082 displayPropertiesOfDevice(io_service_t service) argument
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.cpp172 CThirdPage::SelectMatch(Printer * printer, Service * service, Manufacturer * manufacturer, Model * model) argument
214 CopyPrinterSettings( printer, service, manufacturer, model );
218 CThirdPage::SelectMatch(Manufacturers & manufacturers, Printer * printer, Service * service, Manufacturer * manufacturer, Model * model) argument
222 SelectMatch( printer, service, manufacturer, model );
233 CThirdPage::CopyPrinterSettings( Printer * printer, Service * service, Manufacturer * manufacturer, Model * model ) argument
243 if ( service->type == kPDLServiceType )
245 printer->portName.Format(L"IP_%s.%d", static_cast<LPCTSTR>(service->hostname), service->portNumber);
246 service->protocol = L"Raw";
248 else if ( service
908 MatchPrinter(Manufacturers & manufacturers, Printer * printer, Service * service, bool useCUPSWorkaround) argument
1174 MatchGeneric( Manufacturers & manufacturers, Printer * printer, Service * service, Manufacturer ** manufacturer, Model ** model ) argument
1285 Service * service; local
1447 Service * service; local
1503 Service * service; local
[all...]
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dlog.c44 const char *service,
48 krb5_initlog(context, service, &config->logf);
49 s = krb5_config_get_strings(context, NULL, service, "logging", NULL);
51 s = krb5_config_get_strings(context, NULL, "logging", service, NULL);
43 kdc_openlog(krb5_context context, const char *service, krb5_kdc_configuration *config) argument
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_option.h110 int ppp_getoptval(struct service *serv, CFDictionaryRef opts, CFDictionaryRef setup,
112 u_long get_addr_option (struct service *serv, CFStringRef entity, CFStringRef property,
114 u_long get_int_option (struct service *serv, CFStringRef entity, CFStringRef property,
116 int get_str_option (struct service *serv, CFStringRef entity, CFStringRef property,
H A Dppp_manager.c88 extern TAILQ_HEAD(, service) service_head;
97 static void display_error(struct service *serv);
100 static int send_pppd_params(struct service *serv, CFDictionaryRef service, CFDictionaryRef options, u_int8_t onTraffic);
101 static int change_pppd_params(struct service *serv, CFDictionaryRef service, CFDictionaryRef options);
103 static void setup_PPPoE(struct service *serv);
104 static void dispose_PPPoE(struct service *serv);
109 service management and control
135 int ppp_new_service(struct service *ser
727 send_pppd_params(struct service *serv, CFDictionaryRef service, CFDictionaryRef options, u_int8_t onTraffic) argument
1468 change_pppd_params(struct service *serv, CFDictionaryRef service, CFDictionaryRef options) argument
1531 CFDictionaryRef service; local
2440 CFDictionaryRef service = NULL; local
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.h45 int IPSecInstallRoutes(struct service *serv, CFDictionaryRef ipsec_dict, CFIndex index, char **error_text, struct in_addr gateway);
46 int IPSecRemoveRoutes(struct service *serv, CFDictionaryRef ipsec_dict, CFIndex index, char **error_text, struct in_addr gateway);
72 void update_service_route (struct service *serv,
80 void free_service_routes (struct service *serv);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dverify_user.c43 const char *service,
52 krb5_verify_init_creds_opt_set_service(&vopt, service);
82 const char *service; member in struct:krb5_verify_opt
91 * If `secure', also verify against local service key for `service'.
101 opt->service = "host";
149 krb5_verify_opt_set_service(krb5_verify_opt *opt, const char *service) argument
151 opt->service = service;
208 OPT(service, "hos
37 verify_common(krb5_context context, krb5_principal principal, krb5_principal server_principal, krb5_ccache ccache, krb5_keytab keytab, krb5_boolean secure, const char *service, krb5_creds *cred) argument
250 krb5_verify_user(krb5_context context, krb5_principal principal, krb5_ccache ccache, const char *password, krb5_boolean secure, const char *service) argument
274 krb5_verify_user_lrealm(krb5_context context, krb5_principal principal, krb5_ccache ccache, const char *password, krb5_boolean secure, const char *service) argument
[all...]
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIDevice.h16 * of the Apple Software. Neither the name, trademarks, service marks or logos of Apple
64 - ( id ) initWithService: ( io_service_t ) service;
65 + ( int ) domainIDForService: ( io_service_t ) service;
66 + ( int ) targetIDForService: ( io_service_t ) service;
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-23-item-notify.c12 static char service[] = "service"; variable
25 sizeof(service), service,
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Didentity_prefs.c47 const char *service,
55 // must have a service name
56 if (!service) {
71 serviceRef = CFStringCreateWithCString(NULL, service, kCFStringEncodingUTF8);
84 do_get_identity_preference(const char *service, argument
91 if (!service) {
94 CFStringRef serviceRef = CFStringCreateWithCString(NULL, service, kCFStringEncodingUTF8);
177 char *identity = NULL, *service = NULL, *hash = NULL; local
182 * " -n Specify no identity (clears existing preference for service)\n"
184 * " -s Specify service (UR
45 do_set_identity_preference(CFTypeRef keychainOrArray, const char *identity, const char *service, CSSM_KEYUSE keyUsage, const char *hash) argument
233 char *service = NULL; local
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesPathKey.h67 CFStringRef service,
116 CFStringRef service
126 CFStringRef service,
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/storage/
H A Dstorage.m32 static CFDictionaryRef __CopyDescription( io_service_t service )
47 disk = DADiskCreateFromIOMedia( kCFAllocatorDefault, session, service );
60 static CFStringRef __CopyMediaRelativePath( io_service_t service )
65 IORegistryEntryGetParentEntry( service, kIOServicePlane, &parent );
90 status = IORegistryEntryGetNameInPlane( service, kIOServicePlane, name );
96 status = IORegistryEntryGetLocationInPlane( service, kIOServicePlane, location );
167 static CFDictionaryRef __CopyVolumeDescription( io_service_t service )
178 IORegistryEntryCreateIterator( service, kIOServicePlane, kIORegistryIterateRecursively, &services );
184 service = IOIteratorNext( services );
186 if ( service )
[all...]

Completed in 300 milliseconds

1234567891011>>