Home
last modified time | relevance | path

Searched refs:d_path (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/libofw/
H A Dofw_disk.c105 if ((dp->d_handle = OF_open(dp->d_path)) == -1) in ofwd_strategy()
137 if ((dp->d_handle = OF_open(dp->d_path)) == -1) { in ofwd_open()
139 dp->d_path); in ofwd_open()
203 kdp->d_path, n, block_size, n * block_size); in ofwd_print()
228 return (dev->d_path); in ofwd_fmtdev()
H A Ddevicename.c106 strlcpy(idev->d_path, devspec, min(rem_path - devspec + 1, in ofw_common_parsedev()
107 sizeof(idev->d_path))); in ofw_common_parsedev()
H A Dlibofw.h36 char d_path[256]; member
H A Dofw_net.c324 return (dev->d_path); in ofwnd_fmtdev()
/freebsd/stand/common/
H A Dmodule.c51 char *d_path; /* path of modules directory */ member
1150 result = file_lookup(mdp->d_path, name, namelen, extlist); in file_search()
1215 result = file_lookup(mdp->d_path, (const char *)cp, clen, NULL); in mod_search_hints()
1217 result = file_lookup(mdp->d_path, (const char *)best, blen, NULL); in mod_search_hints()
1224 result = file_lookup(mdp->d_path, modname, modnamelen, kld_ext_list); in mod_search_hints()
1685 cp = malloc(strlen(mdp->d_path) + strlen(fname) + 2); in moduledir_fullpath()
1688 strcpy(cp, mdp->d_path); in moduledir_fullpath()
1764 if (strlen(mdp->d_path) != cplen || bcmp(cp, mdp->d_path, cplen) != 0) in moduledir_rebuild()
1773 mdp->d_path = (char*)(mdp + 1); in moduledir_rebuild()
1774 bcopy(cp, mdp->d_path, cplen); in moduledir_rebuild()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c1074 path_ptr = d_path(path, path_buffer, len); in get_root_path()