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

/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp82 static module * g_modules = NULL; variable
166 m = g_modules;
479 m->next = g_modules;
480 g_modules = m;
502 m = g_modules;
512 g_modules = tmp->next;
570 // remove the modules coming from this module addon from g_modules list
572 m = g_modules;
582 g_modules = tmp->next;
772 m = g_modules;
[all...]

Completed in 27 milliseconds