Searched refs:G_ELI_DEBUG (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/geom/eli/ |
H A D | g_eli.c | 256 G_ELI_DEBUG(1, "Rerunning crypto %s request (sid: %p -> %p).", in g_eli_crypto_rerun() 264 G_ELI_DEBUG(1, "%s: crypto_dispatch() returned %d.", __func__, error); in g_eli_crypto_rerun() 393 G_ELI_DEBUG(0, "Autoresize is turned off, old size: %jd.", in g_eli_resize() 410 G_ELI_DEBUG(0, "Cannot read metadata from %s (error=%d).", in g_eli_resize() 422 G_ELI_DEBUG(0, "Cannot store metadata on %s (error=%d).", in g_eli_resize() 430 G_ELI_DEBUG(0, "Cannot clear old metadata from %s (error=%d).", in g_eli_resize() 446 G_ELI_DEBUG(0, "Device %s size changed from %jd to %jd.", epp->name, in g_eli_resize() 682 G_ELI_DEBUG(1, "Thread %s started.", curthread->td_proc->p_comm); in g_eli_worker() 694 G_ELI_DEBUG(1, "Thread %s exiting.", in g_eli_worker() 702 G_ELI_DEBUG(0, "inflight=%d", in g_eli_worker() [all …]
|
H A D | g_eli_ctl.c | 154 G_ELI_DEBUG(1, "Using Master Key %u for %s.", nkey, pp->name); in g_eli_ctl_attach() 498 G_ELI_DEBUG(1, "Skipping configuration of not attached " in g_eli_ctl_configure() 509 G_ELI_DEBUG(1, "BOOT flag already configured for %s.", in g_eli_ctl_configure() 513 G_ELI_DEBUG(1, "BOOT flag not configured for %s.", in g_eli_ctl_configure() 519 G_ELI_DEBUG(1, "TRIM disable flag already configured for %s.", in g_eli_ctl_configure() 523 G_ELI_DEBUG(1, "TRIM disable flag not configured for %s.", in g_eli_ctl_configure() 529 G_ELI_DEBUG(1, "GELIBOOT flag already configured for %s.", in g_eli_ctl_configure() 533 G_ELI_DEBUG(1, "GELIBOOT flag not configured for %s.", in g_eli_ctl_configure() 539 G_ELI_DEBUG(1, "GELIDISPLAYPASS flag already configured for %s.", in g_eli_ctl_configure() 544 G_ELI_DEBUG(1, "GELIDISPLAYPASS flag not configured for %s.", in g_eli_ctl_configure() [all …]
|
H A D | g_eli_privacy.c | 99 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d).", in g_eli_crypto_read_done() 103 G_ELI_DEBUG(1, "Crypto READ request failed (%d/%d) error=%d.", in g_eli_crypto_read_done() 152 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).", in g_eli_crypto_write_done() 155 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.", in g_eli_crypto_write_done() 222 G_ELI_DEBUG(0, "device suspended, move onto queue"); in g_eli_crypto_read()
|
H A D | g_eli_integrity.c | 140 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d) (add=%d completed=%jd).", in g_eli_auth_read_done() 162 G_ELI_DEBUG(1, in g_eli_auth_read_done() 248 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " in g_eli_auth_read_done() 260 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " in g_eli_auth_read_done() 302 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).", in g_eli_auth_write_done() 305 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.", in g_eli_auth_write_done()
|
H A D | g_eli.h | 165 #define G_ELI_DEBUG(lvl, ...) \ macro
|