Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c920 uint_t usecpc = td->tio_usecpc; in termio_delay() local
922 for (usec = (usec + usecpc / 2) / usecpc; usec != 0; usec--) { in termio_delay()