Searched refs:allow_nesting (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/part/ |
H A D | g_part_gpt.c | 59 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 D | g_part.c | 151 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()
|