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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c149 termio_attr_val_t ti_pb; /* Lowest baud rate that requires pad */ member in struct:termio_info
346 { "pb", TIO_ATTR_INT, &termio_info.ti_pb },
918 int pb = td->tio_info.ti_pb.at_val;
1435 if (td->tio_info.ti_pb.at_val < 0)
1436 td->tio_info.ti_pb.at_val = 0;

Completed in 62 milliseconds