Home
last modified time | relevance | path

Searched refs:G_NOP_LOGREQLVL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/nop/
H A Dg_nop.h44 #define G_NOP_LOGREQLVL(lvl, bp, ...) \ macro
46 #define G_NOP_LOGREQ(bp, ...) G_NOP_LOGREQLVL(2, bp, __VA_ARGS__)
H A Dg_nop.c274 G_NOP_LOGREQLVL(1, bp, "Returning error=%d.", sc->sc_error); in g_nop_start()