Searched refs:volume (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/etc/rc.d/
H A Dzvol21 zfs list -H -o org.freebsd:swap,name -t volume | \
34 zfs list -H -o org.freebsd:swap,name -t volume | \
/freebsd-10.0-release/sys/geom/label/
H A Dg_label_iso9660.c49 char *sector, *volume; local
67 volume = sector + 0x28;
69 strlcpy(label, volume, MIN(size, VOLUME_LEN));
87 G_LABEL_INIT(iso9660, g_label_iso9660, "Create device nodes for ISO9660 volume names");
/freebsd-10.0-release/usr.sbin/mptutil/
H A Dmpt_volume.c45 MPT_TABLE(top, volume);
75 warnx("name: volume and name required");
93 warnc(error, "Invalid volume: %s", av[1]);
100 warn("Failed to fetch volume names");
108 printf("mpt%u changing volume %s name from \"%s\" to \"%s\"\n",
116 warn("Failed to set volume name");
138 warnx("volume status: %s", ac > 2 ? "extra arguments" :
139 "volume required");
152 warnc(error, "Invalid volume: %s", av[1]);
160 warnc(error, "Fetching volume statu
197 CONFIG_PAGE_RAID_VOL_0 *volume; local
[all...]
/freebsd-10.0-release/sys/geom/vinum/
H A Dgeom_vinum_create.c188 LIST_INSERT_HEAD(&sc->volumes, v, volume);
201 /* Find the volume this plex should be attached to. */
202 v = gv_find_vol(sc, p->volume);
204 G_VINUM_DEBUG(0, "create plex '%s': volume '%s' not found",
205 p->name, p->volume);
306 * Create a concatenated volume from specified drives or drivegroups.
323 gctl_error(req, "volume name not given");
334 /* First we create the volume. */
343 strlcpy(p->volume, v->name, sizeof(p->volume));
[all...]
H A Dgeom_vinum_subr.c86 if (!strcmp(token[0], "volume")) {
89 G_VINUM_DEBUG(0, "config parse failed volume");
97 G_VINUM_DEBUG(2, "newer volume found!");
198 LIST_FOREACH(v, &sc->volumes, volume) {
201 sbuf_printf(sb, "volume %s", v->name);
215 sbuf_printf(sb, "vol %s", p->volume);
256 /* Walk over plexes in a volume and count how many are down. */
455 /* Returns the size of a volume. */
486 /* The plex was added to an already running volume. */
540 /* If added to a volume, w
[all...]
H A Dgeom_vinum_share.c487 /* Get a new volume object. */
511 /* We assume this is the volume name. */
578 !strcmp(token[j], "volume")) {
584 strlcpy(p->volume, token[j], sizeof(p->volume));
H A Dgeom_vinum_rm.c80 * If this volume has plexes, we want a recursive
84 gctl_error(req, "volume '%s' has attached "
107 /* Don't allow removal of the only plex of a volume. */
110 "to volume '%s'", p->name, p->volume);
189 LIST_FOREACH_SAFE(v, &sc->volumes, volume, v2)
197 /* Remove a volume. */
210 G_VINUM_DEBUG(0, "unable to remove %s: volume still in use",
215 /* Remove the plexes our volume has. */
220 LIST_REMOVE(v, volume);
[all...]
H A Dgeom_vinum_rename.c79 gctl_error(req, "unknown volume '%s'", object);
236 G_VINUM_DEBUG(1, "volume name %s already in use", newname);
240 /* Rename the volume. */
245 strlcpy(p->volume, v->name, sizeof(p->volume));
H A Dgeom_vinum_var.h80 #define GV_MAXVOLNAME 64 /* Maximum length of a volume name. */
330 char volume[GV_MAXVOLNAME]; /* Name of associated volume. */ member in struct:gv_plex
331 struct gv_volume *vol_sc; /* Pointer to associated volume. */
337 #define GV_PLEX_ADDED 0x01 /* Added to an existing volume. */
348 LIST_ENTRY(gv_plex) in_volume; /* Plex list of associated volume. */
362 /* softc for a volume. */
364 char name[GV_MAXVOLNAME]; /* The name of the volume. */
365 off_t size; /* The size of the volume. */
367 int state; /* The state of the volume
375 LIST_ENTRY(gv_volume) volume; /* Entry in vinum config. */ member in struct:gv_volume
[all...]
H A Dgeom_vinum_list.c155 gctl_error(req, "'%s' is not a volume",
227 LIST_FOREACH(v, &sc->volumes, volume)
230 sbuf_printf(sb, "%d volume%s:\n", i, i == 1 ? "" : "s");
234 LIST_FOREACH(v, &sc->volumes, volume)
239 /* List a single volume. */
323 sbuf_printf(sb, "\t\tPart of volume %s\n", p->volume);
/freebsd-10.0-release/sys/sys/
H A Dvtoc.h72 char volume[VTOC_VOLUME_LEN]; member in struct:vtoc8
/freebsd-10.0-release/sbin/gvinum/
H A Dgvinum.c132 /* Attach a plex to a volume or a subdisk to a plex. */
146 "\tattach <plex> <volume> [rename]");
184 char plex[GV_MAXPLEXNAME], volume[GV_MAXVOLNAME]; local
268 if (!strcmp(token[0], "volume")) {
271 warnx("line %d: invalid volume definition",
279 /* Reset plex count for this volume. */
283 * Set default volume name for following plex
286 strlcpy(volume, v->name, sizeof(volume));
288 snprintf(buf1, sizeof(buf1), "volume
[all...]
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_ldm.c167 * component or volume.
170 * partitions in the GEOM_PART meaning. But volume VBLK does not
176 * One volume can contain several components. In this case LDM
177 * does mirroring of volume data to each component.
185 uint64_t vol_id; /* parent volume object id */
194 uint64_t size; /* volume size */
775 struct ldm_volume *volume, *last; local
797 * 0x18+ PS volume state
799 * 0x1D+16 PN parent's volume object id
805 errstr = "volume stat
1010 struct ldm_volume *volume; local
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/
H A Demu10kx.h118 /* master volume */
127 /* master rec volume */
186 void emumix_set_volume(struct emu_sc_info *sc, int mixer_idx, int volume);
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dauto92 dialog --backtitle "FreeBSD Installer" --title "Network Installation" --msgbox "No installation files were found on the boot volume. The next few screens will allow you to configure networking so that they can be downloaded from the Internet." 0 0
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_volume.c43 MFI_TABLE(top, volume);
162 warn("Failed to set volume properties");
294 warnx("cache: volume required");
307 warn("Invalid volume: %s", av[1]);
314 warn("Failed to fetch volume properties");
320 printf("mfi%u volume %s cache settings:\n", mfi_unit,
398 warnx("name: volume and name required");
416 warn("Invalid volume: %s", av[1]);
423 warn("Failed to fetch volume properties");
428 printf("mfi%u volume
[all...]
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dchannel.c124 &chn_vpc_autoreset, 0, "automatically reset channels volume to 0db");
194 "reset volume on all channels");
1247 c->volume[SND_VOL_C_MASTER][i] = SND_VOL_0DB_MASTER;
1250 c->volume[SND_VOL_C_MASTER][SND_CHN_T_VOL_0DB] = SND_VOL_0DB_MASTER;
1251 c->volume[SND_VOL_C_PCM][SND_CHN_T_VOL_0DB] = chn_vol_0db_pcm;
1376 ("%s(): invalid volume matrix c=%p vc=%d vt=%d val=%d",
1385 c->volume[vc][vt] = val;
1394 c->volume[SND_VOL_C_VAL(vc)][vt] =
1395 SND_VOL_CALC_VAL(c->volume, vc, vt);
1400 c->volume[SND_VOL_C_VA
[all...]
H A Dchannel.h166 int volume[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; member in struct:pcm_channel
304 #define CHN_GETVOLUME(x, y, z) ((x)->volume[y][z])
H A Dfeeder_chain.c339 * feeder_build_volume(): Chain soft volume.
381 * just disable it, but that will confuse volume per channel mixer.
387 "%s(): can't set volume bypass\n", __func__);
774 * 3) Avoid volume, format, matrix and rate in BITPERFECT or
776 * 4) Try putting volume before EQ or rate. Should help to
790 FEEDER_BUILD(volume);
796 FEEDER_BUILD(volume);
810 FEEDER_BUILD(volume);
818 FEEDER_BUILD(volume);
H A Dfeeder_volume.c251 vol = c->volume[SND_VOL_C_VAL(info->volume_class)];
/freebsd-10.0-release/sys/contrib/v4l/
H A Dvideodev.h121 __u16 volume; /* If settable */ member in struct:video_audio
137 __u16 step; /* Step actual volume uses */
/freebsd-10.0-release/sys/geom/raid/
H A Dtr_concat.c81 g_raid_tr_taste_concat(struct g_raid_tr_object *tr, struct g_raid_volume *volume) argument
124 * Some metadata modules may not know CONCAT volume
238 ("Request starts after volume end (%ju)", bp->bio_offset));
257 ("Request ends after volume end (%ju, %ju)",
303 ("Request starts after volume end (%ju)", boffset));
316 ("Request ends after volume end (%ju, %zu)",
H A Dtr_raid0.c81 g_raid_tr_taste_raid0(struct g_raid_tr_object *tr, struct g_raid_volume *volume) argument
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt_raid.c211 if (disk->volume != NULL) {
214 disk->volume->config_page->VolumeID,
751 rv = mpt_issue_raid_req(mpt, mpt_disk->volume, mpt_disk, req,
1288 mpt_disk->volume = mpt_vol;
1396 * Refresh volume data.
1695 * setting of this varible specially and force a full volume
1721 * XXX disable/enable volume should force a resync,
1829 "volume member WCE(On,Off,On-During-Rebuild,NC)");
1834 "default volume queue depth");
1839 "volume resyn
[all...]
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_cd.c2535 page->audio.port[LEFT_PORT].volume;
2537 page->audio.port[RIGHT_PORT].volume;
2538 arg->vol[2] = page->audio.port[2].volume;
2539 arg->vol[3] = page->audio.port[3].volume;
2567 page->audio.port[LEFT_PORT].volume =
2570 page->audio.port[RIGHT_PORT].volume =
2572 page->audio.port[2].volume = arg->vol[2];
2573 page->audio.port[3].volume = arg->vol[3];

Completed in 158 milliseconds

12