Home
last modified time | relevance | path

Searched refs:send_sat (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dsatmgr.c128 static void send_sat(struct satmgr_softc *, const char *);
380 send_sat(sc, "JJ"); in satmgr_sysctl_wdogenable()
383 send_sat(sc, "KK"); in satmgr_sysctl_wdogenable()
394 send_sat(sc, "GG"); in wdog_tickle()
443 send_sat(struct satmgr_softc *sc, const char *msg) in send_sat() function
753 send_sat(sc, "CCGG"); /* perform reboot */ in kreboot()
760 send_sat(sc, "EEGG"); /* force power off */ in kpwroff()
792 send_sat(sc, "8"); /* status LED green */ in sinit()
799 send_sat(sc, "C"); in sreboot()
806 send_sat(sc, "1"); in spwroff()
[all …]
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dbrdsetup.c70 static void send_sat(char *);
704 send_sat("AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"); in kurobrdfix()
711 send_sat("CCGG"); in kuroreset()
737 send_sat("247"); in synobrdfix()
927 send_sat("C"); in synoreset()
937 send_sat("PW"); in qnapbrdfix()
944 send_sat("f"); in qnapreset()
970 send_sat("SYN\n"); in dlinkbrdfix()
971 send_sat("ZWO\n"); /* power LED solid on */ in dlinkbrdfix()
1165 send_sat(char *msg) in send_sat() function