Home
last modified time | relevance | path

Searched refs:dmIntRoot (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/discovery/dm/
HDdmport.c64 dmIntRoot_t *dmIntRoot = agNULL; in dmCreatePort() local
96 dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmCreatePort()
98 if (dmIntRoot == agNULL) in dmCreatePort()
104 dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmCreatePort()
179 dmIntRoot_t *dmIntRoot = agNULL; in dmDestroyPort() local
202 dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDestroyPort()
204 if (dmIntRoot == agNULL) in dmDestroyPort()
210 dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDestroyPort()
HDdminit.c223 dmIntRoot_t *dmIntRoot; in dmInitialize() local
275 dmIntRoot = (dmIntRoot_t *) (memoryAllocated->dmMemory[DM_ROOT_MEM_INDEX].virtPtr); in dmInitialize()
276 dmRoot->dmData = (void *) dmIntRoot; in dmInitialize()
278 dmAllShared = (dmIntContext_t *)&(dmIntRoot->dmAllShared); in dmInitialize()
453 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmSMPInit() local
454 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmSMPInit()
498 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDeviceDataInit() local
499 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDeviceDataInit()
604 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmExpanderDeviceDataInit() local
605 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmExpanderDeviceDataInit()
[all …]
HDdmdisc.c608 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmUpStreamDiscoverExpanderPhy() local
609 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmUpStreamDiscoverExpanderPhy()
1023 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmUpStreamDiscover2ExpanderPhy() local
1024 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmUpStreamDiscover2ExpanderPhy()
1441 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDownStreamDiscoverExpanderPhy() local
1442 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDownStreamDiscoverExpanderPhy()
2252 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDownStreamDiscover2ExpanderPhy() local
2253 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDownStreamDiscover2ExpanderPhy()
3051 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDiscoveringUndoAdd() local
3052 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDiscoveringUndoAdd()
[all …]
HDdmtimer.c118 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmProcessTimers() local
119 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmProcessTimers()
HDdmsmp.c55 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmSMPStart() local
56 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmSMPStart()
525 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmPhyControlSend() local
526 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmPhyControlSend()
562 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmReportGeneralSend() local
563 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmReportGeneralSend()
606 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmReportGeneralRespRcvd() local
607 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmReportGeneralRespRcvd()
715 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmReportGeneral2RespRcvd() local
716 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmReportGeneral2RespRcvd()
[all …]