Lines Matching refs:gctl_error
113 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_label()
117 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_label()
122 gctl_error(req, "No format received."); in g_raid_ctl_label()
127 gctl_error(req, "Failed to create array with format '%s'.", in g_raid_ctl_label()
136 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_label()
160 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_stop()
164 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_stop()
169 gctl_error(req, "No array name received."); in g_raid_ctl_stop()
174 gctl_error(req, "Array '%s' not found.", nodename); in g_raid_ctl_stop()
186 gctl_error(req, "Array is busy."); in g_raid_ctl_stop()
200 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_other()
204 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_other()
209 gctl_error(req, "No array name received."); in g_raid_ctl_other()
214 gctl_error(req, "Array '%s' not found.", nodename); in g_raid_ctl_other()
222 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_other()
237 gctl_error(req, "No '%s' argument.", "version"); in g_raid_ctl()
241 gctl_error(req, "Userland and kernel parts are out of sync."); in g_raid_ctl()