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

/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor_md.h37 #define G_VIRSTOR_MAGIC "GEOM::VIRSTOR" macro
H A Dg_virstor.c506 strncpy(md->md_magic, G_VIRSTOR_MAGIC, sizeof md->md_magic);
802 if (strcmp(md.md_magic, G_VIRSTOR_MAGIC) != 0)
/freebsd-11-stable/sbin/geom/class/virstor/
H A Dgeom_virstor.c240 strlcpy(md.md_magic, G_VIRSTOR_MAGIC, sizeof(md.md_magic));
507 error = g_metadata_clear(name, G_VIRSTOR_MAGIC);
573 G_VIRSTOR_MAGIC);

Completed in 115 milliseconds