Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daacvar.h288 u_int64_t hd_size; member
H A Daac.c863 hd->hd_size = le32toh(mir.MntTable[0].Capacity); in aac_startup()
865 hd->hd_size += (u_int64_t) in aac_startup()
868 hd->hd_size &= ~0x1f; in aac_startup()
H A Dld_aac.c92 ld->sc_secperunit = hdr->hd_size; in ld_aac_attach()