PWR_OFF           162 bsp/drv/dev/base/pm.c 		case PWR_OFF:
PWR_OFF           313 bsp/drv/dev/base/pm.c 	machine_powerdown(PWR_OFF);
PWR_OFF           409 bsp/drv/dev/base/pm.c 	case PWR_OFF:
PWR_OFF           128 bsp/hal/arm/integrator/machdep.c 	case PWR_OFF:
PWR_OFF           112 bsp/hal/ppc/prep/machdep.c 	case PWR_OFF:
PWR_OFF           108 bsp/hal/x86/pc/machdep.c 	case PWR_OFF:
PWR_OFF           128 usr/sbin/pmctrl/pmctrl.c 	m.data[0] = PWR_OFF;
PWR_OFF           196 usr/server/pow/pow.c 		if (state == PWR_OFF || state == PWR_REBOOT) {
PWR_OFF           294 usr/server/pow/pow.c 	pmact.pwrbtn = PWR_OFF;
PWR_OFF           297 usr/server/pow/pow.c 	pmact.lowbatt = PWR_OFF;
PWR_OFF           149 usr/test/kmon/cmd.c 	int error, state = PWR_OFF;
PWR_OFF           102 usr/test/shutdown/shutdown.c 	m.data[0] = reboot ? PWR_REBOOT : PWR_OFF;