Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/geom/eli/
Dg_eli.c178 G_ELI_DEBUG(1, "Rerunning crypto %s request (sid: %ju -> %ju).", in g_eli_crypto_rerun()
186 G_ELI_DEBUG(1, "%s: crypto_dispatch() returned %d.", __func__, error); in g_eli_crypto_rerun()
495 G_ELI_DEBUG(1, "Thread %s started.", curthread->td_proc->p_comm); in g_eli_worker()
507 G_ELI_DEBUG(1, "Thread %s exiting.", in g_eli_worker()
515 G_ELI_DEBUG(0, "inflight=%d", in g_eli_worker()
673 G_ELI_DEBUG(0, "Detached %s on last close.", gpname); in g_eli_last_close()
730 G_ELI_DEBUG(1, "Creating device %s%s.", bpp->name, G_ELI_SUFFIX); in g_eli_create()
804 G_ELI_DEBUG(1, "Cannot attach to %s (error=%d).", in g_eli_create()
825 G_ELI_DEBUG(1, "Cannot access %s (error=%d).", in g_eli_create()
856 G_ELI_DEBUG(1, "%s: CPU %u disabled, skipping.", in g_eli_create()
[all …]
Dg_eli_ctl.c131 G_ELI_DEBUG(1, "Using Master Key %u for %s.", nkey, pp->name); in g_eli_ctl_attach()
428 G_ELI_DEBUG(1, "Skipping configuration of not attached " in g_eli_ctl_configure()
433 G_ELI_DEBUG(1, "BOOT flag already configured for %s.", in g_eli_ctl_configure()
437 G_ELI_DEBUG(1, "BOOT flag not configured for %s.", in g_eli_ctl_configure()
585 G_ELI_DEBUG(1, "Key %u changed on %s.", nkey, pp->name); in g_eli_ctl_setkey()
684 G_ELI_DEBUG(0, "Cannot store metadata on %s " in g_eli_ctl_delkey()
697 G_ELI_DEBUG(1, "All keys removed from %s.", pp->name); in g_eli_ctl_delkey()
699 G_ELI_DEBUG(1, "Key %d removed from %s.", nkey, pp->name); in g_eli_ctl_delkey()
748 G_ELI_DEBUG(0, "Device %s has been suspended.", sc->sc_name); in g_eli_suspend_one()
780 G_ELI_DEBUG(0, in g_eli_ctl_suspend()
[all …]
Dg_eli_privacy.c81 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d).", in g_eli_crypto_read_done()
85 G_ELI_DEBUG(1, "Crypto READ request failed (%d/%d) error=%d.", in g_eli_crypto_read_done()
132 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).", in g_eli_crypto_write_done()
135 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.", in g_eli_crypto_write_done()
196 G_ELI_DEBUG(0, "device suspended, move onto queue"); in g_eli_crypto_read()
Dg_eli_integrity.c143 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d) (add=%jd completed=%jd).", in g_eli_auth_read_done()
146 G_ELI_DEBUG(1, "Crypto READ request failed (%d/%d) error=%d.", in g_eli_auth_read_done()
208 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " in g_eli_auth_read_done()
224 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " in g_eli_auth_read_done()
269 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).", in g_eli_auth_write_done()
272 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.", in g_eli_auth_write_done()
Dg_eli.h142 #define G_ELI_DEBUG(lvl, ...) do { \ macro