Searched refs:d_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/stand/common/ |
| H A D | module.c | 48 char *d_path; /* path of modules directory */ member 815 result = file_lookup(mdp->d_path, name, namelen, extlist); in file_search() 880 result = file_lookup(mdp->d_path, (const char *)cp, clen, NULL); in mod_search_hints() 882 result = file_lookup(mdp->d_path, (const char *)best, blen, NULL); in mod_search_hints() 889 result = file_lookup(mdp->d_path, modname, modnamelen, kld_ext_list); in mod_search_hints() 1014 cp = malloc(strlen(mdp->d_path) + strlen(fname) + 2); in moduledir_fullpath() 1017 strcpy(cp, mdp->d_path); in moduledir_fullpath() 1095 if (strlen(mdp->d_path) != cplen || bcmp(cp, mdp->d_path, cplen) != 0) in moduledir_rebuild() 1104 mdp->d_path = (char*)(mdp + 1); in moduledir_rebuild() 1105 bcopy(cp, mdp->d_path, cplen); in moduledir_rebuild() [all …]
|
| /freebsd-12.1/stand/ofw/libofw/ |
| H A D | ofw_disk.c | 101 if ((dp->d_handle = OF_open(dp->d_path)) == -1) in ofwd_strategy() 133 if ((dp->d_handle = OF_open(dp->d_path)) == -1) { in ofwd_open() 135 dp->d_path); in ofwd_open()
|
| H A D | libofw.h | 35 char d_path[256]; member
|
| H A D | devicename.c | 115 strcpy(idev->d_path, name); in ofw_parsedev()
|