Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Daac.c346 mir->MntTable[0].VolType != CT_NONE) { in aac_startup()
352 mir->MntTable[0].ObjectId, in aac_startup()
353 mir->MntTable[0].FileSystemName, in aac_startup()
354 mir->MntTable[0].Capacity, in aac_startup()
355 mir->MntTable[0].VolType)); in aac_startup()
359 sc->aac_hdr[i].hd_size = mir->MntTable[0].Capacity; in aac_startup()
372 sc->aac_hdr[i].hd_devtype = mir->MntTable[0].VolType; in aac_startup()
H A Daacreg.h1018 struct aac_mntobj MntTable[1]; member