Home
last modified time | relevance | path

Searched refs:number_to_scaled_string (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/swap/
H A Dswap.c88 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
/titanic_41/usr/src/cmd/pgstat/
H A Dpgstat.pl599 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
/titanic_41/usr/src/cmd/du/
H A Ddu.c540 number_to_scaled_string( in number_to_scaled_string() function
602 number_to_scaled_string(numbuf, blocks, DEV_BSIZE, scale), in printsize()
/titanic_41/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl670 sub number_to_scaled_string subroutine
713 return (number_to_scaled_string($number)) unless $opt_u;
/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c1183 number_to_scaled_string( in number_to_scaled_string() function
1493 SCALED_WIDTH, number_to_scaled_string(total_blocks_buf, in k_output()
1495 SCALED_WIDTH, number_to_scaled_string(used_blocks_buf, in k_output()
1497 AVAILABLE_WIDTH, number_to_scaled_string(available_blocks_buf, in k_output()
/titanic_41/usr/src/cmd/ls/
H A Dls.c255 static char *number_to_scaled_string(numbuf_t buf,
1313 number_to_scaled_string(hbuf, p->lsize, hscale)); in pentry()
2465 number_to_scaled_string( in number_to_scaled_string() function