Searched refs:dlerr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c344 char *dlerr; local
360 dlerr = dlerror();
363 (dlerr ? dlerr : "unknown DL error"));
373 dlerr = dlerror();
376 (dlerr ? dlerr : "unknown DL error"));
383 dlerr = dlerror();
386 (dlerr ? dlerr
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c5109 int dlerr = GLDE_OK; local
5141 dlerr = DL_UNSUPPORTED; /* this is an error */
5162 dlerr = DL_UNSUPPORTED; /* this is an error */
5167 dlerr = DL_NOTENAB;
5177 dlerr = DL_NOTENAB;
5185 dlerr = DL_NOTENAB;
5195 if (dlerr != GLDE_OK) {
5197 return (dlerr);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3121 char dlerr[DLADM_STRSIZE]; local
3131 dladm_status2str(dlstatus, dlerr));
3139 dladm_status2str(dlstatus, dlerr));

Completed in 82 milliseconds