Lines Matching refs:dmIntRoot
223 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()
693 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmPortContextInit() local
694 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmPortContextInit()
915 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmInitTimers() local
916 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmInitTimers()
922 DM_DBG6(("dmInitTimers: ******* tdsaRoot %p \n", dmIntRoot)); in dmInitTimers()