Home
last modified time | relevance | path

Searched refs:g_debugflags (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/geom/
HDgeom_kern.c66 int g_debugflags; variable
216 &g_debugflags, 0, "Set various trace levels for GEOM debugging");
HDgeom_int.h45 extern int g_debugflags;
HDgeom_ctl.c111 if (g_debugflags & G_F_CTLDUMP) in gctl_error()
480 if (g_debugflags & G_F_CTLDUMP) in g_ctl_ioctl_ctl()
HDgeom_dump.c312 if (!(g_debugflags & level)) in g_trace()
HDgeom_subr.c905 if ((g_debugflags & 16) && pp->geom->rank == 1) in g_access()
/NextBSD/sys/geom/uncompress/
HDg_uncompress.c56 extern int g_debugflags;
252 if (g_debugflags & 32) in g_uncompress_done()
292 if (g_debugflags & 32) in g_uncompress_done()
/NextBSD/sys/geom/part/
HDg_part_mbr.c372 if ((g_debugflags & 0x10) == 0 && size < gpp->gpp_size && in g_part_mbr_resize()
HDg_part_pc98.c368 if ((g_debugflags & 0x10) == 0 && size < gpp->gpp_size && in g_part_pc98_resize()
HDg_part_vtoc8.c373 if ((g_debugflags & 0x10) == 0 && size < gpp->gpp_size && in g_part_vtoc8_resize()
HDg_part.c1326 if ((g_debugflags & 16) == 0 && in g_part_ctl_resize()
/NextBSD/sys/geom/mirror/
HDg_mirror_ctl.c661 if ((g_debugflags & 16) == 0 && (sc->sc_provider->acr > 0 || in g_mirror_ctl_resize()