Home
last modified time | relevance | path

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

/freebsd/lib/geom/multipath/
H A Dgeom_multipath.c199 strlcpy(md.md_magic, G_MULTIPATH_MAGIC, sizeof(md.md_magic)); in mp_label()
295 error = g_metadata_clear(name, G_MULTIPATH_MAGIC); in mp_clear()
/freebsd/sys/geom/multipath/
H A Dg_multipath.h39 #define G_MULTIPATH_MAGIC "GEOM::MULTIPATH" macro
H A Dg_multipath.c309 (strcmp(md.md_magic, G_MULTIPATH_MAGIC) != 0) || in g_multipath_resize()
323 strlcpy(md.md_magic, G_MULTIPATH_MAGIC, sizeof(md.md_magic)); in g_multipath_resize()
841 if (strcmp(md.md_magic, G_MULTIPATH_MAGIC) != 0) { in g_multipath_taste()
1135 strlcpy(md.md_magic, G_MULTIPATH_MAGIC, sizeof(md.md_magic)); in g_multipath_ctl_create()
1202 strlcpy(md.md_magic, G_MULTIPATH_MAGIC, sizeof(md.md_magic)); in g_multipath_ctl_configure()