Searched refs:md_uuid (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/geom/multipath/ |
H A D | g_multipath.h | 61 char md_uuid[40]; /* more magic */ member 80 bcopy(md->md_uuid, data, sizeof(md->md_uuid)); in multipath_metadata_encode() 81 data += sizeof(md->md_uuid); in multipath_metadata_encode() 98 bcopy(data, md->md_uuid, sizeof(md->md_uuid)); in multipath_metadata_decode() 99 data += sizeof(md->md_uuid); in multipath_metadata_decode()
|
H A D | g_multipath.c | 310 (memcmp(md.md_uuid, sc->sc_uuid, sizeof(sc->sc_uuid)) != 0) || in g_multipath_resize() 324 memcpy(md.md_uuid, sc->sc_uuid, sizeof (sc->sc_uuid)); in g_multipath_resize() 555 memcpy(sc->sc_uuid, md->md_uuid, sizeof (sc->sc_uuid)); in g_multipath_create() 570 ((md->md_uuid[0] != 0) ? md->md_sectorsize : 0); in g_multipath_create() 857 printf("MULTIPATH: %s/%s\n", md.md_name, md.md_uuid); in g_multipath_taste() 858 SDT_PROBE2(geom, multipath, config, taste, md.md_name, md.md_uuid); in g_multipath_taste() 876 if (strncmp(md.md_uuid, sc->sc_uuid, sizeof(md.md_uuid)) == 0) in g_multipath_taste() 913 md.md_uuid, buf); in g_multipath_taste() 924 md.md_name, md.md_uuid); in g_multipath_taste() 1140 md.md_uuid[0] = 0; in g_multipath_ctl_create() [all …]
|
/freebsd/lib/geom/multipath/ |
H A D | geom_multipath.c | 215 strlcpy(md.md_uuid, ptr, sizeof (md.md_uuid)); in mp_label()
|