Home
last modified time | relevance | path

Searched refs:tf_pad_new (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h211 extern tf_pad_t *tf_pad_new(topo_mod_t *, int, int);
H A Dtopo_parse.c175 tf_pad_new(topo_mod_t *mp, int pcnt, int dcnt) in tf_pad_new() function
H A Dtopo_xml.c1275 if ((new = tf_pad_new(mp, pgcnt, dcnt)) == NULL) in pad_process()