an_write_rid      153 dev/ic/an.c    int	an_write_rid(struct an_softc *, int, void *, int);
an_write_rid     1032 dev/ic/an.c    	if (an_write_rid(sc, AN_RID_SSIDLIST, &sc->sc_buf,
an_write_rid     1041 dev/ic/an.c    	(void)an_write_rid(sc, AN_RID_APLIST, &sc->sc_buf,
an_write_rid     1050 dev/ic/an.c    	(void)an_write_rid(sc, AN_RID_ENCAP, &sc->sc_buf,
an_write_rid     1059 dev/ic/an.c    	if (an_write_rid(sc, AN_RID_GENCONFIG, &sc->sc_config,
an_write_rid     1591 dev/ic/an.c    		if ((error = an_write_rid(sc, type, akey, sizeof(*akey))) != 0)
an_write_rid     1601 dev/ic/an.c    		error = an_write_rid(sc, type, akey, sizeof(*akey));