Home
last modified time | relevance | path

Searched refs:G_ELI_LOGREQ (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/geom/eli/
H A Dg_eli_privacy.c119 G_ELI_LOGREQ(0, bp, "Crypto READ request failed (error=%d).", in g_eli_crypto_read_done()
175 G_ELI_LOGREQ(0, bp, "Crypto WRITE request failed (error=%d).", in g_eli_crypto_write_done()
192 G_ELI_LOGREQ(2, cbp, "Sending request."); in g_eli_crypto_write_done()
237 G_ELI_LOGREQ(2, cbp, "Sending request."); in g_eli_crypto_read()
266 G_ELI_LOGREQ(3, bp, "%s", __func__); in g_eli_crypto_run()
282 G_ELI_LOGREQ(0, bp, "Crypto request failed (ENOMEM)."); in g_eli_crypto_run()
H A Dg_eli_integrity.c268 G_ELI_LOGREQ(0, bp, in g_eli_auth_read_done()
320 G_ELI_LOGREQ(0, bp, "Crypto WRITE request failed (error=%d).", in g_eli_auth_write_done()
362 G_ELI_LOGREQ(2, cbp, "Sending request."); in g_eli_auth_write_done()
367 G_ELI_LOGREQ(2, cbp2, "Sending request."); in g_eli_auth_write_done()
400 G_ELI_LOGREQ(0, bp, "Crypto auth read request failed (ENOMEM)"); in g_eli_auth_read()
430 G_ELI_LOGREQ(2, cbp, "Sending request."); in g_eli_auth_read()
433 G_ELI_LOGREQ(2, cbp2, "Sending request."); in g_eli_auth_read()
459 G_ELI_LOGREQ(3, bp, "%s", __func__); in g_eli_auth_run()
490 G_ELI_LOGREQ(0, bp, "Crypto request failed (ENOMEM)"); in g_eli_auth_run()
H A Dg_eli.c290 G_ELI_LOGREQ(2, bp, "Request done."); in g_eli_read_done()
303 G_ELI_LOGREQ(0, pbp, "%s() failed (error=%d)", __func__, in g_eli_read_done()
329 G_ELI_LOGREQ(2, bp, "Request done."); in g_eli_write_done()
343 G_ELI_LOGREQ(0, pbp, "%s() failed (error=%d)", __func__, in g_eli_write_done()
467 G_ELI_LOGREQ(2, bp, "Request received."); in g_eli_start()
524 G_ELI_LOGREQ(2, cbp, "Sending request."); in g_eli_start()
H A Dg_eli.h167 #define G_ELI_LOGREQ(lvl, bp, ...) \ macro