Lines Matching refs:devInfo
141 tiINIGetDeviceInfo(root, dev, &pDev->devInfo); \
1796 tiDeviceInfo_t devInfo; in agtiapi_cam_action() local
1889 tiINIGetDeviceInfo( &pmcsc->tiRoot, pDevHandle, &devInfo ); in agtiapi_cam_action()
1890 switch (devInfo.info.devType_S_Rate & 0xF) in agtiapi_cam_action()
5400 &pDevice->devInfo ); in agtiapi_GetDevHandle()
5557 tiINIGetDeviceInfo( &pCard->tiRoot, agDev[devIdx], &pDevice->devInfo ); in agtiapi_GetDevHandle()
5768 if (sizeof(pDevice->targetName) >= pDevice->devInfo.osAddress1 + in wwncpy()
5769 pDevice->devInfo.osAddress2) in wwncpy()
5772 pDevice->devInfo.remoteName, in wwncpy()
5773 pDevice->devInfo.osAddress1); in wwncpy()
5774 memcpy(pDevice->targetName + pDevice->devInfo.osAddress1, in wwncpy()
5775 pDevice->devInfo.remoteAddress, in wwncpy()
5776 pDevice->devInfo.osAddress2); in wwncpy()
5777 pDevice->targetLen = pDevice->devInfo.osAddress1 + in wwncpy()
5778 pDevice->devInfo.osAddress2; in wwncpy()
5784 pDevice->devInfo.osAddress1, pDevice->devInfo.osAddress2); in wwncpy()