Searched defs:volumes (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c204 char **volumes; local
209 if ((volumes = libhal_manager_find_device_string_match (
217 vol_udi = volumes[i];
227 libhal_free_string_array (volumes);
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c3 * probe-volume.c : probe volumes
447 char **volumes; local
588 if ((volumes = libhal_manager_find_device_string_match (
592 if (strcmp (udi, volumes[i]) == 0) {
595 v_start = libhal_device_get_property_uint64 (ctx, volumes[i], "volume.partition.start", &error);
605 libhal_free_string_array (volumes);
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c324 * the "device gone" condition and unmounts all associated volumes.
619 * After reprobing storage, reprobe its volumes.
776 /* add volumes: one on main device and a few pcfs candidates */
992 /* add virtual dos volumes to enable pcfs probing */
1008 /* enqueue all volumes */
1023 /* in rescan mode, don't reprobe existing volumes */
1157 /* don't probe more dos volumes than probe-storage found */
1331 * After reprobing storage, reprobe its volumes.
1381 * If media is gone, enqueue remove events for all children volumes.
1382 * If media is there, first reprobe storage, then probe for new volumes (bu
1388 GSList *volumes; local
1525 GSList *volumes = NULL; local
[all...]

Completed in 27 milliseconds