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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c228 char *tio_attrs; /* Attribute string buffer */ member in struct:termio_data
229 size_t tio_attrslen; /* Length in bytes of tio_attrs */
595 if (td->tio_attrs)
596 mdb_free(td->tio_attrs, td->tio_attrslen);
1323 td->tio_attrs = mdb_alloc(nbytes, UM_SLEEP);
1325 td->tio_attrs = NULL;
1328 bufp = td->tio_attrs;

Completed in 50 milliseconds