Home
last modified time | relevance | path

Searched refs:G_CONCAT_MAGIC (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sbin/geom/class/concat/
HDgeom_concat.c140 strlcpy(md.md_magic, G_CONCAT_MAGIC, sizeof(md.md_magic)); in concat_label()
194 error = g_metadata_clear(name, G_CONCAT_MAGIC); in concat_clear()
235 G_CONCAT_MAGIC); in concat_dump()
/NextBSD/sys/geom/concat/
HDg_concat.h36 #define G_CONCAT_MAGIC "GEOM::CONCAT" macro
HDg_concat.c526 if (strcmp(md.md_magic, G_CONCAT_MAGIC) != 0 || in g_concat_add_disk()
692 if (strcmp(md.md_magic, G_CONCAT_MAGIC) != 0) in g_concat_taste()
786 strlcpy(md.md_magic, G_CONCAT_MAGIC, sizeof(md.md_magic)); in g_concat_ctl_create()