Home
last modified time | relevance | path

Searched refs:amr_cam_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/amr/
Damr_cam.c92 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
200 sc->amr_cam_command = amr_cam_command; in amr_cam_attach()
417 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) in amr_cam_command() function
Damrvar.h257 int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp); member
Damr.c1220 if ((ac == NULL) && (sc->amr_cam_command != NULL)) in amr_startio()
1221 sc->amr_cam_command(sc, &ac); in amr_startio()