Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c437 static const uint_t bitsmap[] = { CS6, CS6, CS7, CS8 }; in kmdb_parse_mode() local
476 tip->c_cflag = (tip->c_cflag & ~CSIZE) | bitsmap[*w - '5']; in kmdb_parse_mode()