Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/geom/raid/
HDg_raid_ctl.c105 int crstatus, ctlstatus; in g_raid_ctl_label() local
131 ctlstatus = G_RAID_MD_CTL(sc->sc_md, req); in g_raid_ctl_label()
132 if (ctlstatus < 0) { in g_raid_ctl_label()
133 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_label()
193 int ctlstatus; in g_raid_ctl_other() local
217 ctlstatus = G_RAID_MD_CTL(sc->sc_md, req); in g_raid_ctl_other()
218 if (ctlstatus < 0) in g_raid_ctl_other()
219 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_other()