Home
last modified time | relevance | path

Searched refs:dl_errstr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c41 static char *dl_errstr; variable
62 dl_errstr = "unregistered module"; in dlmopen()
68 dl_errstr = NULL; in dlmopen()
78 dl_errstr = NULL; in dlclose()
90 char *str = dl_errstr; in dlerror()
92 dl_errstr = NULL; in dlerror()
129 dl_errstr = "invalid handle"; in dlsym()
136 dl_errstr = (addr == NULL) ? "symbol not found" : NULL; in dlsym()
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c507 dl_errstr(t_uscalar_t err) in dl_errstr() function
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h1612 extern const char *dl_errstr(t_uscalar_t);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c8135 dl_errstr(dl_err)); in ip_dlpi_error()
8166 reqprim, dl_errstr(dlea->dl_errno), dlea->dl_errno, in ip_rput_dlpi()