Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/amr/
HDamr_cam.c92 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
199 sc->amr_cam_command = amr_cam_command; in amr_cam_attach()
413 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) in amr_cam_command() function
HDamrvar.h257 int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp); member
HDamr.c1211 if ((ac == NULL) && (sc->amr_cam_command != NULL)) in amr_startio()
1212 sc->amr_cam_command(sc, &ac); in amr_startio()