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

/freebsd-10.2-release/sys/geom/concat/
H A Dg_concat.h36 #define G_CONCAT_MAGIC "GEOM::CONCAT" macro
H A Dg_concat.c527 if (strcmp(md.md_magic, G_CONCAT_MAGIC) != 0 ||
693 if (strcmp(md.md_magic, G_CONCAT_MAGIC) != 0)
787 strlcpy(md.md_magic, G_CONCAT_MAGIC, sizeof(md.md_magic));
/freebsd-10.2-release/sbin/geom/class/concat/
H A Dgeom_concat.c140 strlcpy(md.md_magic, G_CONCAT_MAGIC, sizeof(md.md_magic));
194 error = g_metadata_clear(name, G_CONCAT_MAGIC);
235 G_CONCAT_MAGIC);

Completed in 103 milliseconds