Searched refs:tf_edata_t (Results 1 – 3 of 3) sorted by relevance
62 } tf_edata_t; typedef93 tf_edata_t *rd_einfo; /* enumerator information, if any */210 extern void tf_edata_free(topo_mod_t *, tf_edata_t *);
209 tf_edata_free(topo_mod_t *mp, tf_edata_t *p) in tf_edata_free()215 topo_mod_free(mp, p, sizeof (tf_edata_t)); in tf_edata_free()
49 static tf_edata_t *enum_attributes_process(topo_mod_t *, xmlNodePtr);1565 static tf_edata_t *1568 tf_edata_t *einfo; in enum_attributes_process()1572 if ((einfo = topo_mod_zalloc(mp, sizeof (tf_edata_t))) == NULL) { in enum_attributes_process()1603 topo_mod_free(mp, einfo, sizeof (tf_edata_t)); in enum_attributes_process()