esm_softc
esm_cmd(struct esm_softc *sc, void *cmd, size_t cmdlen, void *resp,
esm_smb_cmd(struct esm_softc *sc, struct esm_smb_req *req,
sizeof(struct esm_softc), esm_match, esm_attach,
int esm_get_devmap(struct esm_softc *, int, struct esm_devmap *);
void esm_devmap(struct esm_softc *, struct esm_devmap *);
void esm_make_sensors(struct esm_softc *, struct esm_devmap *,
int esm_thresholds(struct esm_softc *, struct esm_devmap *,
int esm_bmc_ready(struct esm_softc *, int, u_int8_t, u_int8_t, int);
int esm_cmd(struct esm_softc *, void *, size_t, void *, size_t,
int esm_smb_cmd(struct esm_softc *, struct esm_smb_req *,
struct esm_softc *sc = (struct esm_softc *)self;
struct esm_softc *sc = arg;
struct esm_softc *sc = arg;
esm_get_devmap(struct esm_softc *sc, int dev, struct esm_devmap *devmap)
esm_devmap(struct esm_softc *sc, struct esm_devmap *devmap)
esm_make_sensors(struct esm_softc *sc, struct esm_devmap *devmap,
esm_thresholds(struct esm_softc *sc, struct esm_devmap *devmap,
esm_bmc_ready(struct esm_softc *sc, int port, u_int8_t mask, u_int8_t val,