Searched defs:dlerror (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c90 dlerror(void) function
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c147 char *dlerror() function
224 dlerror());
417 "unable to dlopen %s: %s", file, dlerror());
420 "unable to dlopen %s: %s", file, dlerror());
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c22 * provide dlopen/dlsym/dlerror interface
99 extern char* dlerror(void) function
255 extern char* dlerror(void) function
301 extern char* dlerror(void) function
490 extern char* dlerror(void) function
524 extern char* dlerror(void) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c94 #pragma weak _dlerror = dlerror
97 * External entry for dlerror(3dl). Returns a pointer to the string describing
101 dlerror() function
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c2610 int dlerror = 0; local
2620 dlerror = DL_BADPRIM;
2625 dlerror = DL_OUTSTATE;
2631 dlerror = DL_BADPPA;
2651 dlerror = DL_SYSERR;
2660 dlerror = DL_SYSERR;
2667 dlerror = DL_SYSERR;
2699 dlerror = DL_SYSERR;
2710 if (dlerror == 0) {
2718 dlerrorack(wq, mp, DL_ATTACH_REQ, dlerror, statu
[all...]

Completed in 78 milliseconds