Lines Matching defs:path
198 exit(_error(NULL, "invalid root path for option"));
260 "invalid device path specified\n",
325 char *path;
327 if ((path = di_devfs_path(node)) == NULL)
330 if (strcmp(opts.o_devices_path, path) == 0) {
331 di_devfs_path_free(path);
336 di_devfs_path_free(path);
740 char *path = di_devfs_path(node);
741 dprintf("Dump node %s\n", path);
742 di_devfs_path_free(path);
1054 /* It is not really a path if we failed to capture the pHCI */
1059 /* Print header for the first path */
1068 * Print the path instance and full "pathinfo" path, which is
1069 * the same as the /devices devifo path had the device been
1085 /* print phci driver, instance, and path state information */
1108 char *path, *type;
1111 /* get the path to the device and the minor node name */
1112 if ((path = di_devfs_minor_path(minor)) == NULL)
1115 /* display the path to this minor node */
1117 (void) printf("dev_path=%s\n", path);
1147 (void) di_devlink_walk(devlink_hdl, NULL, path,
1151 di_devfs_path_free(path);
1241 char *name, *path;
1296 * pathing information so display the path to device node.
1299 if ((path = di_devfs_path(node)) == NULL)
1303 (void) printf("dev_path=%s\n", path);
1304 di_devfs_path_free(path);
1425 /* display device minor node path info */
1707 "Error copying fb path to userland\n");