Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/aac/
H A Daac.c1183 if (aac_alloc_command(sc, &cm)) /* get a command */ in aac_bio_command()
1364 aac_alloc_command(struct aac_softc *sc, struct aac_command **cmp) in aac_alloc_command() function
2965 if (aac_alloc_command(sc, (struct aac_command **)arg)) { in aac_ioctl_event()
2994 if (aac_alloc_command(sc, &cm)) { in aac_ioctl_sendfib()
3082 if (aac_alloc_command(sc, &cm)) { in aac_ioctl_send_raw_srb()
H A Daacvar.h467 extern int aac_alloc_command(struct aac_softc *sc,
H A Daac_cam.c395 if (aac_alloc_command(sc, &cm)) { in aac_cam_action()