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

/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c489 char inq_path[MAXNAMELEN], *ptr = NULL; local
541 (void) strcpy(inq_path, argv[path_index]);
542 if (((ptr = strstr(inq_path, ",")) != NULL) &&
555 if ((err = l_convert_name(inq_path, &path_phys,
H A Dg_adm.c269 char inq_path[MAXNAMELEN]; local
278 (void) strcpy(inq_path, argv[path_index]);
279 if (((ptr = strstr(inq_path, ",")) != NULL) &&
292 if ((err = l_convert_name(inq_path, &path_phys,
553 char ses_path[MAXPATHLEN], inq_path[MAXNAMELEN]; local
564 (void) strcpy(inq_path, argv[path_index]);
565 if (((ptr = strstr(inq_path, ",")) != NULL) &&
579 if ((err = l_convert_name(inq_path, &path_phys,

Completed in 75 milliseconds