Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm.c676 tpm_transmit_header(struct tpm_softc *sc, uint32_t ordinal, uint32_t *tpm_rc) in tpm_transmit_header() argument
711 *tpm_rc = be32dec(buf + 6); in tpm_transmit_header()
720 uint32_t tpm_rc; in tpm_suspend() local
739 error = tpm_transmit_header(sc, TPM_ORD_SAVESTATE, &tpm_rc); in tpm_suspend()
740 if (error != 0 || tpm_rc != TPM_WARN_RETRY) in tpm_suspend()
748 if (tpm_rc != 0) { in tpm_suspend()
750 tpm_rc); in tpm_suspend()