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

  /src/sys/arch/hppa/hppa/
autoconf.c 146 int _hppa_led_on_cycles[_HPPA_LEDS_BLINKABLE]; variable in typeref:typename:int[]
193 memset(_hppa_led_on_cycles, 0, sizeof(_hppa_led_on_cycles));
251 _hppa_led_on_cycles[HPPA_LED_HEARTBEAT] =
260 if (_hppa_led_on_cycles[led_i] > 0)
262 if (_hppa_led_on_cycles[led_i] >= 0)
263 _hppa_led_on_cycles[led_i]--;
autoconf.c 146 int _hppa_led_on_cycles[_HPPA_LEDS_BLINKABLE]; variable in typeref:typename:int[]
193 memset(_hppa_led_on_cycles, 0, sizeof(_hppa_led_on_cycles));
251 _hppa_led_on_cycles[HPPA_LED_HEARTBEAT] =
260 if (_hppa_led_on_cycles[led_i] > 0)
262 if (_hppa_led_on_cycles[led_i] >= 0)
263 _hppa_led_on_cycles[led_i]--;

Completed in 26 milliseconds