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

/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c963 static kiconv_mod_list_t module_list[KICONV_MAX_MODULE_ID + 1] = { variable
974 * module_list[] as they are tightly coupled critical sections that need to be
999 count = module_list[mid].refcount;
1076 if (strcmp(module_list[mid].name, info->module_name) == 0)
1088 if (module_list[mid].refcount > 0) {
1147 if (strcmp(module_list[mid].name, info->module_name) == 0)
1158 if (module_list[mid].refcount > 0) {
1230 if (modload("kiconv", module_list[mid].name) < 0)
1252 if (module_list[mid].refcount < UINT_MAX)
1253 module_list[mi
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h45 struct module_list { struct
46 struct module_list *next;
90 struct module_list *head, *tail;

Completed in 60 milliseconds