Home
last modified time | relevance | path

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

/freebsd/sys/geom/gate/
H A Dg_gate.c94 G_GATE_DEBUG(1, "Destroying read consumer on provider %s orphan.", in g_gate_detach()
160 G_GATE_DEBUG(1, "Device %s destroyed.", gp->name); in g_gate_destroy()
470 G_GATE_DEBUG(1, "Invalid media size."); in g_gate_create()
474 G_GATE_DEBUG(1, "Invalid sector size."); in g_gate_create()
478 G_GATE_DEBUG(1, "Invalid sector size."); in g_gate_create()
482 G_GATE_DEBUG(1, "Invalid media size."); in g_gate_create()
487 G_GATE_DEBUG(1, "Invalid flags."); in g_gate_create()
493 G_GATE_DEBUG(1, "Invalid unit number."); in g_gate_create()
498 G_GATE_DEBUG(1, "No device name."); in g_gate_create()
557 G_GATE_DEBUG(1, "Provider %s doesn't exist.", readprov); in g_gate_create()
[all …]
H A Dg_gate.h103 #define G_GATE_DEBUG(lvl, ...) \ macro