Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Daac_ioctl.h157 struct aac_rev_check { struct
/freebsd/sys/dev/aac/
H A Daac.c200 static int aac_rev_check(struct aac_softc *sc, caddr_t udata);
2874 error = aac_rev_check(sc, arg); in aac_ioctl()
3395 aac_rev_check(struct aac_softc *sc, caddr_t udata) in aac_rev_check() function
3397 struct aac_rev_check rev_check; in aac_rev_check()
3407 sizeof(struct aac_rev_check))) != 0) { in aac_rev_check()
/freebsd/sys/dev/aacraid/
H A Daacraid.c195 static int aac_rev_check(struct aac_softc *sc, caddr_t udata);
2674 error = aac_rev_check(sc, arg); in aac_ioctl()
3292 aac_rev_check(struct aac_softc *sc, caddr_t udata) in aac_rev_check() function
3294 struct aac_rev_check rev_check; in aac_rev_check()
3304 sizeof(struct aac_rev_check))) != 0) { in aac_rev_check()