Home
last modified time | relevance | path

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; in krb5int_open_plugin() local
151 pluginBundle = CFBundleCreate (kCFAllocatorDefault, pluginURL); in krb5int_open_plugin()
152 if (pluginBundle == NULL) { err = ENOENT; } /* XXX need better error */ in krb5int_open_plugin()
156 if (!CFBundleIsExecutableLoaded (pluginBundle)) { in krb5int_open_plugin()
157 int loaded = CFBundleLoadExecutable (pluginBundle); in krb5int_open_plugin()
164 htmp->bundle = pluginBundle; in krb5int_open_plugin()
165 pluginBundle = NULL; /* htmp->bundle takes ownership */ in krb5int_open_plugin()
168 if (pluginBundle != NULL) { CFRelease (pluginBundle); } in krb5int_open_plugin()