Searched refs:daDefaultDevice (Results 1 – 4 of 4) sorted by relevance
27 DeviceNode *daDefaultDevice = NULL; ///< Device to use if nothing else found variable147 if(daDefaultDevice != NULL) { in __DevRegister()151 daDefaultDevice = Node; in __DevRegister()
370 Node = daDefaultDevice; in ParsePath()383 Node = daDefaultDevice; in ParsePath()
41 extern DeviceNode *daDefaultDevice; ///< Device to use if nothing else found
849 if(daDefaultDevice != NULL) { in __dtor_DevShell()850 if(daDefaultDevice->InstanceList != NULL) { in __dtor_DevShell()851 FreePool(daDefaultDevice->InstanceList); in __dtor_DevShell()853 FreePool(daDefaultDevice); in __dtor_DevShell()