Lines Matching defs:pathp
1174 graph_insert_dependency(graph_vertex_t *fv, graph_vertex_t *tv, int **pathp)
1186 *pathp = is_path_to(tv, fv);
1187 if (*pathp)
2057 * if the dependency would create a cycle. In the last case, *pathp will
2063 int **pathp)
2124 err = graph_insert_dependency(v, rv, pathp);
2321 int **pathp; /* return circular dependency path */
2333 * ELOOP - Adding the dependency creates a circular dependency. *info->pathp
2447 info->err = graph_insert_dependency(depgroup_v, v, info->pathp);
2521 int **pathp; /* return circular dependency path */
2649 err = graph_insert_dependency(info->v, depgrp, info->pathp);
2659 linfo.pathp = info->pathp;
2691 * In the last case, *pathp will point to a -1-terminated array of ids which
2695 set_dependencies(graph_vertex_t *v, scf_instance_t *inst, int **pathp)
2713 info.pathp = pathp;