Lines Matching refs:fail
84 SET_ERR_JMP(ENODEV, fail, "Found isolated node %s", node->name); in node_to_graph_node()
85 fail: in node_to_graph_node()
102 SET_ERR_JMP(EINVAL, fail, in graph_node_edges_add()
105 goto fail; in graph_node_edges_add()
109 fail: in graph_node_edges_add()
126 SET_ERR_JMP(EINVAL, fail, in graph_adjacency_list_update()
130 goto fail; in graph_adjacency_list_update()
136 fail: in graph_adjacency_list_update()
151 goto fail; in expand_pattern_to_node()
156 SET_ERR_JMP(EFAULT, fail, "Pattern %s node not found", pattern); in expand_pattern_to_node()
159 fail: in expand_pattern_to_node()
229 SET_ERR_JMP(ENOLINK, fail, "Node %s not found", name); in graph_mem_fixup_node_ctx()
234 fail: in graph_mem_fixup_node_ctx()
272 SET_ERR_JMP(EINVAL, fail, "Param should not be NULL"); in rte_graph_create()
275 SET_ERR_JMP(EINVAL, fail, "Graph name should not be NULL"); in rte_graph_create()
280 SET_ERR_JMP(EEXIST, fail, "Found duplicate graph %s", in rte_graph_create()
286 SET_ERR_JMP(ENOMEM, fail, "Failed to calloc graph object"); in rte_graph_create()
352 fail: in rte_graph_create()
412 fail: in rte_graph_id_to_name()
434 fail: in rte_graph_node_get()
559 fail: in graph_scan_dump()