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

  /src/sys/dev/raidframe/
rf_dagutils.c 553 char *anttype; local in function:rf_RecurPrintDAG
567 switch (node->antType[i]) {
569 anttype = "T";
572 anttype = "A";
575 anttype = "O";
578 anttype = "C";
581 anttype = "?";
584 printf("%d(%s)%s", node->antecedents[i]->nodeNum, anttype, (i == node->numAntecedents - 1) ? "\0" : " ");
rf_dagutils.c 553 char *anttype; local in function:rf_RecurPrintDAG
567 switch (node->antType[i]) {
569 anttype = "T";
572 anttype = "A";
575 anttype = "O";
578 anttype = "C";
581 anttype = "?";
584 printf("%d(%s)%s", node->antecedents[i]->nodeNum, anttype, (i == node->numAntecedents - 1) ? "\0" : " ");
rf_dagutils.c 553 char *anttype; local in function:rf_RecurPrintDAG
567 switch (node->antType[i]) {
569 anttype = "T";
572 anttype = "A";
575 anttype = "O";
578 anttype = "C";
581 anttype = "?";
584 printf("%d(%s)%s", node->antecedents[i]->nodeNum, anttype, (i == node->numAntecedents - 1) ? "\0" : " ");

Completed in 36 milliseconds