Searched refs:FDT_RET_GET_OK (Results 1 – 3 of 3) sorted by relevance
17 int fdt_exec_status = FDT_RET_GET_OK;62 return FDT_RET_GET_OK; in _dtb_node_get_dtb_properties_list()129 else if (fdt_exec_status != FDT_RET_GET_OK) in _dtb_node_get_dtb_nodes_list()140 else if (fdt_exec_status != FDT_RET_GET_OK) in _dtb_node_get_dtb_nodes_list()163 return FDT_RET_GET_OK; in _dtb_node_get_dtb_nodes_list()254 …status = _dtb_node_get_dtb_properties_list(dtb_node_head->properties, root_off)) != FDT_RET_GET_OK) in dtb_node_get_dtb_list()259 …de_get_dtb_nodes_list(dtb_node_head, dtb_node_head->child, dtb_node_head->path)) != FDT_RET_GET_OK) in dtb_node_get_dtb_list()
106 |FDT_RET_GET_OK | 执行成功 |
41 #define FDT_RET_GET_OK 0 macro
Completed in 9 milliseconds