Home
last modified time | relevance | path

Searched refs:G_ELI_DEBUG (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/geom/eli/
HDg_eli.c257 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 …]
HDg_eli_ctl.c155 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 …]
HDg_eli_privacy.c100 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()
HDg_eli_integrity.c141 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()
HDg_eli.h165 #define G_ELI_DEBUG(lvl, ...) \ macro