Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h359 tiDeviceHandle_t *agDev[],
366 tiDeviceHandle_t *agDev[],
561 tiDeviceHandle_t *agDev[],
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c5272 tiDeviceHandle_t **agDev; in agtiapi_GetDevHandle() local
5290 agDev = (tiDeviceHandle_t **) malloc( sizeof(tiDeviceHandle_t *) * pCard->devDiscover, in agtiapi_GetDevHandle()
5292 if (agDev == NULL) in agtiapi_GetDevHandle()
5302 free((caddr_t)agDev, M_PMC_MDEV); in agtiapi_GetDevHandle()
5310 memset( (void *)agDev, 0, sizeof(void *) * pCard->devDiscover ); in agtiapi_GetDevHandle()
5316 (tiDeviceHandle_t **)agDev, in agtiapi_GetDevHandle()
5353 if ( agDev[devIdx] != NULL ) in agtiapi_GetDevHandle()
5364 pDevice->pDevHandle = agDev[devIdx]; in agtiapi_GetDevHandle()
5370 tiINIGetDeviceInfo( &pCard->tiRoot, agDev[devIdx], in agtiapi_GetDevHandle()
5442 agDev[devIdx]->osData = (void *)&pCard->pDevList[lDevIndex]; in agtiapi_GetDevHandle()
[all …]
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c248 agsaDevHandle_t *agDev[], in saGetDeviceHandles() argument
273 saRoot->DeviceHandle[i] = agDev[i]; in saGetDeviceHandles()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h342 agsaDevHandle_t *agDev[],
H A Dsaosapi.h408 agsaDevHandle_t *agDev[],
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c5894 agsaDevHandle_t *agDev[], in ossaGetDeviceHandlesCB() argument
5904 agDev[i]; in ossaGetDeviceHandlesCB()