Searched refs:dlopen (Results 1 - 25 of 85) sorted by relevance

1234

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgetuid.c54 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) ||
/osnet-11/usr/src/lib/libdll/common/
H A Ddllopen.c31 * dlopen() wrapper that properly initializes LIBPATH
72 dll = dlopen(path, mode);
83 * dlopen() wrapper -- waiting for prestidigitaions
90 return dlopen(name, mode);
H A Ddlfcn.c22 * provide dlopen/dlsym/dlerror interface
67 extern void* dlopen(const char* path, int mode) function
133 extern void* dlopen(const char* path, int mode) function
277 extern void* dlopen(const char* path, int mode) function
363 extern void* dlopen(const char* path, int mode) function
506 extern void* dlopen(const char* path, int mode) function
/osnet-11/usr/src/lib/libast/common/stdio/
H A D_stdfun.c68 bp = dlopen("/usr/bin/stdio.dll", 0);
72 if (!np && !(np = dlopen("/sys/msvcrt.dll", 0)))
/osnet-11/usr/src/lib/libumem/common/
H A Dinit_lib.c41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD);
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_utils.c437 libptr = dlopen(ZONECFG_LIBRARY, RTLD_NOW|RTLD_GLOBAL);
440 libptr = dlopen(ZONECFG1_LIBRARY, RTLD_NOW|RTLD_GLOBAL);
457 libptr = dlopen(CONTRACT_LIBRARY, RTLD_NOW|RTLD_GLOBAL);
461 libptr = dlopen(CONTRACT1_LIBRARY, RTLD_NOW|RTLD_GLOBAL);
488 libptr = dlopen(BRAND_LIBRARY, RTLD_NOW|RTLD_GLOBAL);
491 libptr = dlopen(BRAND1_LIBRARY, RTLD_NOW|RTLD_GLOBAL);
/osnet-11/usr/src/lib/libsasl/
H A DMakefile.com29 common.o config.o dlopen.o external.o \
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_deffinder.c31 * At present there is a single finder that uses dlopen() to do its thing.
34 * === and one that does dlopen(0) to check in the executable
76 if ((dlhandle = dlopen(name, RTLD_LAZY)) != 0) {
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_osd.c145 if (NULL != (library_handle = dlopen(library_path, RTLD_NOW))) {
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c99 * is to dlopen the needed shared objects and grab the symbols with dlsym.
127 if ((dh = dlopen(LIBGSS, RTLD_NOLOAD)) == NULL) {
164 if ((dh = dlopen(MECHDH, RTLD_LAZY)) != NULL) {
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_libssl_setup.c121 dldesc = dlopen(LIBSSL, RTLD_LAZY);
191 dldesc = dlopen(LIBCRYPTO, RTLD_LAZY);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_rtld.c73 if ((dlp = dlopen(mod->tm_path, RTLD_LOCAL | RTLD_NOW)) == NULL) {
75 "dlopen() failed: %s\n", dlerror());
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dsdssc_bind.c151 if ((dp = dlopen(SDSSC_PATH, RTLD_LAZY)) == NULL) {
H A Dmeta_se_notify.c246 se_handle = dlopen("/usr/lib/libsysevent.so.1", RTLD_LAZY);
261 nv_handle = dlopen("/usr/lib/libnvpair.so.1", RTLD_LAZY);
/osnet-11/usr/src/lib/libcmd/common/
H A Dcmd.h120 if (dll = dlopen(NiL, RTLD_LAZY))
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c149 if ((lh = dlopen("libzfs.so", RTLD_NOW)) == NULL) {
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_template.c103 void *dlhandle = dlopen(0, RTLD_NOLOAD);
105 syslog(LOG_ERR, "dh: Could not dlopen "
107 "dlopen returned %s", remote, dlerror());
/osnet-11/usr/src/lib/efcode/engine/
H A Dextend.c43 pl = dlopen(name, mode);
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Duadmin.c56 void *scf_handle = dlopen("libscf.so.1", RTLD_LAZY);
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_mt.c117 dlopen(NSS_DNS_LIBRESOLV, RTLD_LAZY|RTLD_GLOBAL)) != 0) {
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c105 * - attempt to dlopen() the suncluster shared libraries we need
166 * Try and dlopen the various libraries that we need
169 libscconf = dlopen(scconf, RTLD_LAZY | RTLD_GLOBAL);
173 libscstat = dlopen(scstat, RTLD_LAZY | RTLD_GLOBAL);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A Ddl_dlopen.xs3 * Platform: SunOS/Solaris, possibly others which use dlopen.
13 * 29th Feburary 2000 - Alan Burlison: Added functionality to close dlopen'd
27 dlopen
30 dlopen(path, mode)
49 dlopen and closes the associated dynamic object file. It returns zero
60 Takes the handle returned from dlopen and the name of a symbol to
71 that occurred with either dlopen or dlsym. After each call to
107 linker functions dlopen & dlsym both return NULL on error every call
110 RETVAL = dlopen(filename, 1) ;
191 handle = dlopen(filenam
[all...]
/osnet-11/usr/src/lib/libcmd/amd64/include/ast/
H A Dcmd.h129 if (dll = dlopen(NiL, RTLD_LAZY))
/osnet-11/usr/src/lib/libcmd/i386/include/ast/
H A Dcmd.h129 if (dll = dlopen(NiL, RTLD_LAZY))
/osnet-11/usr/src/lib/libcmd/sparc/include/ast/
H A Dcmd.h129 if (dll = dlopen(NiL, RTLD_LAZY))

Completed in 75 milliseconds

1234