| /freebsd-12-stable/tests/sys/cddl/zfs/tests/zvol/zvol_misc/ |
| D | zvol_misc_004_pos.ksh | 83 typeset volume=$1 85 log_must $ZFS snapshot $volume@snap0 86 log_must $ZFS snapshot $volume@snap1 87 log_must datasetexists $volume@snap0 $volume@snap1 89 log_must $ZFS destroy $volume@snap1 90 log_must $ZFS snapshot $volume@snap1 92 log_mustnot $ZFS rollback -r $volume@snap0 93 log_must datasetexists $volume@snap0 94 log_must datasetexists $volume@snap1 96 log_must $ZFS destroy -r $volume@snap0
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/zvol/ |
| D | zvol_common.kshlib | 100 typeset volume=$1 102 if [[ -z $volume ]] ; then 107 log_must $ZFS set volsize=64m $volume 109 output=$($DUMPADM -d /dev/zvol/$volume 2>&1 | \ 115 log_must $ZFS set volsize=${output}m $volume 129 typeset volume=${device#/dev/zvol/} 130 set_dumpsize $volume 143 typeset volume=$1 145 if [[ -z $volume ]] ; then 150 $ZDB -dddd $volume 2 | $GREP "dumpsize" > /dev/null 2>&1
|
| /freebsd-12-stable/usr.sbin/mptutil/ |
| D | mpt_volume.c | 47 MPT_TABLE(top, volume); 201 MPT_COMMAND(volume, status, volume_status); 206 CONFIG_PAGE_RAID_VOL_0 *volume; in volume_cache() local 240 volume = mpt_vol_info(fd, VolumeBus, VolumeID, NULL); in volume_cache() 241 if (volume == NULL) { in volume_cache() 246 Settings = volume->VolumeSettings.Settings; in volume_cache() 256 free(volume); in volume_cache() 261 volume->VolumeSettings.Settings = NewSettings; in volume_cache() 263 VolumeBus, VolumeID, 0, *(U32 *)&volume->VolumeSettings, NULL, 0, in volume_cache() 271 MPT_COMMAND(volume, cache, volume_cache);
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/snapused/ |
| D | snapused.kshlib | 63 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset) 74 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset) 128 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset) 154 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset) 165 for child in $($ZFS list -rH -t filesystem,volume,snapshot -o name $dataset)
|
| /freebsd-12-stable/usr.sbin/fstyp/ |
| D | cd9660.c | 47 char *sector, *volume; in fstyp_cd9660() local 56 volume = sector + 0x28; in fstyp_cd9660() 58 strlcpy(label, volume, MIN(size, VOLUME_LEN)); in fstyp_cd9660()
|
| /freebsd-12-stable/sys/geom/label/ |
| D | g_label_iso9660.c | 51 char *sector, *volume; in g_label_iso9660_taste() local 68 volume = sector + 0x28; in g_label_iso9660_taste() 70 strlcpy(label, volume, MIN(size, VOLUME_LEN)); in g_label_iso9660_taste()
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/largest_pool/ |
| D | largest_pool.cfg | 38 # a volume that great than 1TB on 32-bit 39 # - volume size exceeds limit for this system. (happy gate) 40 # - max volume size is 1TB on 32-bit systems (s10u2) 45 export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| D | zfs_create.cfg | 45 # a volume that great than 1TB on 32-bit 46 # - volume size exceeds limit for this system. (happy gate) 47 # - max volume size is 1TB on 32-bit systems (s10u2) 52 export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
|
| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_audio.c | 125 uint32_t dest, volume; member 371 bcm2835_audio_update_controls(struct bcm2835_audio_info *sc, uint32_t volume, uint32_t dest) in bcm2835_audio_update_controls() argument 379 if (volume > 99) in bcm2835_audio_update_controls() 380 volume = 99; in bcm2835_audio_update_controls() 381 db = db_levels[volume/5]; in bcm2835_audio_update_controls() 382 m.u.control.volume = VCHIQ_AUDIO_VOLUME(db); in bcm2835_audio_update_controls() 476 uint32_t volume, dest; in bcm2835_audio_worker() local 506 volume = sc->volume; in bcm2835_audio_worker() 511 bcm2835_audio_update_controls(sc, volume, dest); in bcm2835_audio_worker() 752 sc->volume = left; in bcmmix_set() [all …]
|
| /freebsd-12-stable/sys/geom/vinum/ |
| D | geom_vinum_create.c | 190 LIST_INSERT_HEAD(&sc->volumes, v, volume); in gv_create_volume() 204 v = gv_find_vol(sc, p->volume); in gv_create_plex() 207 p->name, p->volume); in gv_create_plex() 345 strlcpy(p->volume, v->name, sizeof(p->volume)); in gv_concat() 426 strlcpy(p->volume, v->name, sizeof(p->volume)); in gv_mirror() 515 strlcpy(p->volume, v->name, sizeof(p->volume)); in gv_raid5() 587 strlcpy(p->volume, v->name, sizeof(p->volume)); in gv_stripe()
|
| D | geom_vinum_subr.c | 200 LIST_FOREACH(v, &sc->volumes, volume) { in gv_format_config() 217 sbuf_printf(sb, "vol %s", p->volume); in gv_format_config() 888 LIST_FOREACH(v, &sc->volumes, volume) { in gv_find_vol() 1012 LIST_FOREACH(v, &sc->volumes, volume) { in gv_object_type() 1056 v = gv_find_vol(sc, p->volume); in gv_setup_objects() 1065 LIST_FOREACH(v, &sc->volumes, volume) { in gv_setup_objects() 1096 LIST_FOREACH_SAFE(v, &sc->volumes, volume, v2) { in gv_cleanup() 1097 LIST_REMOVE(v, volume); in gv_cleanup() 1138 p->name, p->volume); in gv_attach_plex() 1154 strlcpy(p->volume, v->name, sizeof(p->volume)); in gv_attach_plex() [all …]
|
| D | geom_vinum_rm.c | 112 "to volume '%s'", p->name, p->volume); in gv_remove() 191 LIST_FOREACH_SAFE(v, &sc->volumes, volume, v2) in gv_resetconfig() 222 LIST_REMOVE(v, volume); in gv_rm_vol()
|
| D | geom_vinum_var.h | 334 char volume[GV_MAXVOLNAME]; /* Name of associated volume. */ member 379 LIST_ENTRY(gv_volume) volume; /* Entry in vinum config. */
|
| /freebsd-12-stable/libexec/rc/rc.d/ |
| D | zvol | 23 zfs list -H -o org.freebsd:swap,name -t volume | 36 zfs list -H -o org.freebsd:swap,name -t volume |
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | dump | 18 >0 belong 5 end of volume, 37 >0 belong 5 end of volume, 56 >0 belong 5 end of volume, 94 >0 leshort 5 end of volume.
|
| D | sgi | 81 >20 belong 0 log volume #0 82 >20 belong >0 log volume #%d 88 >24 belong 0 log volume #0 89 >24 belong >0 log volume #%d
|
| D | lif | 19 # skip DEGAS MUNCHIE.PC1 BOARD.PC1 ENEMIES.PC1 by test for ASCII like volume name 28 # volume label; A-Z 0-9 _ ; default are 6 spaces
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/ |
| D | rsend.kshlib | 121 typeset list=$($ZFS list -H -r -t filesystem,snapshot,volume -o name $pool) 158 $ZFS list -r -H -t filesystem,snapshot,volume -o name $src_fs > $BACKDIR/src1 159 $ZFS list -r -H -t filesystem,snapshot,volume -o name $dst_fs > $BACKDIR/dst1 325 typeset list=$($ZFS list -r -H -t filesystem,snapshot,volume -o name $ds \
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | README | 14 heimdal-announce@sics.se low-volume announcement 15 heimdal-discuss@sics.se high-volume discussion
|
| /freebsd-12-stable/share/doc/papers/ |
| D | bsdreferences.bib | 19 volume = {33}, 39 volume = {38}, 111 volume = {43}, 131 volume = {50}, 169 volume = {35}, 265 volume = {2}, 351 volume = {42},
|
| /freebsd-12-stable/sys/geom/raid/ |
| D | g_raid_tr_if.m | 58 # taste() - volume taste method. 61 struct g_raid_volume *volume; 114 # idle() - callback when the volume is idle for a while and the TR wants
|
| /freebsd-12-stable/sbin/gvinum/ |
| D | gvinum.c | 189 char plex[GV_MAXPLEXNAME], volume[GV_MAXVOLNAME]; in gvinum_create() local 291 strlcpy(volume, v->name, sizeof(volume)); in gvinum_create() 314 volume, plex_in_volume++); in gvinum_create() 318 if (strlen(p->volume) == 0) { in gvinum_create() 319 snprintf(p->volume, sizeof(p->volume), "%s", in gvinum_create() 320 volume); in gvinum_create()
|
| /freebsd-12-stable/sys/geom/part/ |
| D | g_part_ldm.c | 776 struct ldm_volume *volume, *last; in ldm_vblk_handle() local 962 LIST_FOREACH(volume, &db->volumes, entry) { in ldm_vblk_handle() 963 if (volume->number > blk->u.vol.number) in ldm_vblk_handle() 965 last = volume; in ldm_vblk_handle() 1011 struct ldm_volume *volume; in ldm_vmdb_parse() local 1095 LIST_FOREACH(volume, &db->volumes, entry) { in ldm_vmdb_parse() 1098 vblk->u.comp.vol_id == volume->id) { in ldm_vmdb_parse() 1099 LIST_INSERT_HEAD(&volume->components, in ldm_vmdb_parse() 1101 volume->count++; in ldm_vmdb_parse() 1103 LIST_FOREACH(comp, &volume->components, entry) in ldm_vmdb_parse()
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/ |
| D | zfs_get_004_pos.ksh | 166 ds=`$ZFS list -H -r -o name -t filesystem,volume $pool` 205 volume )
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | imx53-ard.dts | 85 volume-up { 91 volume-down {
|