Searched refs:nexus_path_ptr (Results 1 – 3 of 3) sorted by relevance
221 char nexus_path[MAXPATHLEN], *nexus_path_ptr; in g_force_lip() local304 &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()
3324 char nexus_path[MAXPATHLEN], *nexus_path_ptr; in g_rdls() local3423 &nexus_path_ptr)) != 0) { in g_rdls()3426 (void) strcpy(nexus_path, nexus_path_ptr); in g_rdls()3427 g_destroy_data(nexus_path_ptr); in g_rdls()
5499 char *nexus_path_ptr = NULL; in adm_port_offline_online() local5520 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()