Searched refs:G_MULTIPATH_MAGIC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/lib/geom/multipath/ |
| D | geom_multipath.c | 201 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/ |
| D | g_multipath.h | 41 #define G_MULTIPATH_MAGIC "GEOM::MULTIPATH" macro
|
| D | g_multipath.c | 310 (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()
|