Lines Matching refs:dmRoot
59 dmRoot_t *dmRoot, in dmCreatePort() argument
70 if (dmRoot == agNULL) in dmCreatePort()
95 dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmCreatePort()
111 tddmSingleThreadedEnter(dmRoot, DM_PORT_LOCK); in dmCreatePort()
115 tddmSingleThreadedLeave(dmRoot, DM_PORT_LOCK); in dmCreatePort()
127 onePortContext->dmRoot = dmRoot; in dmCreatePort()
143 tddmSingleThreadedEnter(dmRoot, DM_PORT_LOCK); in dmCreatePort()
145 tddmSingleThreadedLeave(dmRoot, DM_PORT_LOCK); in dmCreatePort()
149 tddmSingleThreadedLeave(dmRoot, DM_PORT_LOCK); in dmCreatePort()
174 dmRoot_t *dmRoot, in dmDestroyPort() argument
183 if (dmRoot == agNULL) in dmDestroyPort()
201 dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDestroyPort()
233 dmDiscoverAbort(dmRoot, onePortContext); in dmDestroyPort()
248 dmCleanAllExp(dmRoot, onePortContext); in dmDestroyPort()
253 dmDumpAllMainExp(dmRoot, onePortContext); in dmDestroyPort()
256 dmDiscoveryExpanderCleanUp(dmRoot, onePortContext); in dmDestroyPort()
259 dmDumpAllMainExp(dmRoot, onePortContext); in dmDestroyPort()
262 dmDumpAllMainDevice(dmRoot, onePortContext); in dmDestroyPort()
264 dmDiscoveryDeviceCleanUp(dmRoot, onePortContext); in dmDestroyPort()
267 dmDumpAllMainDevice(dmRoot, onePortContext); in dmDestroyPort()
269 dmPortContextReInit(dmRoot, onePortContext); in dmDestroyPort()
271 tddmSingleThreadedEnter(dmRoot, DM_PORT_LOCK); in dmDestroyPort()
291 tddmSingleThreadedLeave(dmRoot, DM_PORT_LOCK); in dmDestroyPort()