Searched defs:file_lookup (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c675 file_lookup(const char *path, const char *name, int namelen, const char **extlist) function
756 result = file_lookup(mdp->d_path, name, namelen, extlist);
821 result = file_lookup(mdp->d_path, (char *)cp, clen, NULL);
823 result = file_lookup(mdp->d_path, (char *)best, blen, NULL);
830 result = file_lookup(mdp->d_path, modname, modnamelen, kld_ext_list);
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1838 file_lookup(const char *path, const char *name, int namelen) function
1901 result = file_lookup(mdp->d_path, name, namelen);

Completed in 89 milliseconds