Searched defs:dl_errstr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c43 static char *dl_errstr; variable
64 dl_errstr = "unregistered module";
70 dl_errstr = NULL;
80 dl_errstr = NULL;
92 char *str = dl_errstr;
94 dl_errstr = NULL;
131 dl_errstr = "invalid handle";
138 dl_errstr = (addr == NULL) ? "symbol not found" : NULL;
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c507 dl_errstr(t_uscalar_t err) function

Completed in 60 milliseconds