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

/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c52 void *dl_hdl; local
95 dl_hdl = dlopen(engine_lib,
97 if (dl_hdl == NULL) {
106 init = (libscsi_engine_init_f)dlsym(dl_hdl, init_name);
112 (void) dlclose(dl_hdl);
116 (void) dlclose(dl_hdl);
123 (void) dlclose(dl_hdl);
132 (void) dlclose(dl_hdl);
136 eip->lsei_dl_hdl = dl_hdl;
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1309 printf(" hdl: %llx\n", m->dl_hdl);
1442 * dl_hdl - NULL, or a handle to a sharable object to release via
1444 * dl_path - If dl_hdl is non-NULL, the path to the sharable object
1459 load_module_err(MODLIST_T *moddef, void *dl_hdl, const char *dl_path, argument
1497 if ((dl_hdl != NULL) && (dlclose(dl_hdl) != 0))
1557 void *dl_hdl, const char *dl_path)
1581 load_module_err(moddef, dl_hdl, dl_path,
1692 load_module_err(moddef, dl_hdl, dl_path, MSG_INTL(errmsg),
1859 * These have a NULL dl_hdl fiel
1555 validate_optarg(elfedit_cmd_optarg_t *optarg, int isopt, MODLIST_T *moddef, const char *mod_name, const char *cmd_name, void *dl_hdl, const char *dl_path) argument
[all...]

Completed in 83 milliseconds