Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h77 tf_pad_t *ti_pad; /* properties and dependents */ member
H A Dtopo_parse.c143 tf_pad_free(mp, p->ti_pad); in tf_idata_free()
H A Dtopo_xml.c1472 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0) in fac_process()
1554 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0) in node_process()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c125 termio_attr_val_t ti_pad; /* Pad character */ member
322 { "pad", TIO_ATTR_STR, &termio_info.ti_pad },
852 char pad = td->tio_info.ti_pad.at_str[0]; in termio_delay()
1375 if (td->tio_info.ti_pad.at_str == NULL) in termio_setup_attrs()
1376 td->tio_info.ti_pad.at_str = ""; /* \0 is the pad char */ in termio_setup_attrs()