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

  /src/sys/dev/raidframe/
rf_stripelocks.h 58 void *cbArg; /* argument to callback function */
104 (_lrd).cbArg = (void *) (_cba); \
rf_dag.h 173 void *cbArg; /* argument for cbFunc */
rf_engine.c 697 * cause cbFunc to get invoked with cbArg when the DAG has completed.
707 void *cbArg)
733 dag->cbArg = cbArg;
815 (nd->dagHdr->cbFunc) (nd->dagHdr->cbArg);
rf_stripelocks.c 249 * with cbArg when you are granted the lock. We store a tag in
629 (t->cbFunc) (t->cbArg);
rf_reconstruct.c 1753 * invoked with the cbArg when the reconstruction has completed.
1757 void (*cbFunc)(void *), void *cbArg)
1855 cb->callbackArg = cbArg;
rf_netbsdkintf.c 2279 void (*cbFunc) (struct buf *), void *cbArg, int logBytesPerSector)
2295 bp->b_private = cbArg;

Completed in 19 milliseconds