Searched refs:agDev (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/api/ |
H A D | tiapi.h | 359 tiDeviceHandle_t *agDev[], 366 tiDeviceHandle_t *agDev[], 561 tiDeviceHandle_t *agDev[],
|
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiapi.c | 5272 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 D | sadisc.c | 248 agsaDevHandle_t *agDev[], in saGetDeviceHandles() argument 273 saRoot->DeviceHandle[i] = agDev[i]; in saGetDeviceHandles()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 342 agsaDevHandle_t *agDev[],
|
H A D | saosapi.h | 408 agsaDevHandle_t *agDev[],
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | ossacmnapi.c | 5894 agsaDevHandle_t *agDev[], in ossaGetDeviceHandlesCB() argument 5904 agDev[i]; in ossaGetDeviceHandlesCB()
|