Searched refs:tmponeDeviceData (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c3591 dmDeviceData_t *tmponeDeviceData = agNULL; local
3610 tmponeDeviceData = DMLIST_OBJECT_BASE(dmDeviceData_t, MainLink, DeviceListList);
3611 if ( tmponeDeviceData == agNULL)
3613 DM_DBG1(("dmUpdateAllAdjacent: tmponeDeviceData is NULL!!!\n"));
3616 DM_DBG3(("dmUpdateAllAdjacent: loop did %d\n", tmponeDeviceData->id));
3617 if (tmponeDeviceData->dmPortContext == onePortContext && tmponeDeviceData->ExpDevice == oneDeviceData)
3620 DM_DBG2(("dmUpdateAllAdjacent: tmponeDeviceData sasAddressHi 0x%08x sasAddressLo 0x%08x\n",
3621 tmponeDeviceData->SASAddressID.sasAddressHi, tmponeDeviceData
[all...]

Completed in 104 milliseconds