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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c136 CFBundleRef pluginBundle = NULL; local
151 pluginBundle = CFBundleCreate (kCFAllocatorDefault, pluginURL);
152 if (pluginBundle == NULL) { err = ENOENT; } /* XXX need better error */
156 if (!CFBundleIsExecutableLoaded (pluginBundle)) {
157 int loaded = CFBundleLoadExecutable (pluginBundle);
164 htmp->bundle = pluginBundle;
165 pluginBundle = NULL; /* htmp->bundle takes ownership */
168 if (pluginBundle != NULL) { CFRelease (pluginBundle); }

Completed in 56 milliseconds