Searched refs:ti_pad (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_parse.h | 77 tf_pad_t *ti_pad; /* properties and dependents */ member in struct:tf_idata
|
H A D | topo_parse.c | 141 tf_pad_free(mp, p->ti_pad);
|
H A D | topo_xml.c | 1470 if (pad_process(mp, rd, cn, ntn, &newi->ti_pad) < 0) 1552 if (pad_process(mp, rd, nn, ntn, &newi->ti_pad) < 0)
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 140 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 51 milliseconds