Lines Matching defs:PHB_RUNNING
34 #define PHB_RUNNING 1
66 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) {
71 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) {
106 phantom_status(dev, dev->status | PHB_RUNNING)){
124 phantom_status(dev, dev->status & ~PHB_RUNNING);
180 if (dev->status & PHB_RUNNING) {
247 phantom_status(dev, dev->status & ~PHB_RUNNING);
263 if (!(dev->status & PHB_RUNNING))