HomeSort by: relevance | last modified time | path
    Searched refs:initFunc (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/include/
extension.h 84 InitExtension initFunc;
  /xsrc/external/mit/xorg-server/dist/mi/
miinitext.c 267 if (ext->initFunc != NULL &&
272 (ext->initFunc) ();
315 newext->initFunc = ext[i].initFunc;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Module.h 130 /* This structure is expected to be returned by the initfunc */
177 InitExtension initFunc;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
loadext.c 87 newext->initFunc = e->initFunc;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miinitext.c 537 if (ext->initFunc != NULL &&
539 (ext->initFunc)();

Completed in 45 milliseconds