Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daac.c839 ersize = sizeof(mir) - sizeof(mir.MntTable[0].CapacityHigh); in aac_startup()
859 le32toh(mir.MntTable[0].VolType) == CT_NONE) in aac_startup()
863 hd->hd_size = le32toh(mir.MntTable[0].Capacity); in aac_startup()
866 le32toh(mir.MntTable[0].CapacityHigh) << 32; in aac_startup()
867 hd->hd_devtype = le32toh(mir.MntTable[0].VolType); in aac_startup()
H A Daacreg.h551 struct aac_mntobj MntTable[1]; member