Home
last modified time | relevance | path

Searched defs:amr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Damr.c203 amr_inb(struct amr_softc *amr, int off) in amr_inb()
211 amr_inl(struct amr_softc *amr, int off) in amr_inl()
219 amr_outb(struct amr_softc *amr, int off, u_int8_t val) in amr_outb()
227 amr_outl(struct amr_softc *amr, int off, u_int32_t val) in amr_outl()
276 struct amr_softc *amr; in amr_attach() local
519 struct amr_softc *amr; in amr_rescan() local
544 amr_teardown(struct amr_softc *amr) in amr_teardown()
605 amr_init(struct amr_softc *amr, const char *intrstr, in amr_init()
784 struct amr_softc *amr; in amr_shutdown() local
809 struct amr_softc *amr; in amr_intr() local
[all …]
H A Dld_amr.c84 struct amr_softc *amr = device_private(parent); in ld_amr_attach() local
124 struct amr_softc *amr; in ld_amr_dobio() local
177 struct amr_softc *amr; in ld_amr_handler() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmr.c218 MatchingRule *amr, in mr_add()
285 MatchingRule *amr = NULL; in register_matching_rule() local
H A Dslap.h636 #define SLAP_MR_ASSOCIATED(mr,amr) \ argument