Searched refs:G_ELI_DEBUG (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/geom/eli/ |
| HD | g_eli.c | 257 G_ELI_DEBUG(1, "Rerunning crypto %s request (sid: %p -> %p).", in g_eli_crypto_rerun() 265 G_ELI_DEBUG(1, "%s: crypto_dispatch() returned %d.", __func__, error); in g_eli_crypto_rerun() 394 G_ELI_DEBUG(0, "Autoresize is turned off, old size: %jd.", in g_eli_resize() 411 G_ELI_DEBUG(0, "Cannot read metadata from %s (error=%d).", in g_eli_resize() 423 G_ELI_DEBUG(0, "Cannot store metadata on %s (error=%d).", in g_eli_resize() 431 G_ELI_DEBUG(0, "Cannot clear old metadata from %s (error=%d).", in g_eli_resize() 447 G_ELI_DEBUG(0, "Device %s size changed from %jd to %jd.", epp->name, in g_eli_resize() 683 G_ELI_DEBUG(1, "Thread %s started.", curthread->td_proc->p_comm); in g_eli_worker() 695 G_ELI_DEBUG(1, "Thread %s exiting.", in g_eli_worker() 703 G_ELI_DEBUG(0, "inflight=%d", in g_eli_worker() [all …]
|
| HD | g_eli_ctl.c | 155 G_ELI_DEBUG(1, "Using Master Key %u for %s.", nkey, pp->name); in g_eli_ctl_attach() 499 G_ELI_DEBUG(1, "Skipping configuration of not attached " in g_eli_ctl_configure() 510 G_ELI_DEBUG(1, "BOOT flag already configured for %s.", in g_eli_ctl_configure() 514 G_ELI_DEBUG(1, "BOOT flag not configured for %s.", in g_eli_ctl_configure() 520 G_ELI_DEBUG(1, "TRIM disable flag already configured for %s.", in g_eli_ctl_configure() 524 G_ELI_DEBUG(1, "TRIM disable flag not configured for %s.", in g_eli_ctl_configure() 530 G_ELI_DEBUG(1, "GELIBOOT flag already configured for %s.", in g_eli_ctl_configure() 534 G_ELI_DEBUG(1, "GELIBOOT flag not configured for %s.", in g_eli_ctl_configure() 540 G_ELI_DEBUG(1, "GELIDISPLAYPASS flag already configured for %s.", in g_eli_ctl_configure() 545 G_ELI_DEBUG(1, "GELIDISPLAYPASS flag not configured for %s.", in g_eli_ctl_configure() [all …]
|
| HD | g_eli_privacy.c | 100 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d).", in g_eli_crypto_read_done() 104 G_ELI_DEBUG(1, "Crypto READ request failed (%d/%d) error=%d.", in g_eli_crypto_read_done() 153 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).", in g_eli_crypto_write_done() 156 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.", in g_eli_crypto_write_done() 223 G_ELI_DEBUG(0, "device suspended, move onto queue"); in g_eli_crypto_read()
|
| HD | g_eli_integrity.c | 141 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d) (add=%d completed=%jd).", in g_eli_auth_read_done() 163 G_ELI_DEBUG(1, in g_eli_auth_read_done() 249 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " in g_eli_auth_read_done() 261 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " in g_eli_auth_read_done() 303 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).", in g_eli_auth_write_done() 306 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.", in g_eli_auth_write_done()
|
| HD | g_eli.h | 165 #define G_ELI_DEBUG(lvl, ...) \ macro
|