Home
last modified time | relevance | path

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

/netbsd/sbin/amrctl/
H A Damrctl.c521 ae3->ae_drivestate[drv], in describe_drive()
527 ae3->ae_drivestate[ldrv], in describe_drive()
/netbsd/sys/dev/pci/
H A Damr.c643 if (aex->ae_numldrives > __arraycount(aex->ae_drivestate)) { in amr_init()
647 __arraycount(aex->ae_drivestate)); in amr_init()
648 aex->ae_numldrives = __arraycount(aex->ae_drivestate); in amr_init()
661 amr->amr_drive[i].al_state = aex->ae_drivestate[i]; in amr_init()
H A Damrreg.h314 u_int8_t ae_drivestate[AMR_40LD_MAXDRIVES]; /* physical drive state */ member