Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h80 tf_pad_t *ti_pad; /* properties and dependents */ member
H A Dtopo_parse.c141 tf_pad_free(mp, p->ti_pad); in tf_idata_free()
H A Dtopo_xml.c1487 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0) in fac_process()
1569 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0) in node_process()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c140 termio_attr_val_t ti_pad; /* Pad character */ member
340 { "pad", TIO_ATTR_STR, &termio_info.ti_pad },
919 char pad = td->tio_info.ti_pad.at_str[0]; in termio_delay()
1515 if (td->tio_info.ti_pad.at_str == NULL) in termio_setup_attrs()
1516 td->tio_info.ti_pad.at_str = ""; /* \0 is the pad char */ in termio_setup_attrs()