/src/sys/arch/sandpoint/sandpoint/ |
satmgr.c | 128 static void send_sat(struct satmgr_softc *, const char *); 380 send_sat(sc, "JJ"); 383 send_sat(sc, "KK"); 394 send_sat(sc, "GG"); 443 send_sat(struct satmgr_softc *sc, const char *msg) function in typeref:typename:void 753 send_sat(sc, "CCGG"); /* perform reboot */ 760 send_sat(sc, "EEGG"); /* force power off */ 792 send_sat(sc, "8"); /* status LED green */ 799 send_sat(sc, "C"); 806 send_sat(sc, "1") [all...] |
satmgr.c | 128 static void send_sat(struct satmgr_softc *, const char *); 380 send_sat(sc, "JJ"); 383 send_sat(sc, "KK"); 394 send_sat(sc, "GG"); 443 send_sat(struct satmgr_softc *sc, const char *msg) function in typeref:typename:void 753 send_sat(sc, "CCGG"); /* perform reboot */ 760 send_sat(sc, "EEGG"); /* force power off */ 792 send_sat(sc, "8"); /* status LED green */ 799 send_sat(sc, "C"); 806 send_sat(sc, "1") [all...] |
/src/sys/arch/sandpoint/stand/altboot/ |
brdsetup.c | 70 static void send_sat(char *); 704 send_sat("AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"); 711 send_sat("CCGG"); 737 send_sat("247"); 927 send_sat("C"); 937 send_sat("PW"); 944 send_sat("f"); 970 send_sat("SYN\n"); 971 send_sat("ZWO\n"); /* power LED solid on */ 1165 send_sat(char *msg function in typeref:typename:void [all...] |
brdsetup.c | 70 static void send_sat(char *); 704 send_sat("AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"); 711 send_sat("CCGG"); 737 send_sat("247"); 927 send_sat("C"); 937 send_sat("PW"); 944 send_sat("f"); 970 send_sat("SYN\n"); 971 send_sat("ZWO\n"); /* power LED solid on */ 1165 send_sat(char *msg function in typeref:typename:void [all...] |