Searched refs:inq_path (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/luxadm/ |
H A D | hotplug.c | 489 char inq_path[MAXNAMELEN], *ptr = NULL; in hotplug() local 541 (void) strcpy(inq_path, argv[path_index]); in hotplug() 542 if (((ptr = strstr(inq_path, ",")) != NULL) && in hotplug() 555 if ((err = l_convert_name(inq_path, &path_phys, in hotplug()
|
H A D | g_adm.c | 269 char inq_path[MAXNAMELEN]; in adm_inquiry() local 278 (void) strcpy(inq_path, argv[path_index]); in adm_inquiry() 279 if (((ptr = strstr(inq_path, ",")) != NULL) && in adm_inquiry() 292 if ((err = l_convert_name(inq_path, &path_phys, in adm_inquiry() 553 char ses_path[MAXPATHLEN], inq_path[MAXNAMELEN]; in adm_display_config() local 564 (void) strcpy(inq_path, argv[path_index]); in adm_display_config() 565 if (((ptr = strstr(inq_path, ",")) != NULL) && in adm_display_config() 579 if ((err = l_convert_name(inq_path, &path_phys, in adm_display_config()
|