Searched refs:nodeNum (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_dag.h123 int nodeNum; /* used by PrintDAG for debug only */ member in struct:RF_DagNode_s
166 int nodeNum; /* used by PrintDAG for debug only */ member in struct:RF_DagHeader_s
H A Drf_dagutils.c558 node->nodeNum, node->commitNode, node->name, rf_NodeStatusString(node),
562 printf("%d%s", node->succedents[i]->nodeNum,
584 printf("%d(%s)%s", node->antecedents[i]->nodeNum, anttype, (i == node->numAntecedents - 1) ? "\0" : " ");
620 printf("(0) %d Hdr: %s, s%d, (commit %d/%d) S{", dag_h->nodeNum,
623 printf("%d%s", dag_h->succedents[i]->nodeNum,
643 dag_h->nodeNum = nnum++;
660 node->nodeNum = num++;
709 nodes[node->nodeNum] = node;
739 scount[node->succedents[i]->nodeNum]++;
746 acount[node->antecedents[i]->nodeNum]
[all...]
H A Drf_parityloggingdags.c92 int nodeNum, asmNum; local
138 for (nodeNum = asmNum = 0; asmNum < 2; asmNum++) {
142 rf_InitNode(&rodNodes[nodeNum], rf_wait, RF_FALSE, rf_DiskReadFunc, rf_DiskReadUndoFunc, rf_GenericWakeupFunc, 1, 1, 4, 0, dag_h, "Rod", allocList);
143 rodNodes[nodeNum].params[0].p = pda;
144 rodNodes[nodeNum].params[1].p = pda->bufPtr;
145 rodNodes[nodeNum].params[2].v = parityStripeID;
146 rodNodes[nodeNum].params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, which_ru);
147 nodeNum++;
152 RF_ASSERT(nodeNum == nRodNodes);
H A Drf_dagffwr.c176 int nWndNodes, nRodNodes, i, nodeNum, asmNum; local
271 for (nodeNum = asmNum = 0; asmNum < 2; asmNum++) {
286 nodeNum++;
292 RF_ASSERT(nodeNum == nRodNodes);

Completed in 181 milliseconds