Searched refs:found_udi (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1309 char *found_udi; local
1315 found_udi = NULL;
1338 found_udi = strdup (storage_udi);
1342 found_udi = strdup (udi);
1350 if (found_udi != NULL)
1351 result = libhal_drive_from_udi (hal_ctx, found_udi);
1353 free (found_udi);
1372 char *found_udi; local
1378 found_udi = NULL;
1389 found_udi
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c273 char *found_udi = NULL; local
286 found_udi = strdup (udi);
293 if (found_udi != NULL)
294 result = libhal_volume_from_udi (hal_ctx, found_udi);
296 free (found_udi);

Completed in 20 milliseconds