Home
last modified time | relevance | path

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

/freebsd/sys/geom/part/
H A Dg_part_gpt.c59 static u_int allow_nesting = 0; variable
60 SYSCTL_UINT(_kern_geom_part_gpt, OID_AUTO, allow_nesting,
61 CTLFLAG_RWTUN, &allow_nesting, 0, "Allow GPT to be nested inside other schemes");
701 if (!allow_nesting && basetable->gpt_depth != 0) in g_part_gpt_create()
870 if (!allow_nesting && table->gpt_depth != 0) in g_part_gpt_probe()
H A Dg_part.c152 static u_int allow_nesting = 0; variable
153 SYSCTL_UINT(_kern_geom_part, OID_AUTO, allow_nesting,
154 CTLFLAG_RWTUN, &allow_nesting, 0,
2281 (allow_nesting == 0 || entry->gpe_offset == 0))) in g_part_start()