Home
last modified time | relevance | path

Searched refs:pAdapTemp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dgui_lib.c402 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_controller_count() local
405 while(pAdapTemp != NULL) in hpt_get_controller_count()
408 pAdapTemp = pAdapTemp->next; in hpt_get_controller_count()
416 IAL_ADAPTER_T *pAdapTemp; in hpt_get_controller_info() local
419 for (pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next) { in hpt_get_controller_info()
447 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_channel_info() local
450 while(pAdapTemp != NULL) in hpt_get_channel_info()
454 pAdapTemp = pAdapTemp->next; in hpt_get_channel_info()
467 if (pAdapTemp->mvChannel[bus].online == MV_TRUE) in hpt_get_channel_info()
468 pInfo->Devices[0] = VDEV_TO_ID(&pAdapTemp->VDevices[bus]); in hpt_get_channel_info()
[all …]
H A Dioctl.c70 IAL_ADAPTER_T *pAdapTemp; in get_disk_location() local
75 for (i=1, pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next, i++) { in get_disk_location()
77 if (pDev == &pAdapTemp->VDevices[j].u.disk) { in get_disk_location()
H A Dentry.c2462 IAL_ADAPTER_T *pAdapTemp; in launch_worker_thread() local
2467 for (pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next) { in launch_worker_thread()
2469 _VBUS_INST(&pAdapTemp->VBus) in launch_worker_thread()
2478 hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapTemp, pVDev, in launch_worker_thread()