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

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

Completed in 57 milliseconds