Lines Matching refs:fputs

65 		fputs("Excess arguments\n\n", stderr);  in do_shutdown()
66 fputs(cmd->cmd_help, stderr); in do_shutdown()
72 fputs("Wrong level\n\n", stderr); in do_shutdown()
73 fputs(cmd->cmd_help, stderr); in do_shutdown()
78 fputs("Open failed\n\n", stderr); in do_shutdown()
79 fputs(cmd->cmd_help, stderr); in do_shutdown()
103 fputs("Excess arguments\n\n", stderr); in do_pinfile()
104 fputs(cmd->cmd_help, stderr); in do_pinfile()
110 fputs("Open failed\n\n", stderr); in do_pinfile()
111 fputs(cmd->cmd_help, stderr); in do_pinfile()
168 fputs("Excess arguments\n\n", stderr); in do_write()
169 fputs(cmd->cmd_help, stderr); in do_write()
175 fputs("Too big chunk size - limit: 4MB\n\n", stderr); in do_write()
184 fputs("Memory alloc failed\n\n", stderr); in do_write()
193 fputs("Wrong pattern type\n\n", stderr); in do_write()
200 fputs("Wrong IO type\n\n", stderr); in do_write()
206 fputs("Open failed\n\n", stderr); in do_write()
246 fputs("Excess arguments\n\n", stderr); in do_read()
247 fputs(cmd->cmd_help, stderr); in do_read()
253 fputs("Too big chunk size - limit: 4MB\n\n", stderr); in do_read()
262 fputs("Memory alloc failed\n\n", stderr); in do_read()
269 fputs("Wrong IO type\n\n", stderr); in do_read()
275 fputs("Print_nbytes should be less then chunk_size in kb\n\n", stderr); in do_read()
280 fputs("Memory alloc failed\n\n", stderr); in do_read()
286 fputs("Open failed\n\n", stderr); in do_read()
335 fputs("Excess arguments\n\n", stderr); in do_fiemap()
336 fputs(cmd->cmd_help, stderr); in do_fiemap()
345 fputs("Open failed\n\n", stderr); in do_fiemap()
354 fputs("FIBMAP failed\n\n", stderr); in do_fiemap()
395 fputs("Excess arguments\n\n", stderr); in do_gc_urgent()
396 fputs(cmd->cmd_help, stderr); in do_gc_urgent()
427 fputs("USAGE:\n ", stdout); in do_help()
428 fputs(p->cmd_help, stdout); in do_help()
435 fputs("Available commands:\n", stdout); in do_help()