Searched refs:frag_size (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmemalign.c70 size_t frag_size; /* size of fragments fore and aft */ local
144 frag_size = (size_t)aligned_blk - (size_t)blk;
145 if (frag_size != 0) {
149 if (frag_size < MINSIZE + WORDSIZE) {
156 frag_size += align;
159 blksize -= frag_size;
161 frag_size -= WORDSIZE;
162 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk));
170 frag_size = blksize - nbytes;
171 if (frag_size >
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dclstdup.c88 fs_info->buffer + i * fs_info->frag_size,
195 * new_fs_info->frag_size,
229 memcpy (new_fs_info->buffer + offset * new_fs_info->frag_size,
230 old_fs_info->buffer + i * new_fs_info->frag_size,
231 new_fs_info->frag_size);
267 old_fs_info->buffer + i * old_fs_info->frag_size,
H A Dfat.h128 int frag_size; member in struct:_FatSpecific
H A Dfat.c103 fs_info->frag_size = frag_sectors * 512;
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c597 int frag_size; local
608 frag_size = frag_hdr.frag_length;
610 if (frag_size > (nds->pdu_size - nds->pdu_scan_offset))
614 nds->pdu_scan_offset += frag_size - NDR_RSP_HDR_SIZE;
1036 unsigned long frag_size; local
1040 frag_size = NDR_SERVER_FRAGSZ;
1044 if (pdu_size <= frag_size) {
1086 hdr->frag_length = frag_size;
1090 ndr_build_frag(nds, pdu_buf, frag_size);
1096 * frag_size
[all...]
H A Dndr_client.c298 int frag_size; local
308 frag_size = hdr.frag_length;
310 if (frag_size > (nds->pdu_size - nds->pdu_scan_offset)) {
316 nds->pdu_scan_offset += frag_size - NDR_RSP_HDR_SIZE;
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1127 size_t frag_size; /* size of fragments fore and aft */ local
1197 frag_size = (size_t)aligned_blk - (size_t)blk;
1198 if (frag_size != 0) {
1202 if (frag_size < MINSIZE + WORDSIZE) {
1209 frag_size += align;
1213 blksize -= frag_size;
1215 frag_size -= WORDSIZE;
1216 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk));
1230 frag_size = blksize - nbytes;
1231 if (frag_size >
[all...]
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c597 size_t frag_size = alloc_size - local
604 if (IS_OVERSIZE(frag_size, alloc_size)) {
613 frag_size = orig->size - data_size -
616 tail = oversize_header_alloc(taddr, frag_size);

Completed in 71 milliseconds