HomeSort by relevance Sort by last modified time
    Searched refs:size (Results 1 - 8 of 8) sorted by null

  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Disk/
bitesize.d 3 * bitesize.d - analyse disk I/O size by process.
6 * This produces a report for the size of disk events caused by
19 * value size in bytes
25 * are being rounded up to the nearest sector size or UFS block size.
67 this->size = args[0]->b_bcount;
70 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
79 printa("%8d %S\n%@d\n", @Size);
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Net/
tcpwdist.d 6 * This measures the size of writes from applications to the TCP level, which
7 * may well be much larger than the MTU size (this is application writes not
9 * traffic, and the size of the writes by that application. It uses a simple
28 * value TCP write payload size in bytes
69 this->size = msgdsize(args[1]);
72 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
80 printa(" PID: %-6d CMD: %S\n%@d\n", @Size);
tcpsnoop.d 24 * SIZE packet size, bytes
49 * 12-Mar-2005 " " Changed probes, size info now printed.
71 "SIZE", "CMD");
255 self->size = 54; /* should check trailers */
259 self->faddr, self->fport, self->size, self->name);
263 self->faddr, self->fport, self->size, self->name);
265 self->size = 0;
281 self->size = msgdsize(args[2]) + 14; /* should check trailers */
304 self->size = msgdsize(args[1]) + 14; /* should check trailers *
    [all...]
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/FS/
rfileio.d 54 self->size = args[1]->uio_resid;
59 /self->size/
62 sum(self->size - self->uiop->uio_resid);
63 self->size = 0;
69 /self->size && args[0]->b_flags & B_READ/
rfsio.d 61 self->size = args[1]->uio_resid;
66 /self->size/
69 sum(self->size - self->uiop->uio_resid);
70 self->size = 0;
76 /self->size && args[0]->b_flags & B_READ/
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Proc/
rwbytype.d 70 self->size = args[1]->uio_resid;
78 @bytes[pid, execname, self->type, "R"] = sum(self->size - this->resid);
80 self->size = 0;
89 @bytes[pid, execname, self->type, "W"] = sum(self->size - this->resid);
91 self->size = 0;
  /livemedia/livemedia/
usbcopy 50 size = 0;
55 printf("%s\t%s\t%s\t%s\n", physdev, node, size, devname);
65 } else if (match($1, "Size")) {
66 size = $2;
74 printf("%s\t%s\t%s\t%s\n", physdev, node, size, devname);
81 size[$i]=$s
91 echo "$j: ${log[$j]} ${size[$j]} ${mult[$j]} ${desc[$j]}"
118 sz=${size[$choice]}
build_live_dvd 54 # minimize the size of the miniroot and reduce memory usage. This
384 # increase ramdisk size substantially, so these are left on the
485 mkisofs -o $ISO_FILE -b boot/grub/stage2_eltorito -c .catalog -no-emul-boot -boot-load-size 4 -boot-info-table -N -l -R -U -allow-multidot -no-iso-translate -cache-inodes -d -D -V "$VOLUMEID" "$BOOTCD_PROTO"

Completed in 300 milliseconds