Lines Matching refs:fail
25 SET_ERR_JMP(EINVAL, fail, "Node %s has loop to self", in node_has_loop_edge()
29 fail: in node_has_loop_edge()
56 SET_ERR_JMP(EINVAL, fail, "Graph needs at least a source node"); in graph_src_nodes_count()
57 fail: in graph_src_nodes_count()
74 EEXIST, fail, in graph_node_has_edge_to_src_node()
81 fail: in graph_node_has_edge_to_src_node()
117 SET_ERR_JMP(ENOMEM, fail, "Failed to alloc BFS queue of %zu", in graph_bfs()
137 fail: in graph_bfs()
152 SET_ERR_JMP(EINVAL, fail, in graph_has_isolated_node()
156 goto fail; in graph_has_isolated_node()
162 SET_ERR_JMP(EINVAL, fail, "Found isolated node %s", in graph_has_isolated_node()
166 fail: in graph_has_isolated_node()