Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h74 } tf_pad_t; typedef
80 tf_pad_t *ti_pad; /* properties and dependents */
98 tf_pad_t *rd_pad; /* properties and dependents */
211 extern tf_pad_t *tf_pad_new(topo_mod_t *, int, int);
217 extern void tf_pad_free(topo_mod_t *, tf_pad_t *);
H A Dtopo_parse.c174 tf_pad_t *
177 tf_pad_t *r; in tf_pad_new()
181 if ((r = topo_mod_zalloc(mp, sizeof (tf_pad_t))) == NULL) in tf_pad_new()
189 tf_pad_free(topo_mod_t *mp, tf_pad_t *p) in tf_pad_free()
202 topo_mod_free(mp, p, sizeof (tf_pad_t)); in tf_pad_free()
H A Dtopo_xml.c55 tf_pad_t **);
457 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr dxn, tnode_t *ptn) in dependent_create()
505 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr pxn, tnode_t *ptn) in dependents_create()
701 pgroups_create(topo_mod_t *mp, tf_pad_t *pad, tnode_t *ptn) in pgroups_create()
1035 tf_pad_t *rpad, int pi, const char *ppgrp_name) in pgroup_record()
1130 tf_pad_t *rpad, const char *ppgrp) in pgroups_record()
1181 tf_pad_t **rpad) in pad_process()
1187 tf_pad_t *new = *rpad; in pad_process()
1707 tf_pad_t **rpad) in decorate_nodes()