Home
last modified time | relevance | path

Searched refs:PPMDC_LED_OFF (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h206 #define PPMDC_LED_OFF 9 macro
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1039 "LED_OFF", PPMDC_LED_OFF,
1260 if ((cmd == PPMDC_LED_OFF) || (cmd == PPMDC_LED_ON)) { in ppm_lookup_dc()
H A Dppm.c2548 (val == PPMD_ON) ? PPMDC_LED_ON : PPMDC_LED_OFF); in ppm_set_led()