Searched refs:submod (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 756 ModuleDescPtr submod; local in function:LoadSubModule 772 submod = doLoadModule(module, NULL, subdirlist, patternlist, options, 774 if (submod && submod != (ModuleDescPtr) 1) { 775 parent->child = AddSibling(parent->child, submod); 776 submod->parent = parent; 778 return submod;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 574 ModuleDescPtr submod; local in function:LoadSubModule 589 submod = LoadModule(module, options, modreq, errmaj); 590 if (submod && submod != (ModuleDescPtr) 1) { 591 parent->child = AddSibling(parent->child, submod); 592 submod->parent = parent; 594 return submod;
|
Completed in 4 milliseconds