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

/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c716 int totsize = 0;
745 totsize += write_debug_header (&modbeg.dst_a_modbeg_header,
747 totsize += write_debug_data1 (*((char *) &modbeg.dst_b_modbeg_flags),
749 totsize += write_debug_data1 (modbeg.dst_b_modbeg_unused,
751 totsize += write_debug_data4 (modbeg.dst_l_modbeg_language,
753 totsize += write_debug_data2 (modbeg.dst_w_version_major,
755 totsize += write_debug_data2 (modbeg.dst_w_version_minor,
757 totsize += write_debug_data1 (modbeg.dst_b_modbeg_name,
759 totsize += write_debug_string (module_name, "module name", dosizeonly);
760 totsize
715 int totsize = 0; local
773 int totsize = 0; local
794 int totsize = 0; local
888 int totsize; local
938 int totsize = 0; local
1073 int totsize = 0; local
1253 int totsize = 0; local
1691 int totsize; local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_sf.h35 __be16 totsize; /* total bytes in shortform list */ member in struct:xfs_attr_shortform::xfs_attr_sf_hdr
70 ((dp)->i_afp->if_u1.if_data))->hdr.totsize))
H A Dxfs_attr_leaf.c197 hdr->totsize = cpu_to_be16(sizeof(*hdr));
256 be16_add(&sf->hdr.totsize, size);
270 int base, size=0, end, totsize, i; local
302 totsize = be16_to_cpu(sf->hdr.totsize);
303 if (end != totsize)
304 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end);
306 be16_add(&sf->hdr.totsize, -size);
311 totsize -= size;
312 if (totsize
[all...]
H A Dxfs_inode.c508 size = be16_to_cpu(atp->hdr.totsize);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Ddump_machdep.c149 vm_size_t size, totsize, hdrsize; local
162 totsize = size + 2 * sizeof(kdh);
163 if (totsize > di->mediasize) {
165 "refusing to dump.\n", (long)totsize,
172 dumplo = di->mediaoffset + di->mediasize - totsize;
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c86 static long totsize; /* total print job size in bytes */ variable
110 totsize = 0;
476 printf("%ld bytes\n", totsize);
477 totsize = 0;
583 totsize += copies * lbuf.st_size;
/freebsd-9.3-release/sys/vm/
H A Duma_core.c1348 u_int totsize; local
1352 totsize = sizeof(struct uma_slab_refcnt) +
1355 totsize = sizeof(struct uma_slab) +
1358 if (totsize & UMA_ALIGN_PTR)
1359 totsize = (totsize & ~UMA_ALIGN_PTR) +
1361 keg->uk_pgoff = (UMA_SLAB_SIZE * keg->uk_ppera) - totsize;
1364 totsize = keg->uk_pgoff + sizeof(struct uma_slab_refcnt)
1367 totsize = keg->uk_pgoff + sizeof(struct uma_slab)
1377 if (totsize > UMA_SLAB_SIZ
1607 u_int objsize, totsize, wsize; local
[all...]
/freebsd-9.3-release/sbin/savecore/
H A Dsavecore.c326 off_t dmpcnt, totsize; local
328 totsize = dumpsize;
338 nr = pread(fd, buf, wl, lasthd - (totsize - dumpsize) - wl);

Completed in 183 milliseconds