Symbol: send_sat
sys/arch/sandpoint/sandpoint/satmgr.c
1054
send_sat(sc, "\x80\x36\x4a"); /* query button state with parity */
sys/arch/sandpoint/sandpoint/satmgr.c
1068
send_sat(sc, "UU"); /* make front panel LED flashing */
sys/arch/sandpoint/sandpoint/satmgr.c
128
static void send_sat(struct satmgr_softc *, const char *);
sys/arch/sandpoint/sandpoint/satmgr.c
380
send_sat(sc, "JJ");
sys/arch/sandpoint/sandpoint/satmgr.c
383
send_sat(sc, "KK");
sys/arch/sandpoint/sandpoint/satmgr.c
394
send_sat(sc, "GG");
sys/arch/sandpoint/sandpoint/satmgr.c
753
send_sat(sc, "CCGG"); /* perform reboot */
sys/arch/sandpoint/sandpoint/satmgr.c
760
send_sat(sc, "EEGG"); /* force power off */
sys/arch/sandpoint/sandpoint/satmgr.c
792
send_sat(sc, "8"); /* status LED green */
sys/arch/sandpoint/sandpoint/satmgr.c
799
send_sat(sc, "C");
sys/arch/sandpoint/sandpoint/satmgr.c
806
send_sat(sc, "1");
sys/arch/sandpoint/sandpoint/satmgr.c
829
send_sat(sc, "V"); /* status LED green */
sys/arch/sandpoint/sandpoint/satmgr.c
836
send_sat(sc, "Pf"); /* beep and reboot */
sys/arch/sandpoint/sandpoint/satmgr.c
843
send_sat(sc, "PA"); /* beep and power off */
sys/arch/sandpoint/sandpoint/satmgr.c
865
send_sat(sc, "ZWC\n");
sys/arch/sandpoint/sandpoint/satmgr.c
872
send_sat(sc, "SYN\nSYN\n");
sys/arch/sandpoint/stand/altboot/brdsetup.c
70
static void send_sat(char *);
sys/arch/sandpoint/stand/altboot/brdsetup.c
704
send_sat("AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK");
sys/arch/sandpoint/stand/altboot/brdsetup.c
711
send_sat("CCGG");
sys/arch/sandpoint/stand/altboot/brdsetup.c
737
send_sat("247");
sys/arch/sandpoint/stand/altboot/brdsetup.c
927
send_sat("C");
sys/arch/sandpoint/stand/altboot/brdsetup.c
937
send_sat("PW");
sys/arch/sandpoint/stand/altboot/brdsetup.c
944
send_sat("f");
sys/arch/sandpoint/stand/altboot/brdsetup.c
970
send_sat("SYN\n");
sys/arch/sandpoint/stand/altboot/brdsetup.c
971
send_sat("ZWO\n"); /* power LED solid on */