Lines Matching refs:gctl_error
110 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_label()
114 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_label()
119 gctl_error(req, "No format received."); in g_raid_ctl_label()
124 gctl_error(req, "Failed to create array with format '%s'.", in g_raid_ctl_label()
133 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_label()
157 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_stop()
161 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_stop()
166 gctl_error(req, "No array name received."); in g_raid_ctl_stop()
171 gctl_error(req, "Array '%s' not found.", nodename); in g_raid_ctl_stop()
183 gctl_error(req, "Array is busy."); in g_raid_ctl_stop()
197 gctl_error(req, "No '%s' argument.", "nargs"); in g_raid_ctl_other()
201 gctl_error(req, "Invalid number of arguments."); in g_raid_ctl_other()
206 gctl_error(req, "No array name received."); in g_raid_ctl_other()
211 gctl_error(req, "Array '%s' not found.", nodename); in g_raid_ctl_other()
219 gctl_error(req, "Command failed: %d.", ctlstatus); in g_raid_ctl_other()
234 gctl_error(req, "No '%s' argument.", "version"); in g_raid_ctl()
238 gctl_error(req, "Userland and kernel parts are out of sync."); in g_raid_ctl()