Searched refs:d_path (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dofw_disk.c100 if ((dp->d_handle = OF_open(dp->d_path)) == -1)
132 if ((dp->d_handle = OF_open(dp->d_path)) == -1) {
134 dp->d_path);
H A Dlibofw.h37 char d_path[256]; member in union:ofw_devdesc::__anon6131
H A Ddevicename.c115 strcpy(idev->d_path, name);
/freebsd-10.0-release/sys/boot/common/
H A Dmodule.c47 char *d_path; /* path of modules directory */ member in struct:moduledir
701 result = file_lookup(mdp->d_path, name, namelen, extlist);
766 result = file_lookup(mdp->d_path, cp, clen, NULL);
768 result = file_lookup(mdp->d_path, best, blen, NULL);
775 result = file_lookup(mdp->d_path, modname, modnamelen, kld_ext_list);
900 cp = malloc(strlen(mdp->d_path) + strlen(fname) + 2);
903 strcpy(cp, mdp->d_path);
981 if (strlen(mdp->d_path) != cplen || bcmp(cp, mdp->d_path, cplen) != 0)
990 mdp->d_path
[all...]

Completed in 66 milliseconds