Home
last modified time | relevance | path

Searched refs: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; in g_force_lip() local
304 &nexus_path_ptr)) != 0) in g_force_lip()
307 (void) strcpy(nexus_path, nexus_path_ptr); in g_force_lip()
308 (void) g_destroy_data(nexus_path_ptr); in g_force_lip()
H A Dmap.c3325 char nexus_path[MAXPATHLEN], *nexus_path_ptr; in g_rdls() local
3424 &nexus_path_ptr)) != 0) { in g_rdls()
3427 (void) strcpy(nexus_path, nexus_path_ptr); in g_rdls()
3428 g_destroy_data(nexus_path_ptr); in g_rdls()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c5499 char *nexus_path_ptr = NULL; in adm_port_offline_online() local
5520 if ((err = g_get_nexus_path(path_phys, &nexus_path_ptr)) != 0) { in adm_port_offline_online()
5527 if ((err = g_port_offline(nexus_path_ptr))) { in adm_port_offline_online()
5528 (void) print_errString(err, nexus_path_ptr); in adm_port_offline_online()
5534 nexus_path_ptr); in adm_port_offline_online()
5536 if ((err = g_port_online(nexus_path_ptr))) { in adm_port_offline_online()
5537 (void) print_errString(err, nexus_path_ptr); in adm_port_offline_online()
5543 nexus_path_ptr); in adm_port_offline_online()
5555 free(nexus_path_ptr); in adm_port_offline_online()