Lines Matching refs:sc_name
158 sc->sc_name); in g_shsec_remove_disk()
164 G_SHSEC_DEBUG(0, "Device %s removed.", sc->sc_name); in g_shsec_remove_disk()
408 sc->sc_provider = g_new_providerf(sc->sc_geom, "shsec/%s", sc->sc_name); in g_shsec_check_and_run()
427 G_SHSEC_DEBUG(0, "Device %s activated.", sc->sc_name); in g_shsec_check_and_run()
502 strcmp(md.md_name, sc->sc_name) != 0 || md.md_id != sc->sc_id) { in g_shsec_add_disk()
511 G_SHSEC_DEBUG(0, "Disk %s attached to %s.", pp->name, sc->sc_name); in g_shsec_add_disk()
542 if (sc != NULL && strcmp(sc->sc_name, md->md_name) == 0) { in g_shsec_create()
544 sc->sc_name); in g_shsec_create()
567 G_SHSEC_DEBUG(0, "Device %s created (id=%u).", sc->sc_name, sc->sc_id); in g_shsec_create()
691 if (strcmp(md.md_name, sc->sc_name) != 0) in g_shsec_taste()
734 if (strcmp(sc->sc_name, name) == 0) in g_shsec_find_device()
781 sc->sc_name, error); in g_shsec_ctl_destroy()