Home
last modified time | relevance | path

Searched refs:num_volumes (Results 1 – 25 of 135) sorted by relevance

123456

/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_shadow_copy.c244 shadow_copy_data->num_volumes = 0; in shadow_copy_get_shadow_copy_data()
271 shadow_copy_data->num_volumes++; in shadow_copy_get_shadow_copy_data()
277 (shadow_copy_data->num_volumes+1)*sizeof(SHADOW_COPY_LABEL)); in shadow_copy_get_shadow_copy_data()
284 ret = strlcpy(tlabels[shadow_copy_data->num_volumes], d->d_name, in shadow_copy_get_shadow_copy_data()
285 sizeof(tlabels[shadow_copy_data->num_volumes])); in shadow_copy_get_shadow_copy_data()
286 if (ret != sizeof(tlabels[shadow_copy_data->num_volumes]) - 1) { in shadow_copy_get_shadow_copy_data()
292 shadow_copy_data->num_volumes++; in shadow_copy_get_shadow_copy_data()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCacheDisk.cc114 for (int i = 0; i < static_cast<int>(header->num_volumes); i++) { in ~CacheDisk()
321 for (i = 0; i < header->num_volumes; i++) { in create_volume()
329 if (i == header->num_volumes) { in create_volume()
336 header->num_volumes++; in create_volume()
345 for (i = 0; i < header->num_volumes; i++) { in delete_volume()
366 for (unsigned int j = i; j < (header->num_volumes - 1); j++) { in delete_volume()
369 header->num_volumes--; in delete_volume()
434 ink_assert(n == header->num_volumes); in update_header()
441 for (i = 0; i < header->num_volumes; i++) { in get_diskvol()
459 header->num_volumes = 0; in delete_all_volumes()
H A DCacheHosting.cc640 num_volumes = 0; in BuildListFromString()
788 num_volumes++; in BuildListFromString()
872 config_volumes.num_volumes++; in create_config()
911 config_volumes.num_volumes++; in create_config()
970 config_volumes.num_volumes++; in create_config()
993 if (cp_list_len != config_volumes.num_volumes) { in execute_and_verify()
1003 for (int i = 0; i < config_volumes.num_volumes; i++) { in execute_and_verify()
1048 if (matched != config_volumes.num_volumes) { in execute_and_verify()
1061 for (int j = 0; j < static_cast<int>(d->header->num_volumes); j++) { in execute_and_verify()
1082 if (i != configp->num_volumes) { in ClearConfigVol()
[all …]
H A DP_CacheHosting.h186 int num_volumes; member
196 for (int i = 0; i < num_volumes; i++) { in clear_all()
200 num_volumes = 0; in clear_all()
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/dumpers/level/
H A Ddump_fog_vol.pl15 my ($version, $num_volumes) = unpack 'vV', $data;
20 printf "volume count: %d\n", $num_volumes;
21 for (my $i = 0; $i < $num_volumes; ++$i) {
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/volume_groups/
H A Dviews.py202 num_volumes = len(volumes)
206 if (usages['snapshots']['used'] + num_volumes >
211 context['numRequestedItems'] = num_volumes
245 num_volumes = len(volumes)
249 if (usages['volumes']['used'] + num_volumes >
254 context['numRequestedItems'] = num_volumes
/dports/science/minc2/minc-release-2.2.00/conversion/ecattominc/
H A Decat_file.c124 int num_volumes; member
229 file->num_volumes = file->num_frames; in ecat_open()
230 if (file->num_volumes < file->num_bed_positions) in ecat_open()
231 file->num_volumes = file->num_bed_positions; in ecat_open()
232 if (file->num_volumes < file->num_gates) in ecat_open()
233 file->num_volumes = file->num_gates; in ecat_open()
957 num_alloc = file->num_volumes; in ecat_read_directory()
1157 if ((volume < 0) || (volume >= file->num_volumes) || in ecat_get_subhdr_offset()
/dports/multimedia/mpv/mpv-0.34.1/stream/
H A Dstream_libarchive.c163 if (vol->index >= vol->mpa->num_volumes) in open_cb()
180 vol->mpa->num_volumes = MPMIN(vol->mpa->num_volumes, vol->index); in open_cb()
333 mpa->num_volumes = max_volumes ? max_volumes : INT_MAX; in mp_archive_new_raw()
460 int num_volumes = p->mpa->num_volumes; in reopen_archive() local
462 p->mpa = mp_archive_new_raw(s->log, p->src, flags, num_volumes); in reopen_archive()
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/vg_snapshots/
H A Dviews.py135 num_volumes = len(volumes)
139 if (usages['volumes']['used'] + num_volumes >
144 context['numRequestedItems'] = num_volumes
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/api/music_manager_private/
H A Ddevice_id_mac.cc47 int num_volumes = getmntinfo(&mounted_volumes, 0); in FindBSDNameOfSystemDisk() local
48 if (num_volumes == 0) { in FindBSDNameOfSystemDisk()
53 for (int i = 0; i < num_volumes; i++) { in FindBSDNameOfSystemDisk()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/mtd/ubi/
H A Deba.c1222 int i, j, num_volumes, ret = 0; in self_check_eba() local
1229 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1231 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1235 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1241 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1292 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1315 int i, j, err, num_volumes; in ubi_eba_init() local
1328 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1330 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1392 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/net/afpfs-ng/afpfs-ng-0.8.1/lib/
H A Dafp.c219 for (i=0;i<server->num_volumes;i++) { in something_is_mounted()
230 for (i=0;i<server->num_volumes;i++) { in afp_unmount_all_volumes()
513 for (i=0;i<server->num_volumes;i++) { in find_volume_by_name()
620 for (i=0;i<s->num_volumes;i++) { in afp_server_reconnect()
737 for (i=0;i<server->num_volumes;i++) { in afp_list_volnames()
738 if (i<server->num_volumes-1) in afp_list_volnames()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mtd/ubi/
H A Deba.c1293 int i, j, num_volumes, ret = 0; in self_check_eba() local
1300 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1302 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1306 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1312 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1363 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1386 int i, j, err, num_volumes; in ubi_eba_init() local
1399 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1401 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1464 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mtd/ubi/
H A Deba.c1293 int i, j, num_volumes, ret = 0; in self_check_eba() local
1300 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1302 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1306 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1312 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1363 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1386 int i, j, err, num_volumes; in ubi_eba_init() local
1399 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1401 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1464 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/mtd/ubi/
H A Deba.c1293 int i, j, num_volumes, ret = 0; in self_check_eba() local
1300 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1302 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1306 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1312 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1363 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1386 int i, j, err, num_volumes; in ubi_eba_init() local
1399 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1401 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1464 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/mtd/ubi/
H A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()

123456