Lines Matching defs:path
157 * e.g. the bus id for this path:
259 "Error: Could not get /devices path to FC100/P,"
642 /* Verify the path is valid */
661 * traverse the path(s)
746 * Copy boot device path to bootpath. First remove leading
747 * path junk (../../..) then if it's an ifp device, chop off
748 * the disk and add the devctl to the end of the path.
967 * device path to the device we will be downloading the fcode onto
1057 char phys_path[PATH_MAX], *path;
1106 "Error: Could not get /devices path to "
1190 path = di_devfs_path(sib_node);
1192 (void) strncat(phys_path, path, strlen(path));
1193 di_devfs_path_free(path);