gdbcons
struct gdbcons *gc = arg;
struct gdbcons *gc;
static struct gdbcons state = { -1 };
SYSCTL_INT(_debug, OID_AUTO, gdbcons, CTLFLAG_RWTUN, &gdbcons_enable,
struct gdbcons *c = &state;