Searched refs:d_path (Results 1 – 5 of 5) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | ofw_disk.c | 100 if ((dp->d_handle = OF_open(dp->d_path)) == -1) in ofwd_strategy() 132 if ((dp->d_handle = OF_open(dp->d_path)) == -1) { in ofwd_open() 134 dp->d_path); in ofwd_open()
|
| H A D | libofw.h | 37 char d_path[256]; member
|
| H A D | devicename.c | 115 strcpy(idev->d_path, name); in ofw_parsedev()
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | module.c | 47 char *d_path; /* path of modules directory */ member 857 result = file_lookup(mdp->d_path, name, namelen, extlist); in file_search() 922 result = file_lookup(mdp->d_path, (char *)cp, clen, NULL); in mod_search_hints() 924 result = file_lookup(mdp->d_path, (char *)best, blen, NULL); in mod_search_hints() 931 result = file_lookup(mdp->d_path, modname, modnamelen, kld_ext_list); in mod_search_hints() 1058 cp = malloc(strlen(mdp->d_path) + strlen(fname) + 2); in moduledir_fullpath() 1061 strcpy(cp, mdp->d_path); in moduledir_fullpath() 1139 if (strlen(mdp->d_path) != cplen || bcmp(cp, mdp->d_path, cplen) != 0) in moduledir_rebuild() 1148 mdp->d_path = (char*)(mdp + 1); in moduledir_rebuild() 1149 bcopy(cp, mdp->d_path, cplen); in moduledir_rebuild() [all …]
|
| /titanic_53/usr/src/common/ficl/emu/ |
| H A D | loader_emu.c | 64 char *d_path; /* path of modules directory */ member 1800 if (strlen(mdp->d_path) != cplen || in moduledir_rebuild() 1801 bcmp(cp, mdp->d_path, cplen) != 0) in moduledir_rebuild() 1810 mdp->d_path = (char *)(mdp + 1); in moduledir_rebuild() 1811 bcopy(cp, mdp->d_path, cplen); in moduledir_rebuild() 1812 mdp->d_path[cplen] = 0; in moduledir_rebuild() 1902 result = file_lookup(mdp->d_path, name, namelen); in file_search()
|