Home
last modified time | relevance | path

Searched refs:volume (Results 426 – 450 of 45453) sorted by relevance

1...<<11121314151617181920>>...1819

/dports/net/afpfs-ng/afpfs-ng-0.8.1/lib/
H A Dproto_volume.c105 request.volid=htons(volume->volid); in afp_volclose()
119 struct afp_volume * volume=*v_p; in afp_volopen_reply() local
126 if (parse_volbitmap_reply(server,volume, in afp_volopen_reply()
133 strlen(volume->volume_name), in afp_volopen_reply()
134 volume->volume_name_printable, in afp_volopen_reply()
137 memcpy(volume->volume_name_printable, in afp_volopen_reply()
155 strlen(volume->volume_name)+1; in afp_volopen()
209 if (!volume) { in afp_getvolparms_reply()
216 if (parse_volbitmap_reply(server,volume, in afp_getvolparms_reply()
242 afpFlush,(void *) volume); in afp_flush()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_tintri.py122 snapshot.volume = volume
133 snapshot.volume = volume
178 volume, snapshot))
187 volume, snapshot)
194 self._driver.create_cloned_volume(volume, volume))
202 self._driver.create_cloned_volume, volume, volume)
226 volume.name}
240 volume.name}
260 volume.name}
271 volume.name}
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/
H A Dnfs_base.py43 from cinder.volume import driver
47 from cinder.volume.drivers import nfs
125 def get_pool(self, volume): argument
131 return volume['provider_location']
133 def create_volume(self, volume): argument
153 self._do_create_volume(volume)
310 return volume.provider_location
369 volume['id'])
990 {'vol': volume['id'],
997 if vol_path == volume['name']:
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/linode/linodego/test/integration/
H A Dvolumes_test.go18 volume, err := client.CreateVolume(context.Background(), createOpts)
22 if volume.ID == 0 {
26 assertDateSet(t, volume.Created)
27 assertDateSet(t, volume.Updated)
29 if err := client.DeleteVolume(context.Background(), volume.ID); err != nil {
42 if err := client.ResizeVolume(context.Background(), volume.ID, volume.Size+1); err != nil {
67 _, err := client.GetVolume(context.Background(), volume.ID)
71 assertDateSet(t, volume.Created)
72 assertDateSet(t, volume.Updated)
142 volume, err := client.CreateVolume(context.Background(), createOpts)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/docker/internal/volumes/parser/
H A Dvolume_test.go13 volume *Volume
17 volume: &Volume{Destination: "destination"},
21 volume: &Volume{Source: "source", Destination: "destination"},
25 volume: &Volume{Destination: "destination", Mode: "mode"},
41 volume: &Volume{
53 output := testCase.volume.Definition()
61 volume *Volume
65 volume: &Volume{},
69 volume: &Volume{Destination: "destination"},
77 volume: &Volume{Destination: "destination", Mode: "mode"},
[all …]
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/cloud/
H A D_block_storage.py28 for volume in volumes:
149 return volume
234 if not volume:
253 if not volume:
281 if not volume:
292 volume=volume['id'])
312 if not volume:
382 if volume:
383 return volume['id']
422 volume=volume['id'], server=server['id'])))
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/doc/source/cli/command-objects/
H A Dvolume-snapshot.rst2 volume snapshot
7 volume snapshot create
10 Create new volume snapshot
16 [--volume <volume>]
23 .. option:: --volume <volume>
54 volume snapshot delete
75 volume snapshot list
78 List volume snapshots
91 [--volume <volume>]
124 .. option:: --volume <volume>
[all …]
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/conf/
H A Dcinder_policy.yaml12 #"volume:attachment_create": ""
375 # List volume types.
433 # Extend a volume.
449 # Retype a volume.
457 # Force delete a volume.
513 # List volume transfer.
592 # Create volume.
594 #"volume:create": ""
600 # Show volume.
610 # Update volume or update a volume's bootable status.
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A D3DScene.cpp717volume.second.second = volume.first->bounding_box().transformed(view_matrix * volume.first->world_… in volumes_to_render()
774 volume.first->render(); in render()
818volume == nullptr) || volume->is_modifier || (volume->is_wipe_tower && !volume->shader_outside_pri… in check_outside_state()
825 if (!volume->printable) in check_outside_state()
848 if (volume != nullptr) in reset_outside_state()
912 …if ((volume == nullptr) || volume->is_modifier || volume->is_wipe_tower || (volume->volume_idx() <… in update_colors_by_extruder()
980 if (!volume.is_active || !volume.is_extrusion_path) in can_export_to_obj()
983volume.indexed_vertex_array.triangle_indices.empty() || (std::min(volume.indexed_vertex_array.tria… in can_export_to_obj()
984 … = !volume.indexed_vertex_array.quad_indices.empty() || (std::min(volume.indexed_vertex_array.quad… in can_export_to_obj()
1525 GLVolume& volume) in thick_lines_to_verts() argument
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vultr/
H A Dvultr_block_storage.py169 for volume in volumes:
171 return volume
175 volume = self.get_block_storage_volumes()
176 if not volume:
177 volume = self._create_block_storage_volume(volume)
178 return volume
197 return volume
200 volume = self.get_block_storage_volumes()
201 if volume:
205 'SUBID': volume['SUBID'],
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/ext2/
H A Dext2_mount.c17 ext2_VOLUME *volume; in ext2_mount() local
38 if (volume == NULL) { in ext2_mount()
44 volume->buffer = buffer; in ext2_mount()
45 volume->fd = fd; in ext2_mount()
46 volume->super = super; in ext2_mount()
48 volume->current = -1; in ext2_mount()
51 return volume; in ext2_mount()
56 if (volume == NULL) in ext2_umount()
58 free(volume->super); in ext2_umount()
59 free(volume->buffer); in ext2_umount()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/ext2/
H A Dext2_mount.c17 ext2_VOLUME *volume; in ext2_mount() local
38 if (volume == NULL) { in ext2_mount()
44 volume->buffer = buffer; in ext2_mount()
45 volume->fd = fd; in ext2_mount()
46 volume->super = super; in ext2_mount()
48 volume->current = -1; in ext2_mount()
51 return volume; in ext2_mount()
56 if (volume == NULL) in ext2_umount()
58 free(volume->super); in ext2_umount()
59 free(volume->buffer); in ext2_umount()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/ext2/
H A Dext2_mount.c17 ext2_VOLUME *volume; in ext2_mount() local
38 if (volume == NULL) { in ext2_mount()
44 volume->buffer = buffer; in ext2_mount()
45 volume->fd = fd; in ext2_mount()
46 volume->super = super; in ext2_mount()
48 volume->current = -1; in ext2_mount()
51 return volume; in ext2_mount()
56 if (volume == NULL) in ext2_umount()
58 free(volume->super); in ext2_umount()
59 free(volume->buffer); in ext2_umount()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/ext2/
H A Dext2_mount.c17 ext2_VOLUME *volume; in ext2_mount() local
38 if (volume == NULL) { in ext2_mount()
44 volume->buffer = buffer; in ext2_mount()
45 volume->fd = fd; in ext2_mount()
46 volume->super = super; in ext2_mount()
48 volume->current = -1; in ext2_mount()
51 return volume; in ext2_mount()
56 if (volume == NULL) in ext2_umount()
58 free(volume->super); in ext2_umount()
59 free(volume->buffer); in ext2_umount()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/ext2/
H A Dext2_mount.c17 ext2_VOLUME *volume; in ext2_mount() local
38 if (volume == NULL) { in ext2_mount()
44 volume->buffer = buffer; in ext2_mount()
45 volume->fd = fd; in ext2_mount()
46 volume->super = super; in ext2_mount()
48 volume->current = -1; in ext2_mount()
51 return volume; in ext2_mount()
56 if (volume == NULL) in ext2_umount()
58 free(volume->super); in ext2_umount()
59 free(volume->buffer); in ext2_umount()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/ext2/
H A Dext2_mount.c17 ext2_VOLUME *volume; in ext2_mount() local
38 if (volume == NULL) { in ext2_mount()
44 volume->buffer = buffer; in ext2_mount()
45 volume->fd = fd; in ext2_mount()
46 volume->super = super; in ext2_mount()
48 volume->current = -1; in ext2_mount()
51 return volume; in ext2_mount()
56 if (volume == NULL) in ext2_umount()
58 free(volume->super); in ext2_umount()
59 free(volume->buffer); in ext2_umount()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/ext2/
H A Dext2_mount.c17 ext2_VOLUME *volume; in ext2_mount() local
38 if (volume == NULL) { in ext2_mount()
44 volume->buffer = buffer; in ext2_mount()
45 volume->fd = fd; in ext2_mount()
46 volume->super = super; in ext2_mount()
48 volume->current = -1; in ext2_mount()
51 return volume; in ext2_mount()
56 if (volume == NULL) in ext2_umount()
58 free(volume->super); in ext2_umount()
59 free(volume->buffer); in ext2_umount()
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/bluez5/
H A Dbluez-hardware.conf30 { name = "Air 1 Plus", no-features = [ hw-volume-mic ] },
42 { name = "SoundCore mini", no-features = [ hw-volume ] }, # #pipewire-1686
48 { address = "~^94:16:25:", no-features = [ hw-volume ]}, # AirPods 2
49 { address = "~^9c:64:8b:", no-features = [ hw-volume ]}, # AirPods 2
50 { address = "~^a0:e9:db:", no-features = [ hw-volume ]}, # Ausdom M05
51 { address = "~^0c:a6:94:", no-features = [ hw-volume ]}, # deepblue2
55 { address = "~^00:18:6b:", no-features = [ hw-volume ]}, # LG Tone HBS-730
57 { address = "~^a0:e9:db:", no-features = [ hw-volume ]}, # LG Tone HV-800
59 { address = "~^00:11:b1:", no-features = [ hw-volume ]}, # Mpow Cheetah
62 { address = "~^00:26:7e:", no-features = [ hw-volume ]}, # VW Car Kit
[all …]
/dports/sysutils/nomad/nomad-1.1.0/website/content/docs/commands/volume/
H A Dsnapshot-create.mdx3 page_title: 'Commands: volume snapshot create'
5 Create external volume snapshots.
8 # Command: volume snapshot create
18 nomad volume snapshot create [volume] [snapshot_name]
21 The `volume snapshot create` command requires a volume ID or prefix. If there
32 `csi-write-volume` capability for the volume's namespace.
40 Snapshot a volume:
43 $ nomad volume snapshot create ebs_prod_db1
47 Snapshot a volume with a suggested snapshot ID:
50 $ nomad volume snapshot create ebs_prod_db1 snap-12345
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/fusionstorage/
H A Dtest_dsware.py30 from cinder.volume import configuration as conf
180 self.volume.name,
181 self.volume.size,
228 self.volume)
239 self.volume.name, self.volume.size,
250 self.volume,
256 self.volume,
341 self.volume.name)
345 self.volume.name)
625 self.volume)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/manual-test-cases/Group5-Functional-Tests/
H A D5-22-NFS-Volume.md24 2. Issue docker volume create on read only volume
27 5. Issue docker volume create using no name for the volume (unnamed) on VolumeStore=nfsVolumeStore …
29 7. Issue docker volume create --name=nfs_default_%{VCH-NAME} on VolumeStore=nfsVolumeStore (NFS vol…
31 9. Issue docker volume create on unnamed volume
32 10. Issue docker volume create on named volume
42 20. Create a detached container using named nfs volume using named nfs volume to cat the file from …
53 31. Issue docker volume ls
56 34. Create a container using a standard volume and named NFS volume
83 Error response from daemon: A volume named ${nfsDefaultVolume} already exists. Choose a different v…
87 …Error response from daemon: A volume named ${nfsNamedVolume} already exists. Choose a different vo…
[all …]
/dports/games/wizznic/Wizznic-1.1/src/platform/
H A Dwiz.c21 static int volume = 100; variable
26 if(volume==volumePercent) return; in WIZ_SetVolume()
28 volume=volumePercent; in WIZ_SetVolume()
34 return(volume); in WIZ_GetVolume()
57 if( volume <= 10 ) in WIZ_AdjustVolume()
64 if( direction == VOLUME_UP ) volume += VOLUME_CHANGE_RATE; in WIZ_AdjustVolume()
65 if( direction == VOLUME_DOWN ) volume -= VOLUME_CHANGE_RATE; in WIZ_AdjustVolume()
68 if( volume < VOLUME_MIN ) volume = VOLUME_MIN; in WIZ_AdjustVolume()
69 if( volume > VOLUME_MAX ) volume = VOLUME_MAX; in WIZ_AdjustVolume()
74 int vol = ((volume << 8) | volume); in WIZ_AdjustVolume()
[all …]
/dports/devel/stxxl/stxxl-1.4.1/tools/benchmarks/
H A Dstack_benchmark.cpp59 stxxl::int64 ops = volume / sizeof(value_type); in benchmark_insert()
139 benchmark_insert(Stack, volume); in run_stxxl_growshrink2_stack()
143 benchmark_delete(Stack, volume); in run_stxxl_growshrink2_stack()
147 void run_stxxl_normal_stack(stxxl::int64 volume) in run_stxxl_normal_stack() argument
154 benchmark_insert(Stack, volume); in run_stxxl_normal_stack()
155 benchmark_delete(Stack, volume); in run_stxxl_normal_stack()
159 void run_stl_stack(stxxl::int64 volume) in run_stl_stack() argument
165 benchmark_insert(Stack, volume); in run_stl_stack()
166 benchmark_delete(Stack, volume); in run_stl_stack()
218 run_stl_stack<my_record_<4> >(volume); in main()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/baggageclaim/volume/volumefakes/
H A Dfake_strategy.go12 …MaterializeStub func(lager.Logger, string, volume.Filesystem, volume.Streamer) (volume.File…
17 arg3 volume.Filesystem
18 arg4 volume.Streamer
21 result1 volume.FilesystemInitVolume
25 result1 volume.FilesystemInitVolume
32 …y) Materialize(arg1 lager.Logger, arg2 string, arg3 volume.Filesystem, arg4 volume.Streamer) (volu…
38 arg3 volume.Filesystem
39 arg4 volume.Streamer
59 …tegy) MaterializeCalls(stub func(lager.Logger, string, volume.Filesystem, volume.Streamer) (volume
77 result1 volume.FilesystemInitVolume
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/internal/test/builders/
H A Dvolume.go10 volume := &types.Volume{
18 builder(volume)
21 return volume
26 return func(volume *types.Volume) {
27 volume.Labels = labels
32 func VolumeName(name string) func(volume *types.Volume) {
33 return func(volume *types.Volume) {
34 volume.Name = name
39 func VolumeDriver(name string) func(volume *types.Volume) {
40 return func(volume *types.Volume) {
[all …]

1...<<11121314151617181920>>...1819