Searched refs:mbps (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 558 int kbps, mbps; local 561 mbps = bw/1000000; 563 if (mbps == 0) 566 (void) snprintf(buf, DLADM_STRSIZE, "%5u.%03u", mbps, 569 (void) snprintf(buf, DLADM_STRSIZE, "%5u", mbps);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/ |
H A D | mac.c | 122 int kbps, mbps; local 125 mbps = bw/1000000; 126 if ((mbps == 0) && (kbps != 0)) 129 mdb_snprintf(buf, len, "%5u", mbps);
|
Completed in 58 milliseconds