Searched defs:nexus_path_ptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c221 char nexus_path[MAXPATHLEN], *nexus_path_ptr; local
304 &nexus_path_ptr)) != 0)
307 (void) strcpy(nexus_path, nexus_path_ptr);
308 (void) g_destroy_data(nexus_path_ptr);
H A Dmap.c3324 char nexus_path[MAXPATHLEN], *nexus_path_ptr; local
3423 &nexus_path_ptr)) != 0) {
3426 (void) strcpy(nexus_path, nexus_path_ptr);
3427 g_destroy_data(nexus_path_ptr);
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c5499 char *nexus_path_ptr = NULL; local
5520 if ((err = g_get_nexus_path(path_phys, &nexus_path_ptr)) != 0) {
5527 if ((err = g_port_offline(nexus_path_ptr))) {
5528 (void) print_errString(err, nexus_path_ptr);
5534 nexus_path_ptr);
5536 if ((err = g_port_online(nexus_path_ptr))) {
5537 (void) print_errString(err, nexus_path_ptr);
5543 nexus_path_ptr);
5555 free(nexus_path_ptr);

Completed in 65 milliseconds