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

/netbsd-current/sys/arch/mac68k/dev/
H A Dpm_direct.c182 int pm_send_pm2(u_char);
640 pm_send_pm2(u_char data) function
715 if ((rval = pm_send_pm2((u_char)(pm_cmd & 0xff))))
722 if ((rval = pm_send_pm2((u_char)(num_pm_data & 0xff))) != 0)
727 if ((rval = pm_send_pm2((u_char)(num_pm_data & 0xff))) != 0)
733 if ((rval = pm_send_pm2(pm_buf[i])) != 0)

Completed in 143 milliseconds