Lines Matching refs:dmIntRoot
222 dmIntRoot_t *dmIntRoot; in dmInitialize() local
274 dmIntRoot = (dmIntRoot_t *) (memoryAllocated->dmMemory[DM_ROOT_MEM_INDEX].virtPtr); in dmInitialize()
275 dmRoot->dmData = (void *) dmIntRoot; in dmInitialize()
277 dmAllShared = (dmIntContext_t *)&(dmIntRoot->dmAllShared); in dmInitialize()
452 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmSMPInit() local
453 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmSMPInit()
497 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDeviceDataInit() local
498 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDeviceDataInit()
603 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmExpanderDeviceDataInit() local
604 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmExpanderDeviceDataInit()
692 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmPortContextInit() local
693 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmPortContextInit()
914 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmInitTimers() local
915 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmInitTimers()
921 DM_DBG6(("dmInitTimers: ******* tdsaRoot %p \n", dmIntRoot)); in dmInitTimers()