Searched refs:MODLIST_T (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | _elfedit.h | 128 * MODLIST_T is used to manage module definitions. Note that a simple linked 138 } MODLIST_T; typedef in typeref:struct:moddef_t 145 MODLIST_T *modlist; /* List of loaded commands */ 224 extern MODLIST_T *elfedit_sys_init(elfedit_module_version_t version);
|
H A D | sys.c | 268 MODLIST_T *modlist; 603 MODLIST_T *modlist; 767 MODLIST_T *moddef; 872 MODLIST_T * 1034 static MODLIST_T moddef = {
|
H A D | elfedit.c | 1304 MODLIST_T *m; 1327 * its MODLIST_T structure. *insdef references the predecessor node, or 1334 static MODLIST_T * 1335 module_loaded(const char *name, MODLIST_T **insdef) 1337 MODLIST_T *moddef; 1459 load_module_err(MODLIST_T *moddef, void *dl_hdl, const char *dl_path, 1523 load_module_dlopen(const char *path, MODLIST_T *moddef, int must_exist) 1555 validate_optarg(elfedit_cmd_optarg_t *optarg, int isopt, MODLIST_T *moddef, 1731 MODLIST_T *moddef, *insdef; 1853 MODLIST_T *old_modde [all...] |
Completed in 746 milliseconds