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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DModule.c141 ptr->mod_load_lst =
142 xf86addNewLoadDirective (ptr->mod_load_lst, val.str,
155 ptr->mod_load_lst =
156 xf86addNewLoadDirective (ptr->mod_load_lst, val.str,
162 ptr->mod_load_lst =
163 xf86parseModuleSubSection (ptr->mod_load_lst, val.str);
193 for (lptr = ptr->mod_load_lst; lptr; lptr = lptr->list.next)
259 lptr = ptr->mod_load_lst;
H A Dxf86Parser.h101 XF86LoadPtr mod_load_lst; member in struct:__anond430d9490308
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DModule.c137 ptr->mod_load_lst =
138 xf86addNewLoadDirective(ptr->mod_load_lst, xf86_lex_val.str,
151 ptr->mod_load_lst =
152 xf86addNewLoadDirective(ptr->mod_load_lst, xf86_lex_val.str,
158 ptr->mod_load_lst =
159 xf86parseModuleSubSection(ptr->mod_load_lst, xf86_lex_val.str);
189 for (lptr = ptr->mod_load_lst; lptr; lptr = lptr->list.next) {
256 lptr = ptr->mod_load_lst;
H A Dxf86Parser.h95 XF86LoadPtr mod_load_lst; member in struct:__anon01ede9dc0308
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Extensions.c98 nt_list_for_each_entry(modp, mod_con->mod_load_lst, list.next) {
H A Dxf86Configure.c429 ptr->mod_load_lst = (XF86LoadPtr) xf86addListItem((glp) ptr->
430 mod_load_lst,
H A Dxf86Config.c286 * loaded, make sure it's in the mod_load_lst. If it's not, make
288 * append it to mod_load_lst
298 modp = xf86configptr->conf_modules->mod_load_lst;
350 modp = xf86configptr->conf_modules->mod_load_lst;
368 modp = xf86configptr->conf_modules->mod_load_lst;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Configure.c418 ptr->mod_load_lst = (XF86LoadPtr)xf86addListItem(
419 (glp)ptr->mod_load_lst, (glp)module);
H A Dxf86Config.c281 * loaded, make sure it's in the mod_load_lst. If it's not, make
283 * append it to mod_load_lst
291 modp = xf86configptr->conf_modules->mod_load_lst;
331 modp = xf86configptr->conf_modules->mod_load_lst;
349 modp = xf86configptr->conf_modules->mod_load_lst;

Completed in 16 milliseconds