Searched refs:PPM_LEDON (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c381 * PPM_LEDON turns it on, PPM_LEDOFF turns it off.
390 ASSERT(action == PPM_LEDON || action == PPM_LEDOFF);
392 (action == PPM_LEDON) ? "on" : "off"));
397 if (action == PPM_LEDON)
420 if ((int)(uintptr_t)action == PPM_LEDON) {
425 new_action = PPM_LEDON;
478 xcppm_freeze_led((void *)PPM_LEDON);
1468 xcppm_set_led(PPM_LEDON);
1470 (void *)PPM_LEDON, PPM_LEDON_INTERVAL);
1474 xcppm_freeze_led((void *)PPM_LEDON);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h64 #define PPM_LEDON 1 /* (s10) */ macro

Completed in 47 milliseconds