Searched refs:service (Results 176 - 200 of 690) sorted by relevance

1234567891011>>

/macosx-10.10/IOKitUser-1050.1.21/network.subproj/
H A DIONetworkLib.c235 io_service_t service = 0; local
245 // Locate our service provider.
247 kr = IOConnectGetService( connect, &service );
253 kr = IORegistryEntryGetParentEntry( service, kIOServicePlane,
256 IOObjectRelease( service );
257 service = parentService;
262 kr = IORegistryEntryCreateCFProperties( service,
304 if ( service ) IOObjectRelease( service );
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest-authen::krb5.pl44 my $service = shift;
62 printf("getServiceRequestTicket: Authen::Krb5::mk_req( $ac, 0, $service, $host, undef, $cc );\n");
66 my $ticket = Authen::Krb5::mk_req( $ac, 0, $service, $host, "$service/$host", $cc );
68 # my $ticket = Authen::Krb5::mk_req( $ac, 0, $service, $host, undef, $cc );
78 die("Unable to get ticket for '$service/$host': $err");
/macosx-10.10/WebKit2-7600.1.25/Platform/mac/
H A DMenuUtilities.mm48 - (NSArray *)menuItemsForValue:(NSString *)value type:(CFStringRef)type service:(NSString *)service context:(DDActionContext *)context;
68 NSArray *proposedMenu = [[getDDActionsManagerClass() sharedManager] menuItemsForValue:(NSString *)telephoneNumber type:getDDBinderPhoneNumberKey() service:nil context:nil];
93 NSArray *proposedMenu = [[getDDActionsManagerClass() sharedManager] menuItemsForValue:(NSString *)telephoneNumber type:getDDBinderPhoneNumberKey() service:nil context:nil];
/macosx-10.10/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c222 io_service_t service = IO_OBJECT_NULL, media; local
281 while ( (service = IOIteratorNext(iter)) != IO_OBJECT_NULL ) {
284 kret = IORegistryEntryGetNameInPlane(service, kIOServicePlane, name);
288 if(IOObjectConformsTo(service, kIOUSBInterfaceClassName)) {
292 IOObjectRelease(service);
296 if(IOObjectConformsTo(service, kIOCDBlockStorageDeviceClass)) {
300 IOObjectRelease(service);
305 IOObjectRelease(service);
/macosx-10.10/ksh-23/ksh/src/lib/libcoshell/
H A Dcolib.h37 Coservice_t* service; /* service */ \
47 Coservice_t* service; /* service */ \
62 int svc_outstanding;/* outstanding service intercepts */ \
63 int svc_running; /* running service intercepts */ \
79 struct Coservice_s /* service info */
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DSwingBrowseListener.java18 * the Apple Software. Neither the name, trademarks, service marks or logos of
55 public void operationFailed( DNSSDService service, int errorCode) argument
57 fBrowser = service;
H A DSwingDomainListener.java18 * the Apple Software. Neither the name, trademarks, service marks or logos of
55 public void operationFailed( DNSSDService service, int errorCode) argument
57 fEnumerator = service;
H A DSwingQueryListener.java18 * the Apple Software. Neither the name, trademarks, service marks or logos of
54 public void operationFailed( DNSSDService service, int errorCode) argument
56 fQuery = service;
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp219 // Unofficial and invalid service types that will be phased out:
565 // Domain list changes have similar effects to service list changes so reuse that code path by calling it here.
583 // Stop any existing service search.
587 // If a domain and service type are selected, start searching for the service type on the domain.
635 // Display the service instance if it is selected. Otherwise, clear all the info.
642 const KnownServiceEntry * service; local
647 // Search for a known service type entry that matches.
649 for( service = kKnownServiceTable; service
760 const KnownServiceEntry * service; local
[all...]
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_rfc.h77 u_int16_t pppoe_rfc_bind(void *data, u_int8_t *ac_name, u_int8_t *service);
78 u_int16_t pppoe_rfc_connect(void *data, u_int8_t *ac_name, u_int8_t *service);
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dextservm.rb2 external service manager
36 def service(name) method in class:DRb.ExtServManager
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConfiguration.h277 a network service.
941 service. The protocal configuration is set to default values
943 service.
944 @param service The network service.
945 @param protocolType The type of SCNetworkProtocol to be added to the service.
946 @result TRUE if the protocol was added to the service; FALSE if the
950 SCNetworkServiceAddProtocolType (SCNetworkServiceRef service,
965 @discussion Returns all network protocols associated with the service.
966 @param service Th
[all...]
H A DSCNetworkConfigurationPrivate.h239 SCDynamicStore service entity dictionary.
241 @param service The network service.
248 SCNetworkServiceRef service) __OSX_AVAILABLE_STARTING(__MAC_10_5,__IPHONE_2_0);
750 @param context The service order (from SCNetworkSetGetServiceOrder).
760 @discussion Returns the network service with the specified identifier.
762 Note: The service returned by this SPI differs from the SCNetworkServiceCopy
763 API in that queries and operations interact with the "active" service
767 @param serviceID The unique identifier for the service.
779 @discussion Returns the primary service ran
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsocks_gssapi.c125 gss_buffer_desc service = GSS_C_EMPTY_BUFFER; local
145 /* prepare service name */
147 service.value = malloc(strlen(serviceptr));
148 if(!service.value)
150 service.length = strlen(serviceptr);
151 memcpy(service.value, serviceptr, service.length);
153 gss_major_status = gss_import_name(&gss_minor_status, &service,
157 service.value = malloc(strlen(serviceptr) +strlen(conn->proxy.name)+2);
158 if(!service
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/test/
H A Dnt_gss_server.c53 char *service = SERVICE; variable
58 { "service", 's', arg_string, &service, "service to use", "service" },
68 proto (int sock, const char *service) argument
156 doit (int port, const char *service) argument
185 return proto (sock2, service);
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dstore.c49 io_registry_entry_t service; local
58 service = IOServiceGetMatchingService(kIOMasterPortDefault, matching);
59 if (service == IO_OBJECT_NULL)
62 kr = IOServiceOpen(service, mach_task_self(), 0, &conn);
63 IOObjectRelease(service);
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DUtilTypes.h190 Service * service = services.front(); local
192 delete service;
206 Service * service = *it; local
208 if ( strcmp(service->type.c_str(), type.c_str()) == 0 )
210 return service;
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddeliver_pass.c9 /* int deliver_pass(class, service, request, recipient)
11 /* const char *service;
15 /* int deliver_pass_all(class, service, request)
17 /* const char *service;
30 /* Destination delivery agent service class
31 /* .IP service
159 int deliver_pass(const char *class, const char *service, argument
172 * Parse service into transport:nexthop form, and allow for omission of
175 transport = saved_service = mystrdup(service);
179 msg_fatal("missing transport name in \"%s\"", service);
223 deliver_pass_all(const char *class, const char *service, DELIVER_REQUEST *request) argument
[all...]
H A Dmail_stream.c18 /* MAIL_STREAM *mail_stream_file(queue, class, service, mode)
21 /* const char *service;
24 /* MAIL_STREAM *mail_stream_service(class, service)
26 /* const char *service;
61 /* mail_stream_service() opens a mail stream to Postfix service,
90 /* The argument specifies an alternate trigger service.
156 FREE_AND_WIPE(myfree, info->service);
357 * When all is well, notify the next service that a new message has been
360 if (status == CLEANUP_STAT_OK && info->class && info->service)
361 mail_trigger(info->class, info->service, wakeu
404 mail_stream_file(const char *queue, const char *class, const char *service, int mode) argument
[all...]
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_state.c9 /* void smtpd_state_init(state, stream, service)
12 /* const char *service;
74 const char *service)
84 state->service = mystrdup(service);
192 if (state->service)
193 myfree(state->service);
73 smtpd_state_init(SMTPD_STATE *state, VSTREAM *stream, const char *service) argument
/macosx-10.10/postfix-255/postfix/src/spawn/
H A Dspawn.c24 /* file at the end of a service definition. The syntax is as follows:
99 /* process will service before terminating voluntarily.
165 * prepending the service name to _name, and so on.
177 int time_limit; /* per-service time limit */
180 /* get_service_attr - get service attributes */
182 static void get_service_attr(SPAWN_ATTR *attr, char *service, char **argv) argument
201 get_mail_conf_time2(service, _MAXTIME, var_command_maxtime, 's', 1, 0);
272 /* spawn_service - perform service for client */
274 static void spawn_service(VSTREAM *client_stream, char *service, char **argv) argument
286 msg_info("%s: service
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dwks_11.c77 char service[32]; local
134 * Lowercase the service string as some getservbyname() are
137 strncpy(service, DNS_AS_STR(token), sizeof(service));
138 service[sizeof(service)-1] = '\0';
139 for (i = strlen(service) - 1; i >= 0; i--)
140 if (isupper(service[i]&0xff))
141 service[i] = tolower(service[
[all...]
/macosx-10.10/bless-103/libbless/RAID/
H A DBLUpdateRAIDBooters.c200 io_service_t service; local
216 service = IORegistryEntryFromPath(iokitPort, cpath);
217 if(service == 0) {
218 contextprintf(context, kBLLogLevelVerbose, "Could not find service for \"%s\"\n", cpath);
223 service,
235 IOObjectRelease(service);
242 ret = getExternalBooter(context, iokitPort, service, &booter);
244 IOObjectRelease(service);
257 IOObjectRelease(service);
268 IOObjectRelease(service);
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dverify_krb5_conf.c150 char service[32]; local
169 strlcpy(service, "http", sizeof(service));
174 strlcpy(service, "http", sizeof(service));
179 strlcpy(service, "kerberos", sizeof(service));
184 strlcpy(service, "kerberos", sizeof(service));
188 strlcpy(service, "kerbero
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.c82 IOFindPlugIns( io_service_t service, argument
107 pluginTypes = IORegistryEntryCreateCFProperty( service, CFSTR(kIOCFPlugInTypesKey),
193 kr = IOServiceMatchPropertyTable( service, matching, &matches );
219 IOCreatePlugInInterfaceForService(io_service_t service, argument
236 kr = IOFindPlugIns( service, pluginType,
280 kr = (*interface)->Probe(interface, plist, service, &score);
309 haveOne = (kIOReturnSuccess == (*interface)->Start(interface, plist, service));

Completed in 296 milliseconds

1234567891011>>