Lines Matching refs:fail
26 SET_ERR_JMP(EINVAL, fail, "Node %s has loop to self", in node_has_loop_edge()
30 fail: in node_has_loop_edge()
57 SET_ERR_JMP(EINVAL, fail, "Graph needs at least a source node"); in graph_src_nodes_count()
58 fail: in graph_src_nodes_count()
75 EEXIST, fail, in graph_node_has_edge_to_src_node()
82 fail: in graph_node_has_edge_to_src_node()
118 SET_ERR_JMP(ENOMEM, fail, "Failed to alloc BFS queue of %zu", in graph_bfs()
138 fail: in graph_bfs()
153 SET_ERR_JMP(EINVAL, fail, in graph_has_isolated_node()
157 goto fail; in graph_has_isolated_node()
163 SET_ERR_JMP(EINVAL, fail, "Found isolated node %s", in graph_has_isolated_node()
167 fail: in graph_has_isolated_node()