Home
last modified time | relevance | path

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

/freebsd-12.1/sys/geom/raid/
H A Dg_raid_ctl.c108 int crstatus, ctlstatus; in g_raid_ctl_label() local
134 ctlstatus = G_RAID_MD_CTL(sc->sc_md, req); in g_raid_ctl_label()
135 if (ctlstatus < 0) { in g_raid_ctl_label()
136 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_label()
196 int ctlstatus; in g_raid_ctl_other() local
220 ctlstatus = G_RAID_MD_CTL(sc->sc_md, req); in g_raid_ctl_other()
221 if (ctlstatus < 0) in g_raid_ctl_other()
222 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_other()