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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_deffinder.c68 void *dlhandle; local
76 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) {
78 if ((sym = dlsym(dlhandle, name)) == 0) {
79 (void) dlclose(dlhandle);
81 *delete_privp = dlhandle;
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_common.c50 void *dlhandle; local
H A Ddh_template.c103 void *dlhandle = dlopen(0, RTLD_NOLOAD); local
104 if (dlhandle == 0) {
110 dlsym(dlhandle, NIS_SYMBOL);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_plugin.c72 void *dlhandle; local
74 if ((dlhandle = dlopen(path, RTLD_FIRST|RTLD_LAZY)) == NULL) {
80 pi_ops = (sa_plugin_ops_t *)dlsym(dlhandle, "sa_plugin_ops");
84 (void) dlclose(dlhandle);
91 (void) dlclose(dlhandle);
98 (void) dlclose(dlhandle);
120 (void) dlclose(dlhandle);
129 (void) dlclose(dlhandle);
140 plugin->pi_hdl = dlhandle;
/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c322 void *dlhandle; local
353 if ((dlhandle = dlopen(path, RTLD_FIRST|RTLD_LAZY)) == NULL)
357 dlsym(dlhandle, "rp_plugin_ops");
362 (void) dlclose(dlhandle);
368 (void) dlclose(dlhandle);
377 proto->plugin_handle = dlhandle;
/osnet-11/usr/src/lib/libc/port/sys/
H A Dzone.c157 void *dlhandle = dlopen("libzonecfg.so.1", RTLD_LAZY); local
160 if (dlhandle != NULL &&
161 (sym = dlsym(dlhandle, "zone_get_id")) == NULL) {
163 (void) dlclose(dlhandle);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c79 void *dlhandle; member in struct:plugin_file_handle
285 htmp->dlhandle = handle;
338 if (!err && !sym && (h->dlhandle != NULL)) {
341 sym = dlsym (h->dlhandle, csymname);
416 if (h->dlhandle != NULL) { dlclose(h->dlhandle); }
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c194 void *dlhandle = dlopen("libzonecfg.so.1", RTLD_LAZY); local
196 if (dlhandle != NULL &&
197 (sym = dlsym(dlhandle, "zone_get_zonepath")) == NULL) {
199 (void) dlclose(dlhandle);
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm.c912 void *dlhandle = NULL; local
930 if ((dlhandle = dlopen(modpath, RTLD_LAZY)) != NULL) {
931 return (dlhandle);
949 rcm_module_close(void *dlhandle) argument
951 if (dlclose(dlhandle) == 0)
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1747 void *dlhandle = NULL; local
1776 dlhandle = dlopen(lib, RTLD_LAZY);
1777 if (dlhandle != NULL) {
1792 dlhandle = dlopen(lib, RTLD_LAZY);
1793 if (dlhandle != NULL) {
1807 dlhandle = dlopen(lib, RTLD_LAZY);
1808 if (dlhandle != NULL) {
1822 dlhandle = dlopen(lib, RTLD_LAZY);
1823 if (dlhandle != NULL) {
1835 (void) dlclose(dlhandle);
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c1711 void *dlhandle; local
1715 if ((dlhandle = dlopen("libzonecfg.so.1", RTLD_LAZY)) == NULL)
1718 if ((sym = dlsym(dlhandle, "zone_get_devroot")) == NULL) {
1719 (void) dlclose(dlhandle);
1727 (void) dlclose(dlhandle);

Completed in 82 milliseconds