Searched refs:cbFunc (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_engine.h41 void (*cbFunc) (void *), void *); /* execute dag */
H A Drf_stripelocks.h57 void (*cbFunc) (void *); /* callback function */ member in struct:RF_LockReqDesc_s
103 (_lrd).cbFunc = (_cbf); \
H A Drf_dag.h171 void (*cbFunc) (void *); /* function to call when the dag member in struct:RF_DagHeader_s
173 void *cbArg; /* argument for cbFunc */
H A Drf_reconstruct.h184 void (*cbFunc) (void *), void *);
H A Drf_engine.c697 * 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);
H A Drf_stripelocks.c248 * if and only if you have to wait, we'll cause cbFunc to get invoked
629 (t->cbFunc) (t->cbArg);
H A Drf_reconstruct.c1752 * and only if we return non-zero, we'll cause the cbFunc to get
1757 void (*cbFunc)(void *), void *cbArg)
1854 cb->callbackFunc = cbFunc;
H A Drf_netbsdkintf.c2279 void (*cbFunc) (struct buf *), void *cbArg, int logBytesPerSector)
2294 bp->b_iodone = cbFunc;

Completed in 235 milliseconds