Searched refs:moddef (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1337 MODLIST_T *moddef; local
1341 moddef = state.modlist;
1342 if (moddef != NULL) {
1343 cmp = strcasecmp(name, moddef->ml_mod->mod_name);
1345 return (moddef);
1347 *insdef = moddef;
1348 moddef = moddef->ml_next;
1350 while (moddef && (cmp < 0)) {
1351 cmp = strcasecmp(moddef
1459 load_module_err(MODLIST_T *moddef, void *dl_hdl, const char *dl_path, const char *format, const char *s1, const char *s2, const char *s3, const char *s4) argument
1523 load_module_dlopen(const char *path, MODLIST_T *moddef, int must_exist) argument
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
1731 MODLIST_T *moddef, *insdef; local
1925 MODLIST_T *moddef, *insdef; local
[all...]
H A Dsys.c767 MODLIST_T *moddef; local
794 for (moddef = state.modlist; moddef != NULL;
795 moddef = moddef->ml_next)
796 if (moddef->ml_dl_hdl != NULL) break;
799 if (moddef == NULL)
802 elfedit_unload_module(moddef->ml_mod->mod_name);
1034 static MODLIST_T moddef = { local
1041 return (&moddef);
[all...]

Completed in 41 milliseconds