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

/illumos-gate/usr/src/cmd/volrmmount/
H A Dvolrmmount.c78 GSList *volumes; local
117 &default_name, &volumes)) == NULL) {
120 rmm_volumes_free(volumes);
127 &default_name, &volumes)) == NULL) {
132 rmm_volumes_free(volumes);
/illumos-gate/usr/src/cmd/rmmount/
H A Drmmount.c77 GSList *volumes; local
150 &default_name, &volumes)) == NULL) {
153 rmm_volumes_free(volumes);
158 /* -l: list volumes and exit */
167 &default_name, &volumes)) == NULL) {
172 rmm_volumes_free(volumes);
/illumos-gate/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);
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c3 * probe-volume.c : probe volumes
450 char **volumes; local
604 if ((volumes = libhal_manager_find_device_string_match (
608 if (strcmp (udi, volumes[i]) == 0) {
611 v_start = libhal_device_get_property_uint64 (ctx, volumes[i], "volume.partition.start", &error);
621 libhal_free_string_array (volumes);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c1136 volume_match(char *buf, char **volume_list, int volumes) argument
1141 for (i = 0; i < volumes; i++) {
1160 char **volumes = NULL; local
1182 volumes = malloc(size);
1183 if (volumes == NULL) {
1191 bzero(volumes, size);
1272 volumes[replicating] = strdup(local_file);
1273 if (volumes[replicating] == NULL) {
1318 if (!volume_match(buf, volumes, found)) {
1346 if (volumes) {
[all...]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c162 GSList **volumes)
168 *volumes = NULL;
181 "info.udi", name, volumes)) != NULL) ||
183 "block.device", name, volumes)) != NULL) ||
185 "block.solaris.raw_device", name, volumes)) != NULL) ||
187 "volume.mount_point", name, volumes)) != NULL)) {
196 "volume.label", name, volumes)) != NULL) {
200 drive = rmm_hal_volume_findby_nickname(hal_ctx, name, volumes);
214 const char **name_out, GSList **volumes)
220 *volumes
161 rmm_hal_volume_find(LibHalContext *hal_ctx, const char *name, DBusError *error, GSList **volumes) argument
213 rmm_hal_volume_find_default(LibHalContext *hal_ctx, DBusError *error, const char **name_out, GSList **volumes) argument
250 rmm_hal_volume_findby(LibHalContext *hal_ctx, const char *property, const char *value, GSList **volumes) argument
359 GSList *volumes = NULL; local
429 rmm_hal_volume_findby_nickname(LibHalContext *hal_ctx, const char *name, GSList **volumes) argument
481 rmm_volumes_free(GSList *volumes) argument
884 GSList *volumes, *i; local
980 GSList *volumes; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c315 * the "device gone" condition and unmounts all associated volumes.
543 * After reprobing storage, reprobe its volumes.
700 /* add volumes: one on main device and a few pcfs candidates */
916 /* add virtual dos volumes to enable pcfs probing */
932 /* enqueue all volumes */
947 /* in rescan mode, don't reprobe existing volumes */
1081 /* don't probe more dos volumes than probe-storage found */
1255 * After reprobing storage, reprobe its volumes.
1305 * If media is gone, enqueue remove events for all children volumes.
1306 * If media is there, first reprobe storage, then probe for new volumes (bu
1312 GSList *volumes; local
1449 GSList *volumes = NULL; local
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c419 * for striped volumes satisfying the input request.
461 * for striped volumes satisfying the input request.
503 * volumes satisfying the input request.
549 * PURPOSE: helper which determines the write strategy mirrored volumes
550 * should have for volumes satisfying the input request.
595 * PURPOSE: helper which determines the write strategy mirrored volumes
596 * should have for volumes satisfying the input request.
640 * PURPOSE: helper which determines the resync pass mirrored volumes
641 * should have for volumes satisfying the input request.
686 * volumes shoul
1448 get_hbas_and_disks_used_by_volumes( dlist_t *volumes, dlist_t **hbas, dlist_t **disks) argument
[all...]

Completed in 73 milliseconds