Lines Matching refs:md_name
311 (strcmp(md.md_name, sc->sc_name) != 0) || in g_multipath_resize()
325 strlcpy(md.md_name, sc->sc_name, sizeof(md.md_name)); in g_multipath_resize()
545 if (strcmp(gp->name, md->md_name) == 0) { in g_multipath_create()
547 md->md_name); in g_multipath_create()
552 gp = g_new_geomf(mp, "%s", md->md_name); in g_multipath_create()
556 memcpy(sc->sc_name, md->md_name, sizeof(sc->sc_name)); in g_multipath_create()
566 pp = g_new_providerf(gp, "multipath/%s", md->md_name); 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()
886 if (strncmp(md.md_name, sc->sc_name, sizeof(md.md_name)) == 0) in g_multipath_taste()
909 snprintf(buf, sizeof(buf), "%s-%lu", md.md_name, rand); in g_multipath_taste()
914 strlcpy(md.md_name, buf, sizeof(md.md_name)); in g_multipath_taste()
916 strlcpy(md.md_name, sc->sc_name, sizeof(md.md_name)); in g_multipath_taste()
924 md.md_name, md.md_uuid); in g_multipath_taste()
1137 strlcpy(md.md_name, mpname, sizeof(md.md_name)); in g_multipath_ctl_create()
1151 md.md_name, md.md_uuid); in g_multipath_ctl_create()
1204 strlcpy(md.md_name, name, sizeof(md.md_name)); in g_multipath_ctl_configure()