Searched defs:chunk (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_enclosure.c51 uint64_t chunk; local
95 chunk = 512;
97 chunk = 65536;
99 chunk = 512 * sfbip->sfbi_fw_upload_max_chunk_sz;
102 LIBSES_EN_PROP_FIRMWARE_CHUNK_SIZE, chunk);
/osnet-11/usr/src/lib/libeti/form/common/
H A Dform.c344 int chunk; local
354 chunk = MIN(cols, dcols - start);
356 (void) winnstr(w, bptr, chunk);
358 if (bptr != _data_ahead(bptr, pad, chunk)) {
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c54 * The header structure for each chunk.
57 typedef struct chunk { struct
58 struct chunk *chunk_next; /* linked list */
59 size_t chunk_size; /* size of this chunk */
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetenv.c76 typedef struct chunk { struct
77 struct chunk *next;
304 /* Add the new chunk to chunk_list to hide potential future leak. */
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c49 unk1 contains pointer to fragment table followed by some chunk.
87 grub_uint32_t chunk; member in struct:grub_squash_inode::__anon420::__anon421
95 grub_uint64_t chunk; member in struct:grub_squash_inode::__anon420::__anon422
105 grub_uint32_t chunk; member in struct:grub_squash_inode::__anon420::__anon423
113 grub_uint32_t chunk; member in struct:grub_squash_inode::__anon420::__anon424
342 grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, "invalid xz chunk");
482 grub_uint64_t chunk; local
491 chunk = grub_le_to_cpu32 (dir->ino.dir.chunk);
496 chunk
[all...]
H A Dbtrfs.c603 struct grub_btrfs_chunk_item *chunk; local
623 chunk = (struct grub_btrfs_chunk_item *) (key + 1);
627 grub_le_to_cpu64 (chunk->size));
630 + grub_le_to_cpu64 (chunk->size))
632 ptr += sizeof (*key) + sizeof (*chunk)
634 * grub_le_to_cpu16 (chunk->nstripes);
649 "couldn't find the chunk descriptor");
651 chunk = grub_malloc (chsize);
652 if (!chunk)
656 err = grub_btrfs_read_logical (data, chaddr, chunk, chsiz
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c462 struct grub_relocator_chunk *chunk; local
463 for (chunk = rel->chunks; chunk; chunk = chunk->next)
513 struct grub_relocator_chunk *chunk; local
514 for (chunk = rel->chunks; chunk; chunk = chunk
1181 struct grub_relocator_chunk *chunk; local
1204 struct grub_relocator_chunk *chunk; local
1313 struct grub_relocator_chunk *chunk; local
1450 struct grub_relocator_chunk *chunk, *next; local
1500 struct grub_relocator_chunk *chunk; local
1523 struct grub_relocator_chunk *chunk; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c567 zap_leaf_array_equal(zap_leaf_phys_t *l, int blksft, int chunk, argument
574 &ZAP_LEAF_CHUNK(l, blksft, chunk).l_array;
577 if (chunk >= ZAP_LEAF_NUMCHUNKS(blksft))
582 chunk = la->la_next;
600 uint16_t chunk; local
609 for (chunk = l->l_hash[LEAF_HASH(blksft, h)];
610 chunk != CHAIN_END; chunk = le->le_next) {
612 if (chunk >= ZAP_LEAF_NUMCHUNKS(blksft))
615 le = ZAP_LEAF_ENTRY(l, blksft, chunk);
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1182 char *chunk, *mchunk; local
1205 chunk = malloc(hash_mem_size + d_msgid_size + d_msgstr_size);
1206 if (chunk == NULL) {
1210 d_hash = (uint32_t *)(uintptr_t)chunk;
1212 (chunk + hash_mem_size);
1214 (chunk + hash_mem_size + d_msgid_size);
1217 free(chunk);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c85 #define CHAIN_END 0xffff /* end of the chunk chain */
88 * The amount of space within the chunk available for the array is:
89 * chunk size - space for type (1) - space for next pointer (2)
2342 int blksft, int chunk, grub_size_t array_len,
2349 struct zap_leaf_array *la = &ZAP_LEAF_CHUNK (l, blksft, chunk)->l_array;
2355 if (chunk >= ZAP_LEAF_NUMCHUNKS (blksft))
2361 chunk = grub_zfs_to_cpu16 (la->la_next, endian);
2370 int chunk, grub_size_t array_len, char *buf)
2376 struct zap_leaf_array *la = &ZAP_LEAF_CHUNK (l, blksft, chunk)->l_array;
2382 if (chunk >
2341 zap_leaf_array_equal(zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft, int chunk, grub_size_t array_len, const char *buf, int case_insensitive) argument
2369 zap_leaf_array_get(zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft, int chunk, grub_size_t array_len, char *buf) argument
2406 grub_uint16_t chunk; local
2527 grub_uint16_t chunk; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c262 Given a chunk of memory, link it to the head of the list of arenas,
309 char *chunk; /* must use New here to match call to */ local
310 New(704,chunk,1008,char); /* Safefree() in sv_free_arenas() */
311 sv_add_arena(chunk, 1008, 0);
4309 refer to the same chunk of data.

Completed in 72 milliseconds