Lines Matching refs:md_node_t
151 md_node_t *
154 md_node_t *nodep; in md_new_node()
156 nodep = calloc(1, sizeof (md_node_t)); in md_new_node()
170 md_new_property(mmd_t *mdp, md_node_t *nodep, uint8_t type, char *sp) in md_new_property()
190 md_add_value_property(mmd_t *mdp, md_node_t *nodep, char *sp, uint64_t value) in md_add_value_property()
202 md_add_string_property(mmd_t *mdp, md_node_t *nodep, char *sp, char *bufp) in md_add_string_property()
220 md_add_data_property(mmd_t *mdp, md_node_t *nodep, char *sp, int len, in md_add_data_property()
240 md_add_arc_property(mmd_t *mdp, md_node_t *nodep, char *arcnamep, in md_add_arc_property()
241 md_node_t *tgtnodep) in md_add_arc_property()
253 md_node_t *
254 md_link_new_node(mmd_t *mdp, char *nodenamep, md_node_t *parentnodep, in md_link_new_node()
257 md_node_t *nodep; in md_link_new_node()
283 md_node_t *nodep; in md_destroy()
286 md_node_t *tmp_nodep; in md_destroy()
300 md_free_node(mmd_t *mdp, md_node_t *nodep) in md_free_node()
386 create_mde(md_element_t *mdep, int type, md_node_t *nodep, md_prop_t *propp) in create_mde()
430 md_node_t *nodep; in md_gen_bin()