Searched refs:pSignature (Results 1 – 9 of 9) sorted by relevance
76 osGLOBAL bit8 tddmSATADeviceTypeDecode(bit8 * pSignature);
3355 bit8 *pSignature in tdssSATADeviceTypeDecode() argument3360 if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()3361 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in tdssSATADeviceTypeDecode()3362 && (pSignature)[4] == 0xA0 ) /* this is the signature of a Hitachi SATA HDD*/ in tdssSATADeviceTypeDecode()3366 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()3367 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in tdssSATADeviceTypeDecode()3368 && (pSignature)[4] == 0x00 ) in tdssSATADeviceTypeDecode()3372 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in tdssSATADeviceTypeDecode()3373 && (pSignature)[2] == 0x14 && (pSignature)[3] == 0xEB in tdssSATADeviceTypeDecode()3374 && ( (pSignature)[4] == 0x00 || (pSignature)[4] == 0x10) ) in tdssSATADeviceTypeDecode()[all …]
1498 CK_BYTE_PTR pSignature, in C_Sign() argument1561 if (pSignature != NULL_PTR) in C_Sign()1562 memcpy(pSignature, sig.data, sig.length); in C_Sign()1587 CK_BYTE_PTR pSignature, in C_SignFinal() argument1631 CK_BYTE_PTR pSignature, in C_Verify() argument1661 data.data = pSignature; in C_Verify()1693 CK_BYTE_PTR pSignature, in C_VerifyFinal() argument
3951 bit8 *pSignature in smsatDecodeSATADeviceType() argument3956 if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()3957 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in smsatDecodeSATADeviceType()3958 && (pSignature)[4] == 0xA0 ) /* this is the signature of a Hitachi SATA HDD*/ in smsatDecodeSATADeviceType()3962 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()3963 && (pSignature)[2] == 0x00 && (pSignature)[3] == 0x00 in smsatDecodeSATADeviceType()3964 && (pSignature)[4] == 0x00 ) in smsatDecodeSATADeviceType()3968 else if ( (pSignature)[0] == 0x01 && (pSignature)[1] == 0x01 in smsatDecodeSATADeviceType()3969 && (pSignature)[2] == 0x14 && (pSignature)[3] == 0xEB in smsatDecodeSATADeviceType()3970 && ( (pSignature)[4] == 0x00 || (pSignature)[4] == 0x10) ) in smsatDecodeSATADeviceType()[all …]
375 smsatDecodeSATADeviceType(bit8 * pSignature);
1180 tddmSATADeviceTypeDecode(bit8 * pSignature) in tddmSATADeviceTypeDecode() argument1182 return (bit8)tdssSATADeviceTypeDecode(pSignature); in tddmSATADeviceTypeDecode()
1782 bit8 *pSignature
163 bit8 *pSignature,
241 bit8 *pSignature, in siPortSATADeviceAdd() argument