Searched refs:Format_pct (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/prstat/ |
H A D | prutil.h | 46 extern void Format_pct(char *, float, int);
|
H A D | prstat.c | 477 Format_pct(pmem, mem, 4); in list_print() 478 Format_pct(pcpu, cpu, 4); in list_print() 528 Format_pct(pcpu, in list_print() 559 Format_pct(usr, lwp->li_usr, 4); in list_print() 560 Format_pct(sys, lwp->li_sys, 4); in list_print() 561 Format_pct(slp, lwp->li_slp, 4); in list_print() 566 Format_pct(trp, lwp->li_trp, 4); in list_print() 567 Format_pct(tfl, lwp->li_tfl, 4); in list_print() 568 Format_pct(dfl, lwp->li_dfl, 4); in list_print() 569 Format_pct(lck, lwp->li_lck, 4); in list_print() [all …]
|
H A D | prutil.c | 157 Format_pct(char *str, float val, int length) in Format_pct() function
|