esm_devmap
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 *,
struct esm_devmap devmap;
esm_devmap(sc, &devmap);
esm_get_devmap(struct esm_softc *sc, int dev, struct esm_devmap *devmap)
memcpy(devmap, &resp.devmap[0], sizeof(struct esm_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,
struct esm_devmap devmap[1]; /* request one map at a time */