HomeSort by: relevance | last modified time | path
    Searched refs:Total (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslerror.c 341 * Total - Total length of line
354 UINT32 Total)
395 if (Total >= 256)
451 * Total - Number of characters printed so far
465 UINT32 *Total)
562 if (*Total < 256)
572 else if (*Total == 256)
588 *Total += 1;
639 UINT32 Total = 0
    [all...]
  /src/usr.bin/systat/
syscall.c 59 struct vmtotal Total;
203 show_vmstat_top(&s.Total, &s.uvmexp, &s1.uvmexp);
437 size = sizeof(stats->Total);
440 if (sysctl(mib, 2, &stats->Total, &size, NULL, 0) < 0) {
442 memset(&stats->Total, 0, sizeof(stats->Total));
vmstat.c 65 struct vmtotal Total;
418 show_vmstat_top(vmtotal_t *Total, uvmexp_sysctl_t *uvm, uvmexp_sysctl_t *uvm1)
436 putint(Total->t_rq - 1, PROCSROW + 1, PROCSCOL + 3, 3);
437 putint(Total->t_dw, PROCSROW + 1, PROCSCOL + 6, 3);
438 putint(Total->t_sl, PROCSROW + 1, PROCSCOL + 9, 3);
497 show_vmstat_top(&s.Total, &s.uvmexp, &s1.uvmexp);
517 /* Get total size of metadata buffers */
841 size = sizeof(stats->Total);
844 if (sysctl(mib, 2, &stats->Total, &size, NULL, 0) < 0) {
846 memset(&stats->Total, 0, sizeof(stats->Total))
    [all...]
  /src/distrib/amiga/stand/
device-streams.README.md 19 Total Blocks: 234441648 Block Size 512
23 --| Start Block: 3024 End Block: 2099663 Total Blocks: 2096640
27 --| Start Block: 2099664 End Block: 23070095 Total Blocks: 20970432
43 start block: 3024 end block: 2099663 total blocks: 2096640
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
vexpress-v2p-ca15-tc1.dts 211 /* Total current for the two cores */
225 /* Total power */
232 /* Total energy */
vexpress-v2p-ca15_a7.dts 360 /* Total current for the two A15 cores */
367 /* Total current for the three A7 cores */
381 /* Total power for the two A15 cores */
388 /* Total power for the three A7 cores */
395 /* Total energy for the two A15 cores */
402 /* Total energy for the three A7 cores */
kirkwood-laplug.dts 126 /* Total size : 512MB */
  /src/usr.sbin/ac/
ac.c 78 static time_t Total = 0;
251 Total += secs;
266 Total += secs;
349 * print total login time for 24hr period in decimal hours
359 (void)strftime(date, sizeof (date), "%b %e total",
475 * print yesterday's total
534 * print yesterday's total
553 show("total", Total);
  /src/common/dist/zlib/contrib/ada/
buffer_demo.adb 94 ("Total in : " & Count'Image (Total_In (Decompressor)) &
  /src/common/dist/zlib/os400/
zlib.inc 96 D zs_total_in 10U 0 Total bytes read
99 D zs_total_out 10U 0 Total bytes written
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 250 * Total size in bytes including this field. It must be a multiple
274 * Return the total size in bytes of the on-disk value profile data
306 * Return the total size of \c ValueProfileData.
363 * total number of value profile sites : sum(NumValueSites[*])). Each
367 /* Total number of value profile kinds which have at least one
419 * \brief Return the total size of the value profile record including the
439 * \brief Return the total number of value data for \c This record.
472 * Return the total size in bytes of the on-disk value profile data
  /src/usr.sbin/sysinst/
msg.mi.en 309 * $5 = total size 2TB
316 Flags: $3(N)ewfs$4. Total size: $5, free: $6}
1429 * $1 = total disk size 3000 GB
1433 { Total size of $0 is $1, available: $2}
msg.mi.es 311 * $5 = total size 2TB
318 Flags: $3(N)ewfs$4. Total: $5, free: $6}
1471 * $1 = total disk size 3000 GB
1475 { Tama�o total del disco $0: $1 - libre: $2}
msg.mi.pl 298 * $5 = total size 2TB
304 Flags: $3(N)ewfs$4. Total: $5, free: $6}
1409 * $1 = total disk size 3000 GB

Completed in 36 milliseconds