Lines Matching refs:gctl_error
112 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_label()
116 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_label()
121 gctl_error(req, "No format received."); in g_raid_ctl_label()
126 gctl_error(req, "Failed to create array with format '%s'.", in g_raid_ctl_label()
135 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_label()
159 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_stop()
163 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_stop()
168 gctl_error(req, "No array name received."); in g_raid_ctl_stop()
173 gctl_error(req, "Array '%s' not found.", nodename); in g_raid_ctl_stop()
185 gctl_error(req, "Array is busy."); in g_raid_ctl_stop()
199 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_other()
203 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_other()
208 gctl_error(req, "No array name received."); in g_raid_ctl_other()
213 gctl_error(req, "Array '%s' not found.", nodename); in g_raid_ctl_other()
221 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_other()
236 gctl_error(req, "No '%s' argument.", "version"); in g_raid_ctl()
240 gctl_error(req, "Userland and kernel parts are out of sync."); in g_raid_ctl()