Home
last modified time | relevance | path

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

/freebsd/sys/dev/aacraid/
H A Daacraid.c483 if (mir->MntTable[0].VolType != CT_NONE && in aac_get_container_info()
484 !(mir->MntTable[0].ContentState & AAC_FSCS_HIDDEN)) { in aac_get_container_info()
486 mir->MntTable[0].ObjExtension.BlockDevice.BlockSize = 0x200; in aac_get_container_info()
487 mir->MntTable[0].ObjExtension.BlockDevice.bdLgclPhysMap = 0; in aac_get_container_info()
502 mir->MntTable[0].VolType != CT_PASSTHRU) in aac_get_container_info()
521 mir->MntTable[0].VolType != CT_PASSTHRU) in aac_get_container_info()
545 if ((mir->Status == ST_OK) && (mir->MntTable[0].VolType != CT_NONE)) { in aac_add_container()
553 bcopy(&mir->MntTable[0], &co->co_mntobj, in aac_add_container()
3165 (mir.MntTable[0].VolType != CT_NONE)) { in aac_handle_aif()
3171 mir.MntTable[0].ObjectId) { in aac_handle_aif()
H A Daacraid_endian.c112 aac_mntobj_toh(&ptr->MntTable[0]); in aac_mntinforesp_toh()
H A Daacraid_reg.h1219 struct aac_mntobj MntTable[1]; member
/freebsd/sys/dev/aac/
H A Daac.c467 if ((mir->Status == ST_OK) && (mir->MntTable[0].VolType != CT_NONE)) { in aac_add_container()
473 mir->MntTable[0].ObjectId, in aac_add_container()
474 mir->MntTable[0].FileSystemName, in aac_add_container()
475 mir->MntTable[0].Capacity, mir->MntTable[0].VolType); in aac_add_container()
482 mir->MntTable[0].VolType)); in aac_add_container()
485 bcopy(&mir->MntTable[0], &co->co_mntobj, in aac_add_container()
3262 (mir->MntTable[0].VolType != CT_NONE)) { in aac_handle_aif()
3268 mir->MntTable[0].ObjectId) { in aac_handle_aif()
H A Daacreg.h1176 struct aac_mntobj MntTable[1]; member