Lines Matching defs:edge
55 * - an edge from the GVT_SVC vertex for the instance's service
57 * - an edge to the GVT_INST vertex of the instance's resarter, if its
63 * snapshot, an edge to a GVT_GROUP vertex named by the FMRI of the
67 * group, an edge from the corresponding GVT_GROUP vertex to a
663 * Fake up an edge for the first iteration
1236 graph_edge_t *edge;
1245 for (edge = uu_list_first(groupv->gv_dependencies);
1246 edge != NULL;
1247 edge = uu_list_next(groupv->gv_dependencies, edge)) {
1248 i = dependency_satisfied(edge->ge_vertex, satbility);
1254 edge->ge_vertex->gv_name, i == 0 ? "ed" : "able");
1275 graph_edge_t *edge;
1284 for (edge = uu_list_first(groupv->gv_dependencies);
1285 edge != NULL;
1286 edge = uu_list_next(groupv->gv_dependencies, edge)) {
1287 s = dependency_satisfied(edge->ge_vertex, satbility);
1294 groupv->gv_name, edge->ge_vertex->gv_name,
1316 graph_edge_t *edge;
1325 for (edge = uu_list_first(groupv->gv_dependencies);
1326 edge != NULL;
1327 edge = uu_list_next(groupv->gv_dependencies, edge)) {
1328 v = edge->ge_vertex;
1480 graph_edge_t *edge, *e2;
1483 for (edge = uu_list_first(groupv->gv_dependencies);
1484 edge != NULL;
1485 edge = uu_list_next(groupv->gv_dependencies, edge)) {
1486 v = edge->ge_vertex;