Searched refs:agDev (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h360 tiDeviceHandle_t *agDev[],
367 tiDeviceHandle_t *agDev[],
562 tiDeviceHandle_t *agDev[],
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c234 * \param agDev[] Pointer of array of device handles
249 agsaDevHandle_t *agDev[],
274 saRoot->DeviceHandle[i] = agDev[i];
243 saGetDeviceHandles( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, agsaPortContext_t *agPortContext, bit32 flags, agsaDevHandle_t *agDev[], bit32 skipCount, bit32 MaxDevs ) argument
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c82 "allocated in agtiapi_GetDevHandle as local mem for **agDev" );
5316 // tiDeviceHandle_t *agDev[pCard->devDiscover];
5317 tiDeviceHandle_t **agDev; local
5335 agDev = (tiDeviceHandle_t **) malloc( sizeof(tiDeviceHandle_t *) * pCard->devDiscover,
5337 if (agDev == NULL)
5339 AGTIAPI_PRINTK( "agtiapi_GetDevHandle: failed to alloc agDev[]\n" );
5347 free((caddr_t)agDev, M_PMC_MDEV);
5355 memset( (void *)agDev, 0, sizeof(void *) * pCard->devDiscover );
5361 (tiDeviceHandle_t **)agDev,
5398 if ( agDev[devId
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h343 agsaDevHandle_t *agDev[],
H A Dsaosapi.h409 agsaDevHandle_t *agDev[],
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c5880 * \param agDev: Array containing pointers to the device handles
5895 agsaDevHandle_t *agDev[],
5905 agDev[i];
5891 ossaGetDeviceHandlesCB( agsaRoot_t *agRoot, agsaContext_t *agContext, agsaPortContext_t *agPortContext, agsaDevHandle_t *agDev[], bit32 validDevs ) argument

Completed in 146 milliseconds