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

/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc68 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) argument
75 void *cbArg)
77 Guid *desiredPoolGUID(static_cast<Guid *>(cbArg));
87 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) argument
89 const string &desiredPoolName(*static_cast<const string *>(cbArg));
74 ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) argument
H A Dvdev_iterator.h58 typedef bool VdevCallback_t(Vdev &vdev, void *cbArg);
114 * \param cbArg Argument to pass to cb.
116 void Each(VdevCallback_t *cb, void *cbArg);
H A Dzfsd_event.cc441 ZfsEvent::TryDetach(Vdev &vdev, void *cbArg) argument
448 zpool_handle_t *hdl(static_cast<zpool_handle_t*>(cbArg));
H A Dzfsd.cc204 ZfsDaemon::VdevAddCaseFile(Vdev &vdev, void *cbArg) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c4391 agsaIORequest_t *cbArg,
4399 agsaFastCBBuf_t *safb = (agsaFastCBBuf_t*)cbArg;
4414 if (safb->cb == agNULL || safb->cbArg == agNULL)
4429 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, OSSA_IO_SUCCESS, 0);
4450 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOFailed,
4466 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOSuccess,
4475 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOSuccess, 0);
4516 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOSuccess,
4526 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOFailed,
4533 ((ostiFastSSPCb_t)safb->cb)(tiRoot, safb->cbArg, tiIOOverRu
4389 ossaFastSSPCompleted( agsaRoot_t *agRoot, agsaIORequest_t *cbArg, bit32 agIOStatus, bit32 agIOInfoLen, void *agParam, bit16 sspTag, bit32 agOtherInfo ) argument
[all...]
/freebsd-11-stable/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 in struct:agsaFastCBBuf_s
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c280 void *cbArg)
355 pRequest->pIORequestContext = (agsaIORequest_t*)cbArg;
276 saFastSSPPrepare( void *ioh, agsaFastCommand_t *fc, ossaSSPCompletedCB_t cb, void *cbArg) argument

Completed in 126 milliseconds