Searched refs:d_path (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/stand/boot/common/ |
| HD | module.c | 49 char *d_path; /* path of modules directory */ member 764 result = file_lookup(mdp->d_path, name, namelen, extlist); in file_search() 829 result = file_lookup(mdp->d_path, cp, clen, NULL); in mod_search_hints() 831 result = file_lookup(mdp->d_path, best, blen, NULL); in mod_search_hints() 838 result = file_lookup(mdp->d_path, modname, modnamelen, kld_ext_list); in mod_search_hints() 971 cp = malloc(strlen(mdp->d_path) + strlen(fname) + 2); in moduledir_fullpath() 974 strcpy(cp, mdp->d_path); in moduledir_fullpath() 1052 if (strlen(mdp->d_path) != cplen || bcmp(cp, mdp->d_path, cplen) != 0) in moduledir_rebuild() 1061 mdp->d_path = (char*)(mdp + 1); in moduledir_rebuild() 1062 bcopy(cp, mdp->d_path, cplen); in moduledir_rebuild() [all …]
|