Lines Matching refs:device_printf

153 		device_printf(sc->sc_dev, "start write failed: %d\n", error);  in tpm12_suspend()
161 device_printf(sc->sc_dev, "write TPM_ORD_SaveState failed:" in tpm12_suspend()
170 device_printf(sc->sc_dev, "end write failed: %d\n", error); in tpm12_suspend()
180 device_printf(sc->sc_dev, "start read failed: %d\n", error); in tpm12_suspend()
189 device_printf(sc->sc_dev, "read failed: %d\n", error); in tpm12_suspend()
193 device_printf(sc->sc_dev, "short header read: %zu\n", nread); in tpm12_suspend()
201 device_printf(sc->sc_dev, "end read failed: %d\n", error); in tpm12_suspend()
211 device_printf(sc->sc_dev, in tpm12_suspend()
252 device_printf(sc->sc_dev, "start write failed: %d\n", error); in tpm20_suspend()
260 device_printf(sc->sc_dev, "write TPM_ORD_SaveState failed:" in tpm20_suspend()
269 device_printf(sc->sc_dev, "end write failed: %d\n", error); in tpm20_suspend()
279 device_printf(sc->sc_dev, "start read failed: %d\n", error); in tpm20_suspend()
288 device_printf(sc->sc_dev, "read failed: %d\n", error); in tpm20_suspend()
292 device_printf(sc->sc_dev, "short header read: %zu\n", nread); in tpm20_suspend()
300 device_printf(sc->sc_dev, "end read failed: %d\n", error); in tpm20_suspend()
310 device_printf(sc->sc_dev, in tpm20_suspend()
517 device_printf(sc->sc_dev, "start write failed, error=%d\n", in tpm12_rng()
523 device_printf(sc->sc_dev, "write failed, error=%d\n", rv); in tpm12_rng()
529 device_printf(sc->sc_dev, "end write failed, error=%d\n", rv); in tpm12_rng()
535 device_printf(sc->sc_dev, "start write failed, error=%d\n", in tpm12_rng()
542 device_printf(sc->sc_dev, "read failed, error=%d\n", rv); in tpm12_rng()
548 device_printf(sc->sc_dev, "read %zu bytes, expected %zu\n", in tpm12_rng()
570 device_printf(sc->sc_dev, "tpm is deactivated\n"); in tpm12_rng()
573 device_printf(sc->sc_dev, "bad tpm response:" in tpm12_rng()
587 device_printf(sc->sc_dev, "read failed, error=%d\n", rv); in tpm12_rng()
592 device_printf(sc->sc_dev, "end read failed, error=%d\n", rv); in tpm12_rng()
599 device_printf(sc->sc_dev, "overlong GetRandom length:" in tpm12_rng()
657 device_printf(sc->sc_dev, "start write failed, error=%d\n", in tpm20_rng()
663 device_printf(sc->sc_dev, "write failed, error=%d\n", rv); in tpm20_rng()
669 device_printf(sc->sc_dev, "end write failed, error=%d\n", rv); in tpm20_rng()
675 device_printf(sc->sc_dev, "start write failed, error=%d\n", in tpm20_rng()
682 device_printf(sc->sc_dev, "read failed, error=%d\n", rv); in tpm20_rng()
688 device_printf(sc->sc_dev, "read %zu bytes, expected %zu\n", in tpm20_rng()
711 device_printf(sc->sc_dev, "bad tpm response:" in tpm20_rng()
725 device_printf(sc->sc_dev, "read failed, error=%d\n", rv); in tpm20_rng()
730 device_printf(sc->sc_dev, "end read failed, error=%d\n", rv); in tpm20_rng()
737 device_printf(sc->sc_dev, "overlong GetRandom length:" in tpm20_rng()
800 device_printf(sc->sc_dev, "deactivating entropy source\n"); in tpm_rng_work()