Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/api/
HDtiapi.h360 tiDeviceHandle_t *agDev[],
367 tiDeviceHandle_t *agDev[],
562 tiDeviceHandle_t *agDev[],
/NextBSD/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c5319 tiDeviceHandle_t **agDev; in agtiapi_GetDevHandle() local
5337 agDev = (tiDeviceHandle_t **) malloc( sizeof(tiDeviceHandle_t *) * pCard->devDiscover, in agtiapi_GetDevHandle()
5339 if (agDev == NULL) in agtiapi_GetDevHandle()
5349 free((caddr_t)agDev, M_PMC_MDEV); in agtiapi_GetDevHandle()
5357 memset( (void *)agDev, 0, sizeof(void *) * pCard->devDiscover ); in agtiapi_GetDevHandle()
5363 (tiDeviceHandle_t **)agDev, in agtiapi_GetDevHandle()
5400 if ( agDev[devIdx] != 0 ) in agtiapi_GetDevHandle()
5411 pDevice->pDevHandle = agDev[devIdx]; in agtiapi_GetDevHandle()
5417 tiINIGetDeviceInfo( &pCard->tiRoot, agDev[devIdx], in agtiapi_GetDevHandle()
5489 agDev[devIdx]->osData = (void *)&pCard->pDevList[lDevIndex]; in agtiapi_GetDevHandle()
[all …]
/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsadisc.c249 agsaDevHandle_t *agDev[], in saGetDeviceHandles() argument
274 saRoot->DeviceHandle[i] = agDev[i]; in saGetDeviceHandles()
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsaapi.h343 agsaDevHandle_t *agDev[],
HDsaosapi.h409 agsaDevHandle_t *agDev[],
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDossacmnapi.c5895 agsaDevHandle_t *agDev[], in ossaGetDeviceHandlesCB() argument
5905 agDev[i]; in ossaGetDeviceHandlesCB()