Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dmodule.c943 file_lookup(const char *path, const char *name, int namelen, in file_lookup() function
1025 result = file_lookup(mdp->d_path, name, namelen, extlist); in file_search()
1092 result = file_lookup(mdp->d_path, (char *)cp, clen, NULL); in mod_search_hints()
1094 result = file_lookup(mdp->d_path, (char *)best, blen, NULL); in mod_search_hints()
1101 result = file_lookup(mdp->d_path, modname, modnamelen, in mod_search_hints()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1817 file_lookup(const char *path, const char *name, int namelen) in file_lookup() function
1880 result = file_lookup(mdp->d_path, name, namelen); in file_search()