Searched refs:amr_alloccmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/amr/
H A Damrvar.h277 extern struct amr_command *amr_alloccmd(struct amr_softc *sc);
H A Damr.c624 while ((ac = amr_alloccmd(sc)) == NULL)
696 while ((ac = amr_alloccmd(sc)) == NULL)
867 while ((ac = amr_alloccmd(sc)) == NULL)
1075 ac = amr_alloccmd(sc);
1127 ac = amr_alloccmd(sc);
1165 ac = amr_alloccmd(sc);
1284 if ((ac = amr_alloccmd(sc)) == NULL)
1923 amr_alloccmd(struct amr_softc *sc) function
2401 if ((ac = amr_alloccmd(sc)) == NULL)
H A Damr_cam.c443 if ((ac = amr_alloccmd(sc)) == NULL) {

Completed in 161 milliseconds