Searched refs:number_to_scaled_string (Results 1 – 6 of 6) sorted by relevance
/onnv-gate/usr/src/cmd/swap/ |
H A D | swap.c | 88 static char *number_to_scaled_string(numbuf_t buf, unsigned long long number, 343 number_to_scaled_string(numbuf, allocated, in doswap() 346 number_to_scaled_string(numbuf, reserved, in doswap() 349 number_to_scaled_string(numbuf, in doswap() 352 number_to_scaled_string(numbuf, available, in doswap() 461 number_to_scaled_string(numbuf, in list() 465 number_to_scaled_string(numbuf, in list() 470 number_to_scaled_string(numbuf, in list() 498 number_to_scaled_string( in number_to_scaled_string() function
|
/onnv-gate/usr/src/cmd/pgstat/ |
H A D | pgstat.pl | 599 number_to_scaled_string($utilization), 600 number_to_scaled_string($capacity), 634 number_to_scaled_string($hw_utilization), 635 number_to_scaled_string($capacity); 703 $pgs{$pg}->{utilization} = number_to_scaled_string($utilization); 704 $pgs{$pg}->{capacity} = number_to_scaled_string($capacity); 768 number_to_scaled_string($pgs{$pg}->{utilization}), 769 number_to_scaled_string($pgs{$pg}->{capacity}); 977 sub number_to_scaled_string subroutine
|
/onnv-gate/usr/src/cmd/du/ |
H A D | du.c | 540 number_to_scaled_string( in number_to_scaled_string() function 602 number_to_scaled_string(numbuf, blocks, DEV_BSIZE, scale), in printsize()
|
/onnv-gate/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 670 sub number_to_scaled_string subroutine 713 return (number_to_scaled_string($number)) unless $opt_u;
|
/onnv-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 1197 number_to_scaled_string( function 1507 SCALED_WIDTH, number_to_scaled_string(total_blocks_buf, 1509 SCALED_WIDTH, number_to_scaled_string(used_blocks_buf, 1511 AVAILABLE_WIDTH, number_to_scaled_string(available_blocks_buf,
|
/onnv-gate/usr/src/cmd/ls/ |
H A D | ls.c | 253 static char *number_to_scaled_string(numbuf_t buf, 1293 number_to_scaled_string(hbuf, p->lsize, hscale)); in pentry() 2430 number_to_scaled_string( in number_to_scaled_string() function
|