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");
699 if (!allow_nesting && basetable->gpt_depth != 0) in g_part_gpt_create()
868 if (!allow_nesting && table->gpt_depth != 0) in g_part_gpt_probe()
H A Dg_part.c151 static u_int allow_nesting = 0; variable
152 SYSCTL_UINT(_kern_geom_part, OID_AUTO, allow_nesting,
153 CTLFLAG_RWTUN, &allow_nesting, 0,
2282 (allow_nesting == 0 || entry->gpe_offset == 0))) in g_part_start()