satmgr_softc
msattalk(struct satmgr_softc *sc, const char *cmd)
mbutton(struct satmgr_softc *sc, int ch)
struct satmgr_softc *sc = arg;
struct satmgr_softc *sc = arg;
struct satmgr_softc *sc = arg;
static void send_sat(struct satmgr_softc *, const char *);
static void send_sat_len(struct satmgr_softc *, const char *, int);
static void rxintr(struct satmgr_softc *);
static void txintr(struct satmgr_softc *);
static void startoutput(struct satmgr_softc *);
static void kreboot(struct satmgr_softc *);
static void mreboot(struct satmgr_softc *);
static void sreboot(struct satmgr_softc *);
static void qreboot(struct satmgr_softc *);
static void ireboot(struct satmgr_softc *);
static void kpwroff(struct satmgr_softc *);
static void mpwroff(struct satmgr_softc *);
static void spwroff(struct satmgr_softc *);
static void qpwroff(struct satmgr_softc *);
static void dpwroff(struct satmgr_softc *);
static void ipwroff(struct satmgr_softc *);
static void kbutton(struct satmgr_softc *, int);
static void mbutton(struct satmgr_softc *, int);
static void sbutton(struct satmgr_softc *, int);
static void qbutton(struct satmgr_softc *, int);
static void dbutton(struct satmgr_softc *, int);
static void ibutton(struct satmgr_softc *, int);
static void msattalk(struct satmgr_softc *, const char *);
static void isattalk(struct satmgr_softc *, int, int, int, int, int, int);
void (*reboot)(struct satmgr_softc *);
void (*pwroff)(struct satmgr_softc *);
void (*dispatch)(struct satmgr_softc *, int);
struct satmgr_softc *sc = device_private(self);
struct satmgr_softc *sc = device_lookup_private(&satmgr_cd, 0);
struct satmgr_softc *sc;
struct satmgr_softc *sc = arg;
struct satmgr_softc *sc;
struct satmgr_softc *sc;
send_sat(struct satmgr_softc *sc, const char *msg)
send_sat_len(struct satmgr_softc *sc, const char *msg, int len)
struct satmgr_softc *sc;
struct satmgr_softc *sc;
struct satmgr_softc *sc;
struct satmgr_softc *sc;
struct satmgr_softc *sc;
struct satmgr_softc *sc = kn->kn_hook;
struct satmgr_softc *sc = kn->kn_hook;
struct satmgr_softc *sc = device_lookup_private(&satmgr_cd, 0);
struct satmgr_softc *sc = arg;
rxintr(struct satmgr_softc *sc)
txintr(struct satmgr_softc *sc)
startoutput(struct satmgr_softc *sc)
struct satmgr_softc *sc = arg;
kreboot(struct satmgr_softc *sc)
kpwroff(struct satmgr_softc *sc)
kbutton(struct satmgr_softc *sc, int ch)
struct satmgr_softc *sc = device_private(self);
sreboot(struct satmgr_softc *sc)
spwroff(struct satmgr_softc *sc)
sbutton(struct satmgr_softc *sc, int ch)
struct satmgr_softc *sc = device_private(self);
qreboot(struct satmgr_softc *sc)
qpwroff(struct satmgr_softc *sc)
qbutton(struct satmgr_softc *sc, int ch)
dpwroff(struct satmgr_softc *sc)
dbutton(struct satmgr_softc *sc, int ch)
struct satmgr_softc *sc = device_private(self);
ireboot(struct satmgr_softc *sc)
ipwroff(struct satmgr_softc *sc)
ibutton(struct satmgr_softc *sc, int ch)
isattalk(struct satmgr_softc *sc, int pow, int led, int rat, int fan,
CFATTACH_DECL_NEW(satmgr, sizeof(struct satmgr_softc),
struct satmgr_softc *sc = device_private(self);
mreboot(struct satmgr_softc *sc)
mpwroff(struct satmgr_softc *sc)