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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h77 tf_pad_t *ti_pad; /* properties and dependents */ member in struct:tf_idata
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c140 termio_attr_val_t ti_pad; /* Pad character */ member in struct:termio_info
337 { "pad", TIO_ATTR_STR, &termio_info.ti_pad },
901 char pad = td->tio_info.ti_pad.at_str[0];
1424 if (td->tio_info.ti_pad.at_str == NULL)
1425 td->tio_info.ti_pad.at_str = ""; /* \0 is the pad char */

Completed in 64 milliseconds