Lines Matching refs:SET_ERR_JMP
60 SET_ERR_JMP(ENOMEM, free, "Failed to calloc %s object", in graph_node_add()
84 SET_ERR_JMP(ENODEV, fail, "Found isolated node %s", node->name); in node_to_graph_node()
102 SET_ERR_JMP(EINVAL, fail, in graph_node_edges_add()
126 SET_ERR_JMP(EINVAL, fail, in graph_adjacency_list_update()
156 SET_ERR_JMP(EFAULT, fail, "Pattern %s node not found", pattern); in expand_pattern_to_node()
189 SET_ERR_JMP(rc, err, "Node %s init() failed", in graph_node_init()
229 SET_ERR_JMP(ENOLINK, fail, "Node %s not found", name); 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()
291 SET_ERR_JMP(E2BIG, free, "Too big name=%s", name); in rte_graph_create()
374 SET_ERR_JMP(rc, done, "Graph %s destroy failed", in rte_graph_destroy()