Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/geom/multipath/
Dgeom_multipath.c201 strlcpy(md.md_magic, G_MULTIPATH_MAGIC, sizeof(md.md_magic)); in mp_label()
297 error = g_metadata_clear(name, G_MULTIPATH_MAGIC); in mp_clear()
/freebsd-12-stable/sys/geom/multipath/
Dg_multipath.h41 #define G_MULTIPATH_MAGIC "GEOM::MULTIPATH" macro
Dg_multipath.c310 (strcmp(md.md_magic, G_MULTIPATH_MAGIC) != 0) || in g_multipath_resize()
324 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()
1137 strlcpy(md.md_magic, G_MULTIPATH_MAGIC, sizeof(md.md_magic)); in g_multipath_ctl_create()
1204 strlcpy(md.md_magic, G_MULTIPATH_MAGIC, sizeof(md.md_magic)); in g_multipath_ctl_configure()