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

/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c787 uint16_t burstcnt; local
798 * burstcnt is stored as a little endian value
801 burstcnt = tpm_get8(tpm, TPM_STS + 1);
802 burstcnt += tpm_get8(tpm, TPM_STS + 2) << 8;
804 if (burstcnt)
805 return (burstcnt);
831 uint16_t burstcnt; local
844 burstcnt = tpm_get_burstcount(tpm);
845 for (; burstcnt > 0 && size < bufsiz; burstcnt
958 uint16_t burstcnt; local
[all...]

Completed in 56 milliseconds