Home
last modified time | relevance | path

Searched refs:bundle_id (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libsa/
H A Dbootstrap.cpp532 const char * bundle_id = bundleID->getCStringNoCopy(); in loadSecurityExtensions() local
536 if (!bundle_id || in loadSecurityExtensions()
537 (strncmp(bundle_id, COM_APPLE, CONST_STRLEN(COM_APPLE)) != 0)) { in loadSecurityExtensions()
636 const char * bundle_id = bundleID->getCStringNoCopy(); in loadKernelExternalComponents() local
640 if (!bundle_id || in loadKernelExternalComponents()
641 (strncmp(bundle_id, COM_APPLE_KEC, CONST_STRLEN(COM_APPLE_KEC)) != 0)) { in loadKernelExternalComponents()
/xnu-11215/libkern/
H A DOSKextLib.cpp49 OSKextLoadKextWithIdentifier(const char * bundle_id) in OSKextLoadKextWithIdentifier() argument
51 return OSKext::loadKextWithIdentifier(bundle_id); in OSKextLoadKextWithIdentifier()
/xnu-11215/bsd/netinet/
H A Din_pcb.c1474 const char *__null_terminated bundle_id = cs_identity_get(proc); in apn_fallback_required() local
1475 if (bundle_id == NULL || in apn_fallback_required()
1476 bundle_id[0] == '\0' || in apn_fallback_required()
1477 strchr(bundle_id, '.') == NULL || in apn_fallback_required()
1478 strlcmp("com.apple.", bundle_id, sizeof("com.apple.") - 1) == 0) { in apn_fallback_required()
1480 "party bundle ID \"%s\"!\n", (bundle_id ? bundle_id : "NULL"))); in apn_fallback_required()