Home | History | Annotate | Download | only in ic

Lines Matching defs:mir

817 	struct aac_mntinforesponse mir;
836 ersize = sizeof(mir);
839 ersize = sizeof(mir) - sizeof(mir.MntTable[0].CapacityHigh);
843 if (aac_sync_fib(sc, ContainerCommand, 0, &mi, sizeof(mi), &mir,
858 if (le32toh(mir.Status) != ST_OK ||
859 le32toh(mir.MntTable[0].VolType) == CT_NONE)
863 hd->hd_size = le32toh(mir.MntTable[0].Capacity);
866 le32toh(mir.MntTable[0].CapacityHigh) << 32;
867 hd->hd_devtype = le32toh(mir.MntTable[0].VolType);