Searched refs:bundle_id (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dapp_layer.h9 void app_layer_remove_app(CFStringRef bundle_id);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmultilink.c71 char *bundle_id; /* identifier for our bundle */ variable
163 bundle_id = malloc(l);
164 if (bundle_id == 0)
167 p = bundle_id;
172 p += slprintf(p, bundle_id+l-p, "%s",
175 p += slprintf(p, bundle_id+l-p, "/%v", bundle_name);
185 script_setenv("BUNDLE", bundle_id + 7, 1);
194 key.dptr = bundle_id;
195 key.dsize = p - bundle_id;
217 script_setenv("BUNDLE", bundle_id
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dmdl_bundle_support.m69 id bundle_id, param_id;
74 bundle_id = NUM2OCID(rb_ary_entry(item, 0));
76 bundle = ocid_to_rbobj(Qnil, bundle_id);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DKextManager.c60 char bundle_id[KMOD_MAX_NAME] = ""; local
74 bundle_id, sizeof(bundle_id) - 1, kCFStringEncodingUTF8)) {
84 kextd_port, bundle_id, bundle_path, &tmpRes);
H A Dkextmanager_mig.defs77 bundle_id : kext_bundle_id_t;
/macosx-10.9.5/configd-596.15/nwi/
H A Dnetwork_information.h176 _nwi_state_ack(nwi_state_t state, const char *bundle_id)
H A Dnetwork_information.c337 _nwi_state_ack(nwi_state_t state, const char *bundle_id) argument
/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo.h119 const char *bundle_id) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
H A Ddnsinfo_copy.c465 _dns_configuration_ack(dns_config_t *config, const char *bundle_id) argument
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp695 const char * bundle_id = bundleID->getCStringNoCopy(); local
699 if (!bundle_id ||
700 (strncmp(bundle_id, COM_APPLE, CONST_STRLEN(COM_APPLE)) != 0)) {
810 const char * bundle_id = bundleID->getCStringNoCopy(); local
814 if (!bundle_id ||
815 (strncmp(bundle_id, COM_APPLE_KEC, CONST_STRLEN(COM_APPLE_KEC)) != 0)) {
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A DOSKextLib.cpp46 kern_return_t OSKextLoadKextWithIdentifier(const char * bundle_id) argument
48 return OSKext::loadKextWithIdentifier(bundle_id);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c152 char * bundle_id = NULL; // must free local
172 bundle_id = createUTF8CStringForCFString(bundleID);
174 if (!bundle_id || !bundle_version) {
179 fprintf(stdout, "%s\t%s\t%s%c", kext_path, bundle_id,
188 SAFE_FREE(bundle_id);
H A Dkextd_request.c93 kext_bundle_id_t bundle_id,
106 bundle_id);
116 bundle_id);
118 kextID = CFStringCreateWithCString(kCFAllocatorDefault, bundle_id,
130 "Kext %s not found for client path request.", bundle_id);
138 "Kext %s found for client path request, but has no URL.", bundle_id);
158 "Returning path %s for identifier %s.", path, bundle_id);
91 _kextmanager_path_for_bundle_id( mach_port_t server, kext_bundle_id_t bundle_id, posix_path_t path, OSReturn * kext_result) argument
H A Dmkextunpack_main.c828 char * bundle_id = NULL; // don't free local
835 switch (getBundleIDAndVersion(kextPlist, i, &bundle_id,
839 fprintf(stdout, "%s - %s (%s)\n", kext_name, bundle_id,
1166 static char bundle_id[KMOD_MAX_NAME]; local
1179 if (!CFStringGetCString(bundleID, bundle_id, sizeof(bundle_id) - 1,
1207 *bundle_id_out = bundle_id;
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConnectionPrivate.h112 @param bundle_id The CFBundleIdentifier of the initiator process.
122 const char *bundle_id) __OSX_AVAILABLE_STARTING(__MAC_10_9,__IPHONE_7_0);
H A DSCNetworkConnection.c1233 const char *bundle_id)
1284 if (bundle_id != NULL) {
1285 connectionPrivate->client_bundle_id = CFStringCreateWithCString(kCFAllocatorDefault, bundle_id, kCFStringEncodingUTF8);
1227 SCNetworkConnectionSetClientAuditInfo(SCNetworkConnectionRef connection, audit_token_t client_audit_token, mach_port_t audit_session, mach_port_t bootstrap_port, pid_t client_pid, const uuid_t uuid, const char *bundle_id) argument

Completed in 148 milliseconds