Searched refs:sataDeviceType (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/api/
H A Ddm.h115 bit8 sataDeviceType; member in struct:__anon11488
/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1225 bit8 sataDeviceType; local
1322 sataDeviceType = tddmSATADeviceTypeDecode(SataDevice->satSignature);
1323 if( sataDeviceType == SATA_ATAPI_DEVICE)
1327 SataDevice->dmDeviceInfo.sataDeviceType = sataDeviceType;
1364 sataDeviceType = tddmSATADeviceTypeDecode(SataDevice->satSignature);
1365 if( sataDeviceType == SATA_ATAPI_DEVICE)
1369 SataDevice->dmDeviceInfo.sataDeviceType = sataDeviceType;
1433 bit8 sataDeviceType local
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddmcmnapi.c666 if (dmDeviceInfo->sataDeviceType == SATA_ATAPI_DEVICE)
671 oneDeviceData->satDevData.satDeviceType = dmDeviceInfo->sataDeviceType;
716 oneDeviceData->satDevData.satDeviceType = dmDeviceInfo->sataDeviceType;
717 if (dmDeviceInfo->sataDeviceType == SATA_ATAPI_DEVICE)

Completed in 65 milliseconds