Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h71 } tf_pad_t; typedef
77 tf_pad_t *ti_pad; /* properties and dependents */
95 tf_pad_t *rd_pad; /* properties and dependents */
207 extern tf_pad_t *tf_pad_new(topo_mod_t *, int, int);
213 extern void tf_pad_free(topo_mod_t *, tf_pad_t *);
H A Dtopo_parse.c176 tf_pad_t *
179 tf_pad_t *r; in tf_pad_new()
183 if ((r = topo_mod_zalloc(mp, sizeof (tf_pad_t))) == NULL) in tf_pad_new()
191 tf_pad_free(topo_mod_t *mp, tf_pad_t *p) in tf_pad_free()
205 topo_mod_free(mp, p, sizeof (tf_pad_t)); in tf_pad_free()
H A Dtopo_xml.c55 tf_pad_t **);
455 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr dxn, tnode_t *ptn) in dependent_create()
503 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr pxn, tnode_t *ptn) in dependents_create()
688 pgroups_create(topo_mod_t *mp, tf_pad_t *pad, tnode_t *ptn) in pgroups_create()
1023 tf_pad_t *rpad, int pi, const char *ppgrp_name) in pgroup_record()
1119 tf_pad_t *rpad, const char *ppgrp) in pgroups_record()
1170 tf_pad_t **rpad) in pad_process()
1175 tf_pad_t *new = *rpad; in pad_process()
1692 tf_pad_t **rpad) in decorate_nodes()