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

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdimpl.h 96 double li_sys; /* system call CPU time */ member in struct:lwp_info
rdimpl.c 259 id->id_sys += lwp->li_sys;
387 lwp->li_sys = (double)(TIME2NSEC(usage_buf->pr_stime) -
rdprot.c 137 {"li_sys", { format_ulong, offsetof(lwp_info_t, li_sys) }},
  /onnv/onnv-gate/usr/src/cmd/prstat/
prstat.h 102 float li_sys; /* system call CPU time */ member in struct:lwp_info
prsort.c 72 cpu += p->li_sys;
prstat.c 541 Format_pct(sys, lwp->li_sys, 4);
766 lwp->li_sys = 0;
770 lwp->li_sys = TIME2NSEC(usage->pr_stime)/period;
801 lwp->li_sys = 0;
806 lwp->li_sys = (TIME2NSEC(usage->pr_stime) -
    [all...]

Completed in 300 milliseconds