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

  /src/sys/external/bsd/acpica/dist/compiler/
aslerror.c 233 * Total - Total length of line
246 UINT32 Total)
287 if (Total >= 256)
343 * Total - Number of characters printed so far
357 UINT32 *Total)
454 if (*Total < 256)
464 else if (*Total == 256)
480 *Total += 1;
531 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/usr.sbin/ac/
ac.c 78 static time_t Total = 0;
251 Total += secs;
266 Total += secs;
350 * print total login time for 24hr period in decimal hours
360 (void)strftime(date, sizeof (date), "%b %e total",
476 * print yesterday's total
535 * print yesterday's total
554 show("total", Total);
  /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}
1470 * $1 = total disk size 3000 GB
1474 { 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 107 milliseconds