Home
last modified time | relevance | path

Searched refs:cbArg (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc69 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolAll() argument
76 void *cbArg) in ZpoolByGUID() argument
78 Guid *desiredPoolGUID(static_cast<Guid *>(cbArg)); in ZpoolByGUID()
88 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolByName() argument
90 const string &desiredPoolName(*static_cast<const string *>(cbArg)); in ZpoolByName()
H A Dvdev_iterator.h58 typedef bool VdevCallback_t(Vdev &vdev, void *cbArg);
116 void Each(VdevCallback_t *cb, void *cbArg);
H A Dzfsd_event.cc444 ZfsEvent::TryDetach(Vdev &vdev, void *cbArg) in TryDetach() argument
451 zpool_handle_t *hdl(static_cast<zpool_handle_t*>(cbArg)); in TryDetach()
H A Dzfsd.cc206 ZfsDaemon::VdevAddCaseFile(Vdev &vdev, void *cbArg) in VdevAddCaseFile() argument
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c4391 agsaIORequest_t *cbArg, in ossaFastSSPCompleted() argument
4399 agsaFastCBBuf_t *safb = (agsaFastCBBuf_t*)cbArg; in ossaFastSSPCompleted()
4414 if (safb->cb == agNULL || safb->cbArg == agNULL) in ossaFastSSPCompleted()
4450 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOFailed, in ossaFastSSPCompleted()
4526 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOFailed, in ossaFastSSPCompleted()
4533 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOOverRun, in ossaFastSSPCompleted()
4538 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOUnderRun, in ossaFastSSPCompleted()
4543 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOFailed, in ossaFastSSPCompleted()
4547 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOFailed, in ossaFastSSPCompleted()
4551 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOFailed, in ossaFastSSPCompleted()
[all …]
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h286 void *cbArg);
H A Dsaosapi.h308 agsaIORequest_t *cbArg,
H A Dsa.h3842 void *cbArg; member
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c280 void *cbArg) in saFastSSPPrepare() argument
355 pRequest->pIORequestContext = (agsaIORequest_t*)cbArg; in saFastSSPPrepare()