Home
last modified time | relevance | path

Searched refs:pDevHandle (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/mrsas/
HDmrsas_fp.c748 u_int16_t *pDevHandle = &io_info->devHandle; in mr_spanset_get_phy_params() local
777 *pDevHandle = MR_PdDevHandleGet(pd, map); in mr_spanset_get_phy_params()
779 *pDevHandle = MR_PD_INVALID; in mr_spanset_get_phy_params()
786 *pDevHandle = MR_PdDevHandleGet(pd, map); in mr_spanset_get_phy_params()
1450 u_int16_t *pDevHandle = &io_info->devHandle; in MR_GetPhyParams() local
1492 *pDevHandle = MR_PdDevHandleGet(pd, map); in MR_GetPhyParams()
1494 *pDevHandle = MR_PD_INVALID; /* set dev handle as invalid. */ in MR_GetPhyParams()
1503 *pDevHandle = MR_PdDevHandleGet(pd, map); in MR_GetPhyParams()
/NextBSD/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c1799 tiDeviceHandle_t *pDevHandle = NULL; // acts as flag as well in agtiapi_cam_action() local
1886 pDevHandle = pmcsc->pDevList[TID].pDevHandle; in agtiapi_cam_action()
1890 if (pDevHandle) in agtiapi_cam_action()
1892 tiINIGetDeviceInfo( &pmcsc->tiRoot, pDevHandle, &devInfo ); in agtiapi_cam_action()
3043 !(pccb->devHandle = pmcsc->pDevList[TID].pDevHandle)) in agtiapi_PrepareSGListCB()
3735 !(pccb->devHandle = pmcsc->pDevList[TID].pDevHandle) ) in agtiapi_PrepareSMPSGListCB()
5411 pDevice->pDevHandle = agDev[devIdx]; in agtiapi_GetDevHandle()
5601 pDevice->pDevHandle = agDev[devIdx]; in agtiapi_GetDevHandle()
5615 if ( ( pDevice->pDevHandle != NULL || in agtiapi_GetDevHandle()
5949 pCard->pDevList[lIdx].pDevHandle = NULL; in agtiapi_clrRmScan()
[all …]
HDagtiapi.h195 tiDeviceHandle_t *pDevHandle; member
HDosapi.c562 dev = pCard->pDevList[offset].pDevHandle; in ostiMapToDevHandle()