Lines Matching refs:nexus_path
868 char *nexus_path = di_devfs_minor_path(minor);
870 if (nexus_path == NULL) {
882 ((strstr(nexus_path, pathname) != nexus_path) ||
883 (strlen(nexus_path) !=
885 di_devfs_path_free(nexus_path);
889 if ((fd = open_node(nexus_path, walk_args_p->input_args_p)) >= 0) {
892 if ((trunc = strstr(nexus_path, PCI_MINOR_REG)) != NULL) {
901 "**********\n", nexus_path);
912 nexus_path, strerror(errno));
917 di_devfs_path_free(nexus_path);