apm_set_powstate
int apm_set_powstate(u_int devid, u_int powstate);
error = apm_set_powstate(actl->dev, actl->mode);
apm_set_powstate(APM_DEV_ALLDEVS, state);
apm_set_powstate(APM_DEV_ALLDEVS, APM_LASTREQ_INPROG);
apm_set_powstate(APM_DEV_DISK(0xff), APM_SYS_OFF);
rv = apm_set_powstate(APM_DEV_DISK(0xff), APM_SYS_OFF);
(void) apm_set_powstate(APM_DEV_ALLDEVS,
int apm_set_powstate(u_int devid, u_int powstate);