Home
last modified time | relevance | path

Searched refs:pSignature (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/api/
H A Dtddmapi.h76 osGLOBAL bit8 tddmSATADeviceTypeDecode(bit8 * pSignature);
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3355 bit8 *pSignature in tdssSATADeviceTypeDecode() argument
3360 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 …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1498 CK_BYTE_PTR pSignature, in C_Sign() argument
1561 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() argument
1631 CK_BYTE_PTR pSignature, in C_Verify() argument
1661 data.data = pSignature; in C_Verify()
1693 CK_BYTE_PTR pSignature, in C_VerifyFinal() argument
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c3951 bit8 *pSignature in smsatDecodeSATADeviceType() argument
3956 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 …]
H A Dsmproto.h375 smsatDecodeSATADeviceType(bit8 * pSignature);
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddmcmnapi.c1180 tddmSATADeviceTypeDecode(bit8 * pSignature) in tddmSATADeviceTypeDecode() argument
1182 return (bit8)tdssSATADeviceTypeDecode(pSignature); in tddmSATADeviceTypeDecode()
H A Dtdproto.h1782 bit8 *pSignature
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaproto.h163 bit8 *pSignature,
H A Dsaport.c241 bit8 *pSignature, in siPortSATADeviceAdd() argument