Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/tpm2-tss/test/integration/
Dsapi-command-cancel.int.c67 LOG_DEBUG("GetTctiContext SUCCESS!"); in test_invoke()
74 LOG_DEBUG("create_primary SUCCESS!"); in test_invoke()
81 LOG_DEBUG("FlushContext SUCCESS!"); in test_invoke()
85 LOG_DEBUG("tcti_context not suitable for command! Skipping test"); in test_invoke()
91 LOG_DEBUG("tcti_platform_command CANCEL_ON SUCCESS!"); in test_invoke()
108 LOG_DEBUG("CreatePrimary returned unexpected rc 0x%x, expected 0x%x", rc, in test_invoke()
112 LOG_DEBUG("create_primary returned rc cancelled!"); in test_invoke()
119 LOG_DEBUG("tcti_platform_command CANCEL_OFF SUCCESS!"); in test_invoke()
126 LOG_DEBUG("create_primary SUCCESS!"); in test_invoke()
133 LOG_DEBUG("FlushContext SUCCESS!"); in test_invoke()
Desys-tpm-clear-auth.int.c46 LOG_DEBUG("Test LOCKOUT authorization"); in test_esys_clear_auth()
47 LOG_DEBUG("Start Auth Session"); in test_esys_clear_auth()
60 LOG_DEBUG("Set Auth"); in test_esys_clear_auth()
68 LOG_DEBUG("Clear"); in test_esys_clear_auth()
77 LOG_DEBUG("Test PLATFORM authorization"); in test_esys_clear_auth()
78 LOG_DEBUG("Start Auth Session"); in test_esys_clear_auth()
86 LOG_DEBUG("Set Auth"); in test_esys_clear_auth()
102 LOG_DEBUG("Clear"); in test_esys_clear_auth()
112 LOG_DEBUG("Set Auth"); in test_esys_clear_auth()
/external/tpm2-tss/src/tss2-tcti/
Dtctildr-dl.c88 LOG_DEBUG("Could not load TCTI file: \"%s\": %s", file, dlerror()); in handle_from_name()
103 LOG_DEBUG("Could not load TCTI file \"%s\": %s", file, dlerror()); in handle_from_name()
116 LOG_DEBUG("Failed to load TCTI for name \"%s\": %s", file, dlerror()); in handle_from_name()
158 LOG_DEBUG("Initialized TCTI file: %s", file); in tcti_from_file()
171 LOG_DEBUG("%s", __func__); in get_info_default()
178 LOG_DEBUG("name: %s", name); in get_info_default()
188 LOG_DEBUG("name: %s", name); in get_info_default()
194 LOG_DEBUG("Failed to get handle for TCTI with name: %s", name); in get_info_default()
230 LOG_DEBUG("Attempting to initialize TCTI defined during compilation: %s:%s", in tctildr_get_default()
241 LOG_DEBUG("Attempting to connect using standard TCTI: %s", in tctildr_get_default()
[all …]
Dtcti-device.c195 LOG_DEBUG ("Caller queried for size but linux kernel doesn't allow this. " in tcti_device_receive()
202 LOG_DEBUG("Partial read - reading response size"); in tcti_device_receive()
222 LOG_DEBUG("Partial read - received header"); in tcti_device_receive()
235 LOG_DEBUG("Partial read - received response size %d.", partial_size); in tcti_device_receive()
316 LOG_DEBUG("Size from header %u bytes read %zu", tcti_common->header.size, size);
457 LOG_DEBUG ("Trying to open default TCTI device file %s", in Tss2_Tcti_Device_Init()
474 LOG_DEBUG ("Trying to open specified TCTI device file %s", conf); in Tss2_Tcti_Device_Init()
/external/tpm2-tss/test/unit/
Dsys-execute.c61 LOG_DEBUG ("%s: transmiting %zu bytes", __func__, size); in tcti_transmit()
66 LOG_DEBUG ("%s request_hdr.tag = %x", __func__, hdr.tag); in tcti_transmit()
67 LOG_DEBUG ("%s request_hdr.size = %x", __func__, hdr.size); in tcti_transmit()
68 LOG_DEBUG ("%s request_hdr.code = %x", __func__, hdr.code); in tcti_transmit()
87 LOG_DEBUG ("%s: receiving response, size %zu, buff %p", in tcti_receive()
96 LOG_DEBUG ("%s: return RC_RETRY", __func__); in tcti_receive()
/external/tpm2-tss/src/tss2-mu/
Dtpm2b-types.c34 LOG_DEBUG("offset non-NULL, initial value: %zu", *offset); \
63 LOG_DEBUG(\
83 LOG_DEBUG("offset parameter non-NULL, updated to %zu", *offset); \
98 LOG_DEBUG("offset non-NULL, initial value: %zu", *offset); \
121 LOG_DEBUG(\
152 LOG_DEBUG("offset parameter non-NULL, updated to %zu", *offset); \
172 LOG_DEBUG("offset non-NULL, initial value: %zu", *offset); \
193 LOG_DEBUG(\
216 LOG_DEBUG("offset parameter non-NULL, updated to %zu", *offset); \
231 LOG_DEBUG("offset non-NULL, initial value: %zu", *offset); \
[all …]
Dtpma-types.c52 LOG_DEBUG(\
76 LOG_DEBUG("offset parameter non-NULL, updated to %zu", *offset); \
115 LOG_DEBUG(\
142 LOG_DEBUG("offset parameter non-NULL, updated to %zu", *offset); \
Dbase-types.c56 LOG_DEBUG(\
80 LOG_DEBUG("offset parameter non-NULL, updated to %zu", *offset); \
122 LOG_DEBUG(\
149 LOG_DEBUG("offset parameter non-NULL, updated to %zu", *offset); \
/external/tpm2-tss/src/tss2-fapi/
Difapi_config.c227 LOG_DEBUG("Expanding user directory %s to user's home", config->user_dir); in ifapi_config_initialize_finish()
241 LOG_DEBUG("Configuration profile directory: %s", config->profile_dir); in ifapi_config_initialize_finish()
242 LOG_DEBUG("Configuration user directory: %s", config->user_dir); in ifapi_config_initialize_finish()
243 LOG_DEBUG("Configuration key storage directory: %s", config->keystore_dir); in ifapi_config_initialize_finish()
244 LOG_DEBUG("Configuration profile name: %s", config->profile_name); in ifapi_config_initialize_finish()
245 LOG_DEBUG("Configuration TCTI: %s", config->tcti); in ifapi_config_initialize_finish()
246 LOG_DEBUG("Configuration log directory: %s", config->log_dir); in ifapi_config_initialize_finish()
Difapi_policy_calculate.c236 LOG_DEBUG("call"); in ifapi_calculate_policy_signed()
286 LOG_DEBUG("call"); in ifapi_calculate_policy_authorize_nv()
342 LOG_DEBUG("call"); in ifapi_calculate_policy_duplicate()
415 LOG_DEBUG("call"); in ifapi_calculate_policy_authorize()
468 LOG_DEBUG("call"); in ifapi_calculate_policy_secret()
522 LOG_DEBUG("call"); in ifapi_calculate_policy_counter_timer()
597 LOG_DEBUG("call"); in ifapi_calculate_simple_policy()
656 LOG_DEBUG("call"); in ifapi_calculate_policy_physical_presence()
689 LOG_DEBUG("call"); in ifapi_calculate_policy_auth_value()
722 LOG_DEBUG("call"); in ifapi_calculate_policy_password()
[all …]
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_GetPollHandles.c69 LOG_DEBUG("Returning %zi IO poll handles.", *num_handles); in Fapi_GetPollHandles()
83 LOG_DEBUG("Returning TSS2_FAPI_RC_NO_HANDLE"); in Fapi_GetPollHandles()
87 LOG_DEBUG("Returning %zi ESYS poll handles.", *num_handles); in Fapi_GetPollHandles()
/external/adhd/cras/src/common/
Dcras_metrics.c17 syslog(LOG_DEBUG, "UMA event: %s", event); in cras_metrics_log_event()
28 syslog(LOG_DEBUG, "UMA name: %s", name); in cras_metrics_log_histogram()
38 syslog(LOG_DEBUG, "UMA name: %s", name); in cras_metrics_log_sparse_histogram()
/external/tpm2-tss/src/tss2-esys/api/
DEsys_Startup.c72 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_Startup()
184 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_Startup_Finish()
191 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_Startup_Finish()
207 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_Startup_Finish()
DEsys_FlushContext.c83 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_FlushContext()
206 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_FlushContext_Finish()
213 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_FlushContext_Finish()
229 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_FlushContext_Finish()
DEsys_StirRandom.c86 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_StirRandom()
235 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_StirRandom_Finish()
242 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_StirRandom_Finish()
258 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_StirRandom_Finish()
DEsys_Shutdown.c89 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_Shutdown()
241 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_Shutdown_Finish()
248 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_Shutdown_Finish()
264 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_Shutdown_Finish()
DEsys_SelfTest.c89 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_SelfTest()
241 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_SelfTest_Finish()
248 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_SelfTest_Finish()
264 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_SelfTest_Finish()
DEsys_TestParms.c89 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_TestParms()
241 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_TestParms_Finish()
248 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_TestParms_Finish()
264 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_TestParms_Finish()
DEsys_PolicyPhysicalPresence.c92 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_PolicyPhysicalPresence()
255 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_PolicyPhysicalPresence_Finish()
262 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_PolicyPhysicalPresence_Finish()
278 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_PolicyPhysicalPresence_Finish()
DEsys_ReadClock.c89 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32 in Esys_ReadClock()
250 LOG_DEBUG("A layer below returned TRY_AGAIN: %" PRIx32, r); in Esys_ReadClock_Finish()
257 LOG_DEBUG("TPM returned RETRY, TESTING or YIELDED, which triggers a " in Esys_ReadClock_Finish()
273 LOG_DEBUG("Resubmission initiated and returning RC_TRY_AGAIN."); in Esys_ReadClock_Finish()
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DLogServiceImpl.java78 case LOG_DEBUG: in log()
103 case LOG_DEBUG: in log()
128 case LOG_DEBUG: in log()
182 case LOG_DEBUG: in log()
/external/tpm2-tss/src/util/
Dio.c46 LOG_DEBUG ("reading %zu bytes from fd %d to buffer at 0x%" PRIxPTR, in read_all()
87 LOG_DEBUG("writing %zu bytes starting at 0x%" PRIxPTR " to fd %d", in write_all()
101 LOG_DEBUG ("wrote %zd bytes to fd %d", written, fd); in write_all()
215 LOG_DEBUG ("Resolving host %s", hostname); in socket_connect()
240 LOG_DEBUG ("Attempting TCP connection to host %s, port %s", in socket_connect()
/external/adhd/cras/src/server/
Dcras_alsa_mixer.c375 syslog(LOG_DEBUG, "%s:%s volume set to %ld", in mixer_control_set_dBFS()
466 syslog(LOG_DEBUG, "Add main volume control %s\n", c->name); in add_main_volume_control()
474 syslog(LOG_DEBUG, "Using '%s' as playback switch.", in add_main_volume_control()
498 syslog(LOG_DEBUG, "Add main capture control %s\n", c->name); in add_main_capture_control()
506 syslog(LOG_DEBUG, "Using '%s' as capture switch.", in add_main_capture_control()
524 syslog(LOG_DEBUG, "Add %s control: %s,%d\n", in add_control_with_name()
532 syslog(LOG_DEBUG, "Control '%s' volume range: [%ld:%ld]", in add_control_with_name()
583 syslog(LOG_DEBUG, "Add %s control: %s\n", in add_control_with_coupled_mixers()
588 syslog(LOG_DEBUG, "Control '%s' volume range: [%ld:%ld]", in add_control_with_coupled_mixers()
613 syslog(LOG_DEBUG, "Add %s control: %s\n", in add_control_by_name()
[all …]
/external/iputils/ninfod/
Dninfod.h90 if (opt_v || pri != LOG_DEBUG) { \
106 DEBUG(LOG_DEBUG, "%s(): malloc(%zu) = %p\n", __func__, _size, p); \
112 DEBUG(LOG_DEBUG, "%s(): free(%p)\n", __func__, _p); \
Dninfod_core.c244 DEBUG(LOG_DEBUG, "%s()\n", __func__); in pr_nodeinfo_noop()
271 DEBUG(LOG_DEBUG, "%s()\n", __func__); in pr_nodeinfo_suptypes()
396 DEBUG(LOG_DEBUG, "%s()\n", __func__); in init_core()
446 DEBUG(LOG_DEBUG, "%s(): thread=%ld\n", __func__, pthread_self()); in ni_send_thread()
448 DEBUG(LOG_DEBUG, "%s(): thread=%ld => %d\n", __func__, pthread_self(), ret); in ni_send_thread()
463 DEBUG(LOG_DEBUG, "%s(): worker=%d\n", in ni_send_fork()
466 DEBUG(LOG_DEBUG, "%s(): worker=%d => %d\n", in ni_send_fork()
564 DEBUG(LOG_DEBUG, "%s(): qtype=%d, flags=0x%04x, nonce[] = {%s }\n", in pr_nodeinfo()

12345678910