agrreq
struct agrreq ar;
struct agrreq ar;
struct agrreq ar;
agr_setconfig(struct agr_softc *sc, const struct agrreq *ar)
agr_getportlist(struct agr_softc *sc, struct agrreq *ar)
agr_getconfig(struct agr_softc *sc, struct agrreq *ar)
static int agr_setconfig(struct agr_softc *, const struct agrreq *);
static int agr_getconfig(struct agr_softc *, struct agrreq *);
static int agr_getportlist(struct agr_softc *, struct agrreq *);
static int agrreq_copyin(const void *, struct agrreq *);
static int agrreq_copyout(void *, struct agrreq *);
agrreq_copyin(const void *ubuf, struct agrreq *ar)
agrreq_copyout(void *ubuf, struct agrreq *ar)