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

/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_ctl.c161 G_ELI_DEBUG(1, "Using Master Key %u for %s.", nkey, pp->name);
495 G_ELI_DEBUG(1, "Skipping configuration of not attached "
506 G_ELI_DEBUG(1, "BOOT flag already configured for %s.",
510 G_ELI_DEBUG(1, "BOOT flag not configured for %s.",
516 G_ELI_DEBUG(1, "TRIM disable flag already configured for %s.",
520 G_ELI_DEBUG(1, "TRIM disable flag not configured for %s.",
526 G_ELI_DEBUG(1, "GELIBOOT flag already configured for %s.",
530 G_ELI_DEBUG(1, "GELIBOOT flag not configured for %s.",
536 G_ELI_DEBUG(1, "GELIDISPLAYPASS flag already configured for %s.",
541 G_ELI_DEBUG(
[all...]
H A Dg_eli.c200 G_ELI_DEBUG(1, "Rerunning crypto %s request (sid: %ju -> %ju).",
208 G_ELI_DEBUG(1, "%s: crypto_dispatch() returned %d.", __func__, error);
542 G_ELI_DEBUG(1, "Thread %s started.", curthread->td_proc->p_comm);
554 G_ELI_DEBUG(1, "Thread %s exiting.",
562 G_ELI_DEBUG(0, "inflight=%d",
689 G_ELI_DEBUG(0, "Detached %s on last close.", gpname);
746 G_ELI_DEBUG(1, "Creating device %s%s.", bpp->name, G_ELI_SUFFIX);
785 G_ELI_DEBUG(1, "Cannot attach to %s (error=%d).",
804 G_ELI_DEBUG(1, "Cannot access %s (error=%d).",
823 G_ELI_DEBUG(
[all...]
H A Dg_eli_privacy.c80 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d).",
84 G_ELI_DEBUG(1, "Crypto READ request failed (%d/%d) error=%d.",
133 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).",
136 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.",
197 G_ELI_DEBUG(0, "device suspended, move onto queue");
H A Dg_eli_integrity.c142 G_ELI_DEBUG(3, "Crypto READ request done (%d/%d) (add=%jd completed=%jd).",
145 G_ELI_DEBUG(1, "Crypto READ request failed (%d/%d) error=%d.",
207 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd "
223 G_ELI_DEBUG(0, "%s: Failed to authenticate %jd "
268 G_ELI_DEBUG(3, "Crypto WRITE request done (%d/%d).",
271 G_ELI_DEBUG(1, "Crypto WRITE request failed (%d/%d) error=%d.",
H A Dg_eli.h153 #define G_ELI_DEBUG(lvl, ...) do { \ macro

Completed in 71 milliseconds