Home
last modified time | relevance | path

Searched refs:cluster_buffer (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dvvfat.h177 Bit8u *cluster_buffer; // points to a buffer to hold temp data variable
H A Dvvfat.cc935 cluster_buffer = new Bit8u[cluster_size]; in init_directories()
1767 if (cluster_buffer != NULL) in close()
1768 delete [] cluster_buffer; in close()
1925 cluster = cluster_buffer; in read_cluster()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dblock-vvfat.c343 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
855 s->cluster_buffer=malloc(s->cluster_size); in init_directories()
856 assert(s->cluster_buffer); in init_directories()
1222 s->cluster=s->cluster_buffer; in read_cluster()
1702 offset, s->cluster_buffer, 1)) in get_cluster_count_for_direntry()
1705 offset, s->cluster_buffer, 1)) in get_cluster_count_for_direntry()
2809 if(s->cluster_buffer) in vvfat_close()
2810 free(s->cluster_buffer); in vvfat_close()
/dports/emulators/x49gp/x49gp/x49gp-code/
H A Dblock-vvfat.c386 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
873 s->cluster_buffer = malloc(s->cluster_size); in init_directories()
874 assert(s->cluster_buffer); in init_directories()
1280 s->cluster=s->cluster_buffer; in read_cluster()
1784 offset, s->cluster_buffer, 1)) in get_cluster_count_for_direntry()
1787 offset, s->cluster_buffer, 1)) in get_cluster_count_for_direntry()
2992 if(s->cluster_buffer) in vvfat_close()
2993 free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dvvfat.c324 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
907 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1289 g_free(s->cluster_buffer); in vvfat_open()
1290 s->cluster_buffer = NULL; in vvfat_open()
1413 s->cluster=s->cluster_buffer; in read_cluster()
1977 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1982 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3202 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/patches/
H A Dqemu-0.9.0-x49gp-block.patch521 - s->cluster_buffer=malloc(s->cluster_size);
523 + s->cluster_buffer = malloc(s->cluster_size);
524 assert(s->cluster_buffer);
1267 if(s->cluster_buffer)
1268 free(s->cluster_buffer);
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dvvfat.c356 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
920 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1419 s->cluster=s->cluster_buffer; in read_cluster()
1983 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1988 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3251 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dvvfat.c324 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
907 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1403 s->cluster=s->cluster_buffer; in read_cluster()
1967 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1972 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3235 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dvvfat.c324 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
907 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1403 s->cluster=s->cluster_buffer; in read_cluster()
1967 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1972 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3235 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dvvfat.c359 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
923 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1428 s->cluster=s->cluster_buffer; in read_cluster()
1992 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1996 res = bdrv_write(s->qcow, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
3239 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dvvfat.c356 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
920 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1419 s->cluster=s->cluster_buffer; in read_cluster()
1983 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1988 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3251 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dvvfat.c356 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
920 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1419 s->cluster=s->cluster_buffer; in read_cluster()
1983 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1988 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3244 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dvvfat.c356 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
920 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1419 s->cluster=s->cluster_buffer; in read_cluster()
1983 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1988 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3244 g_free(s->cluster_buffer); in vvfat_close()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dvvfat.c324 unsigned char* cluster_buffer; /* points to a buffer to hold temp data */ member
907 s->cluster_buffer=g_malloc(s->cluster_size); in init_directories()
1403 s->cluster=s->cluster_buffer; in read_cluster()
1967 res = vvfat_read(s->bs, offset, s->cluster_buffer, 1); in get_cluster_count_for_direntry()
1972 s->cluster_buffer, BDRV_SECTOR_SIZE); in get_cluster_count_for_direntry()
3194 g_free(s->cluster_buffer); in vvfat_close()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-junction.c1386 struct cluster_element * cluster_buffer = malloc(max_clusters * sizeof(struct cluster_element)); in process_voting_junction_PE_juncs() local
1399 if(is_same_cluster(global_context, cluster_buffer+x1, current_vote->pos[i][j])){ in process_voting_junction_PE_juncs()
1400 int new_size =add_cluster_member(cluster_buffer+x1, i, j, is_second_read); in process_voting_junction_PE_juncs()
1407 cluster_buffer[current_cluster_number].initial_position = current_vote->pos[i][j]; in process_voting_junction_PE_juncs()
1408 cluster_buffer[current_cluster_number].i_list[0] = i; in process_voting_junction_PE_juncs()
1409 cluster_buffer[current_cluster_number].j_list[0] = j; in process_voting_junction_PE_juncs()
1410 cluster_buffer[current_cluster_number].from_second_read[0] = is_second_read; in process_voting_junction_PE_juncs()
1411 cluster_buffer[current_cluster_number].cluster_members = 1; in process_voting_junction_PE_juncs()
1424 …align_cluster(global_context, thread_context, cluster_buffer + x1, read_name_1, read_name_2, read_… in process_voting_junction_PE_juncs()
1537 free(cluster_buffer); in process_voting_junction_PE_juncs()