Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aacraid/
HDaacraid.c506 if (mir->MntTable[0].VolType != CT_NONE && in aac_get_container_info()
507 !(mir->MntTable[0].ContentState & AAC_FSCS_HIDDEN)) { in aac_get_container_info()
509 mir->MntTable[0].ObjExtension.BlockDevice.BlockSize = 0x200; in aac_get_container_info()
510 mir->MntTable[0].ObjExtension.BlockDevice.bdLgclPhysMap = 0; in aac_get_container_info()
523 mir->MntTable[0].VolType != CT_PASSTHRU) in aac_get_container_info()
541 mir->MntTable[0].VolType != CT_PASSTHRU) in aac_get_container_info()
565 if ((mir->Status == ST_OK) && (mir->MntTable[0].VolType != CT_NONE)) { in aac_add_container()
573 bcopy(&mir->MntTable[0], &co->co_mntobj, in aac_add_container()
3122 (mir.MntTable[0].VolType != CT_NONE)) { in aac_handle_aif()
3128 mir.MntTable[0].ObjectId) { in aac_handle_aif()
HDaacraid_reg.h1219 struct aac_mntobj MntTable[1]; member
/NextBSD/sys/dev/aac/
HDaac.c465 if ((mir->Status == ST_OK) && (mir->MntTable[0].VolType != CT_NONE)) { in aac_add_container()
471 mir->MntTable[0].ObjectId, in aac_add_container()
472 mir->MntTable[0].FileSystemName, in aac_add_container()
473 mir->MntTable[0].Capacity, mir->MntTable[0].VolType); in aac_add_container()
480 mir->MntTable[0].VolType)); in aac_add_container()
483 bcopy(&mir->MntTable[0], &co->co_mntobj, in aac_add_container()
3253 (mir->MntTable[0].VolType != CT_NONE)) { in aac_handle_aif()
3259 mir->MntTable[0].ObjectId) { in aac_handle_aif()
HDaacreg.h1176 struct aac_mntobj MntTable[1]; member