Home
last modified time | relevance | path

Searched refs:FindModule (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloadmod.c71 static char *FindModule(const char *, const char *, PatternPtr);
329 FindModule(const char *module, const char *dirname, PatternPtr patterns) in FindModule() function
734 found = FindModule(m, *path_elem, patterns); in LoadModule()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog82665 FindModule: stop copying const char *dirname to char *dirpath
82668 into the helper function, leaving FindModule just copying the pointer