HomeSort by: relevance | last modified time | path
    Searched defs:serial_refcount (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/sparc/
auxiotwo.c 54 static int serial_refcount; variable in typeref:typename:int
94 serial_refcount = 0;
128 serial_refcount++;
129 if (serial_refcount == 1 && serial_power == PORT_PWR_STANDBY)
134 serial_refcount--;
135 if (!serial_refcount && serial_power == PORT_PWR_STANDBY)
152 (serial_power == PORT_PWR_STANDBY && !serial_refcount))
159 if (serial_power == PORT_PWR_ON && !serial_refcount)
161 if (serial_power == PORT_PWR_OFF && serial_refcount)
169 (serial_power == PORT_PWR_STANDBY && serial_refcount))
    [all...]
auxiotwo.c 54 static int serial_refcount; variable in typeref:typename:int
94 serial_refcount = 0;
128 serial_refcount++;
129 if (serial_refcount == 1 && serial_power == PORT_PWR_STANDBY)
134 serial_refcount--;
135 if (!serial_refcount && serial_power == PORT_PWR_STANDBY)
152 (serial_power == PORT_PWR_STANDBY && !serial_refcount))
159 if (serial_power == PORT_PWR_ON && !serial_refcount)
161 if (serial_power == PORT_PWR_OFF && serial_refcount)
169 (serial_power == PORT_PWR_STANDBY && serial_refcount))
    [all...]
auxiotwo.c 54 static int serial_refcount; variable in typeref:typename:int
94 serial_refcount = 0;
128 serial_refcount++;
129 if (serial_refcount == 1 && serial_power == PORT_PWR_STANDBY)
134 serial_refcount--;
135 if (!serial_refcount && serial_power == PORT_PWR_STANDBY)
152 (serial_power == PORT_PWR_STANDBY && !serial_refcount))
159 if (serial_power == PORT_PWR_ON && !serial_refcount)
161 if (serial_power == PORT_PWR_OFF && serial_refcount)
169 (serial_power == PORT_PWR_STANDBY && serial_refcount))
    [all...]

Completed in 38 milliseconds