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

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

Completed in 81 milliseconds