HomeSort by: relevance | last modified time | path
    Searched refs:cbFunc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/raidframe/
rf_engine.h 41 void (*cbFunc) (void *), void *); /* execute dag */
rf_stripelocks.h 57 void (*cbFunc) (void *); /* callback function */
103 (_lrd).cbFunc = (_cbf); \
rf_dag.h 171 void (*cbFunc) (void *); /* function to call when the dag
173 void *cbArg; /* argument for cbFunc */
rf_reconstruct.h 184 void (*cbFunc) (void *), void *);
rf_engine.c 697 * cause cbFunc to get invoked with cbArg when the DAG has completed.
706 rf_DispatchDAG(RF_DagHeader_t *dag, void (*cbFunc) (void *),
732 dag->cbFunc = cbFunc;
815 (nd->dagHdr->cbFunc) (nd->dagHdr->cbArg);
rf_stripelocks.c 248 * if and only if you have to wait, we'll cause cbFunc to get invoked
629 (t->cbFunc) (t->cbArg);
rf_reconstruct.c 1752 * and only if we return non-zero, we'll cause the cbFunc to get
1757 void (*cbFunc)(void *), void *cbArg)
1854 cb->callbackFunc = cbFunc;
rf_netbsdkintf.c 2279 void (*cbFunc) (struct buf *), void *cbArg, int logBytesPerSector)
2294 bp->b_iodone = cbFunc;

Completed in 140 milliseconds