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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c539 static const char *etm_dl_path = "libds.so.1"; variable
3616 if ((etm_dl_hdl = dlopen(etm_dl_path, etm_dl_mode)) == NULL) {
3617 fmd_hdl_debug(hdl, "error: failed to dlopen %s\n", etm_dl_path);

Completed in 51 milliseconds