HomeSort by: relevance | last modified time | path
    Searched defs:unvisited (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/raidframe/
rf_dagutils.c 551 rf_RecurPrintDAG(RF_DagNode_t *node, int depth, int unvisited)
556 node->visited = (unvisited) ? 0 : 1;
589 if (node->succedents[i]->visited == unvisited)
590 rf_RecurPrintDAG(node->succedents[i], depth + 1, unvisited);
597 int unvisited, i; local in function:rf_PrintDAG
616 unvisited = dag_h->succedents[0]->visited;
628 if (dag_h->succedents[i]->visited == unvisited)
629 rf_RecurPrintDAG(dag_h->succedents[i], 1, unvisited);
637 int unvisited, i, nnum; local in function:rf_AssignNodeNums
641 unvisited = dag_h->succedents[0]->visited
779 int i, unvisited; local in function:rf_ValidateVisitedBits
814 int unvisited; local in function:rf_ValidateDAG
    [all...]

Completed in 12 milliseconds