Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c43 static char *dl_errstr; variable
64 dl_errstr = "unregistered module"; in dlmopen()
70 dl_errstr = NULL; in dlmopen()
80 dl_errstr = NULL; in dlclose()
92 char *str = dl_errstr; in dlerror()
94 dl_errstr = NULL; in dlerror()
131 dl_errstr = "invalid handle"; in dlsym()
138 dl_errstr = (addr == NULL) ? "symbol not found" : NULL; in dlsym()
/titanic_41/usr/src/uts/common/io/
H A Dsundlpi.c507 dl_errstr(t_uscalar_t err) in dl_errstr() function
/titanic_41/usr/src/uts/common/sys/
H A Ddlpi.h1634 extern const char *dl_errstr(t_uscalar_t);
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c8082 dl_errstr(dl_err)); in ip_dlpi_error()
8113 reqprim, dl_errstr(dlea->dl_errno), dlea->dl_errno, in ip_rput_dlpi()