Searched refs:properties (Results 1 – 8 of 8) sorted by relevance
113 dtb_node->properties = (struct dtb_property *)malloc(sizeof(struct dtb_property)); in _dtb_node_get_dtb_nodes_list()116 if (dtb_node->properties == NULL || dtb_node->child == NULL) in _dtb_node_get_dtb_nodes_list()123 fdt_exec_status = _dtb_node_get_dtb_properties_list(dtb_node->properties, node_off); in _dtb_node_get_dtb_nodes_list()126 free(dtb_node->properties); in _dtb_node_get_dtb_nodes_list()127 dtb_node->properties = NULL; in _dtb_node_get_dtb_nodes_list()244 dtb_node_head->properties = (struct dtb_property *)malloc(sizeof(struct dtb_property)); in dtb_node_get_dtb_list()248 if (dtb_node_head->properties == NULL || dtb_node_head->child == NULL) in dtb_node_get_dtb_list()254 …if ((fdt_exec_status = _dtb_node_get_dtb_properties_list(dtb_node_head->properties, root_off)) != … in dtb_node_get_dtb_list()287 dtb_property = dtb_node->properties; in _dtb_node_free_dtb_node()393 dtb_property = dtb_node->properties; in _dtb_node_printf_dtb_node_info()[all …]
218 dtb_property = dtb_node->properties; in dtb_node_get_dtb_node_property()238 for (pp = dn->properties; pp != NULL; pp = pp->next)
388 for (pp = node->properties; pp; pp = pp->next) in dtb_node_write_prop()
23 uint16_t *properties; member
82 struct dtb_property *properties; member
688 uint32 properties; member
849 uint32 properties; member
1491 if (!xdr_uint32(xdrs, &objp->properties)) in xdr_FSINFO3resok()
Completed in 21 milliseconds