Home
last modified time | relevance | path

Searched refs:temp2path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c506 char temp2path[MAXPATHLEN]; in hotplug() local
608 (void) strcpy(temp2path, path_phys); in hotplug()
609 if (err = g_get_pathlist(temp2path, &pathlist)) { in hotplug()
637 (void) strcpy(temp2path, in hotplug()
642 (void) strcpy(temp2path, in hotplug()
646 (void) strcpy(temp2path, in hotplug()
650 (void) strcat(temp2path, FC_CTLR); in hotplug()
652 (void) strcpy(temp2path, path_phys); in hotplug()
655 if ((err = g_get_dev_map(temp2path, &map, verbose_flag)) in hotplug()
H A Dg_adm.c2924 char temp2path[MAXPATHLEN]; in dump_map() local
2949 (void) strcpy(temp2path, path_phys); in dump_map()
2950 if (err = g_get_pathlist(temp2path, &pathlist)) { in dump_map()
2978 (void) strcpy(temp2path, in dump_map()
2983 (void) strcpy(temp2path, in dump_map()
2987 (void) strcpy(temp2path, in dump_map()
2991 (void) strcat(temp2path, FC_CTLR); in dump_map()
2993 (void) strcpy(temp2path, path_phys); in dump_map()
2996 if ((dev_type = g_get_path_type(temp2path)) == 0) { in dump_map()
3002 if ((map_root = g_dev_map_init(temp2path, &err, in dump_map()