Searched defs:number_to_scaled_string (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/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
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl670 sub number_to_scaled_string subroutine
713 return (number_to_scaled_string($number)) unless $opt_u;
/illumos-gate/usr/src/cmd/du/
H A Ddu.c540 number_to_scaled_string( function
602 number_to_scaled_string(numbuf, blocks, DEV_BSIZE, scale),
/illumos-gate/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,
346 number_to_scaled_string(numbuf, reserved,
349 number_to_scaled_string(numbuf,
352 number_to_scaled_string(numbuf, available,
461 number_to_scaled_string(numbuf,
465 number_to_scaled_string(numbuf,
470 number_to_scaled_string(numbuf,
498 number_to_scaled_string( function
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1183 number_to_scaled_string( function
1493 SCALED_WIDTH, number_to_scaled_string(total_blocks_buf,
1495 SCALED_WIDTH, number_to_scaled_string(used_blocks_buf,
1497 AVAILABLE_WIDTH, number_to_scaled_string(available_blocks_buf,
/illumos-gate/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));
2465 number_to_scaled_string( function

Completed in 97 milliseconds