Home
last modified time | relevance | path

Searched refs:aac_rev_check (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/aac/
H A Daac_ioctl.h159 struct aac_rev_check { struct
H A Daac.c198 static int aac_rev_check(struct aac_softc *sc, caddr_t udata);
2864 error = aac_rev_check(sc, arg); in aac_ioctl()
3402 aac_rev_check(struct aac_softc *sc, caddr_t udata) in aac_rev_check() function
3404 struct aac_rev_check rev_check; in aac_rev_check()
3414 sizeof(struct aac_rev_check))) != 0) { in aac_rev_check()