Lines Matching refs:__func__

425 		cmn_err(CE_WARN, "!%s: itpm_command failed", __func__);  in tpm_get_timeouts()
441 __func__, (int)(4 * sizeof (uint32_t)), (int)len); in tpm_get_timeouts()
512 __func__, ret); in tpm_get_duration()
528 __func__, (int)(3 * sizeof (uint32_t)), (int)len); in tpm_get_duration()
589 __func__, ret); in tpm_get_version()
602 __func__, TPM_CAP_VERSION_INFO_SIZE, len); in tpm_get_version()
630 __func__, in tpm_get_version()
658 cmn_err(CE_WARN, "!%s: itpm_command failed", __func__); in tpm_continue_selftest()
686 __func__, ordinal, TSC_ORDINAL_MAX); in tpm_get_ordinal_duration()
696 __func__, ordinal, TPM_ORDINAL_MAX); in tpm_get_ordinal_duration()
706 __func__, index); in tpm_get_ordinal_duration()
732 "(%d > bufsiz %d)", __func__, (int)count, (int)bufsiz); in itpm_command()
742 __func__, ret); in itpm_command()
754 cmn_err(CE_WARN, "!%s: tis_recv_data failed", __func__); in itpm_command()
763 cmn_err(CE_WARN, "!%s: TPM is deactivated", __func__); in itpm_command()
765 cmn_err(CE_WARN, "!%s: TPM is disabled", __func__); in itpm_command()
768 __func__, ret); in itpm_command()
879 __func__, TPM_HEADER_SIZE); in tis_recv_data()
889 __func__, size); in tis_recv_data()
902 __func__, (int)expected, (int)bufsiz, cmdresult); in tis_recv_data()
913 "is less than expected (%d)", __func__, size, expected); in tis_recv_data()
925 "status = 0x%08X", __func__, status); in tis_recv_data()
934 __func__, status); in tis_recv_data()
967 cmn_err(CE_WARN, "!%s: bufsiz arg is zero", __func__); in tis_send_data()
983 __func__); in tis_send_data()
1000 __func__); in tis_send_data()
1016 "state", __func__); in tis_send_data()
1032 __func__); in tis_send_data()
1042 "writing the last byte: status=0x%08X", __func__, status); in tis_send_data()
1066 __func__, ordinal, in tis_send_data()
1072 __func__, status); in tis_send_data()
1160 __func__, tpm->timeout_a); in tis_request_locality()
1190 __func__, drv_hztousec(timeout)); in tpm_wait_for_stat()
1238 __func__, intf_caps); in tis_init()
1246 "not supported", __func__); in tis_init()
1251 "not supported.", __func__); in tis_init()
1261 cmn_err(CE_WARN, "!%s: Unable to request locality %d", __func__, in tis_init()
1272 cmn_err(CE_WARN, "!%s: tpm_get_timeouts error", __func__); in tis_init()
1278 cmn_err(CE_WARN, "!%s: tpm_get_duration error", __func__); in tis_init()
1285 cmn_err(CE_WARN, "!%s: tpm_get_version error", __func__); in tis_init()
1295 cmn_err(CE_WARN, "!%s: tpm_continue_selftest error", __func__); in tis_init()
1406 __func__); in tpm_attach()
1415 __func__); in tpm_attach()
1425 __func__); in tpm_attach()
1432 cmn_err(CE_WARN, "!%s: cmd %d is not implemented", __func__, in tpm_attach()
1446 "hypervisor: 0x%0x", __func__, ret); in tpm_attach()
1496 __func__, ret); in tpm_attach()
1539 cmn_err(CE_WARN, "!%s: ddi_create_minor_node failed", __func__); in tpm_attach()
1549 __func__); in tpm_attach()
1646 __func__); in tpm_detach()
1659 cmn_err(CE_WARN, "!%s: case %d not implemented", __func__, cmd); in tpm_detach()
1685 __func__); in tpm_getinfo()
1699 cmn_err(CE_WARN, "!%s: cmd %d is not implemented", __func__, in tpm_getinfo()
1724 __func__); in tpm_open()
1731 __func__, otyp, OTYP_CHR); in tpm_open()
1741 __func__); in tpm_open()
1765 __func__); in tpm_close()
1772 __func__, otyp, OTYP_CHR); in tpm_close()
1801 __func__); in tpm_read()
1807 cmn_err(CE_WARN, "!%s: passed in uiop is NULL", __func__); in tpm_read()
1825 __func__, (int)uiop->uio_resid, (int)tpm->bufsize); in tpm_read()
1834 cmn_err(CE_WARN, "!%s: tis_recv_data returned error", __func__); in tpm_read()
1845 __func__, size, ret); in tpm_read()
1855 cmn_err(CE_WARN, "!%s: uiomove returned error", __func__); in tpm_read()
1884 __func__); in tpm_write()
1891 cmn_err(CE_WARN, "!%s: passed in uiop is NULL", __func__); in tpm_write()
1901 cmn_err(CE_WARN, "!%s: requested read of len 0", __func__); in tpm_write()
1918 __func__); in tpm_write()
1931 __func__, (int)size, (int)tpm->bufsize); in tpm_write()
1944 "while getting the rest of the command", __func__); in tpm_write()
1953 cmn_err(CE_WARN, "!%s: tis_send_data returned error", __func__); in tpm_write()