Searched defs:nexus_path (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dhot.c221 char nexus_path[MAXPATHLEN], *nexus_path_ptr; local
307 (void) strcpy(nexus_path, nexus_path_ptr);
310 " Path %s\n", nexus_path);
313 if ((fd = g_object_open(nexus_path,
322 "\n on loop at: %s\n"), nexus_path);
H A Dmap.c2155 char *char_ptr, *nexus_path; local
2637 if ((err = g_get_nexus_path(drvr_path, &nexus_path)) != 0) {
2644 g_object_open(nexus_path, O_NDELAY | O_RDONLY)) == -1) {
2646 S_FREE(nexus_path);
2656 S_FREE(nexus_path);
2661 S_FREE(nexus_path);
3323 char nexus_path[MAXPATHLEN], *nexus_path_ptr; local
3425 (void) strcpy(nexus_path, nexus_path_ptr);
3429 if ((fd = g_object_open(nexus_path,
3481 (void) strcpy(c1->driver_path, nexus_path);
4558 g_get_nexus_path(char *path_phys, char **nexus_path) argument
[all...]

Completed in 30 milliseconds