Searched refs:mbps (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 593 int kbps, mbps; in dladm_bw2str() local 596 mbps = bw/1000000; in dladm_bw2str() 598 (void) snprintf(buf, DLADM_STRSIZE, "%5u.%03u", mbps, kbps); in dladm_bw2str() 600 (void) snprintf(buf, DLADM_STRSIZE, "%5u", mbps); in dladm_bw2str()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/ |
H A D | mac.c | 123 int kbps, mbps; in mac_flow_bw2str() local 126 mbps = bw/1000000; in mac_flow_bw2str() 127 if ((mbps == 0) && (kbps != 0)) in mac_flow_bw2str() 130 mdb_snprintf(buf, len, "%5u", mbps); in mac_flow_bw2str()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 9637 5920 3c592 EISA 10mbps Demon/Vortex
|