Home | History | Annotate | Download | only in ic

Lines Matching defs:phys

1922 	fCONFIG_PAGE_RAID_PHYS_DISK_0 *phys = NULL;
1925 phys = mpt_get_cfg_page_raid_phys_disk0(mpt, address);
1926 if (phys == NULL)
1930 phys->InquiryData.VendorID, sizeof(phys->InquiryData.VendorID),
1933 phys->InquiryData.ProductID, sizeof(phys->InquiryData.ProductID),
1936 phys->InquiryData.ProductRevLevel,
1937 sizeof(phys->InquiryData.ProductRevLevel),
1942 strlcpy(bd->bd_serial, phys->InquiryData.Info, sizeof(bd->bd_serial));
1944 bd->bd_channel = phys->PhysDiskBus;
1945 bd->bd_target = phys->PhysDiskID;
1947 bd->bd_size = (uint64_t)phys->MaxLBA * 512;
1949 switch (phys->PhysDiskStatus.State) {
1971 free(phys, M_DEVBUF);