Lines Matching refs:shell_error
20 shell_error(sh, "Unable to parse thread ID %s (err %d)", argv[1], err); in cmd_kernel_thread_mask_clear()
25 shell_error(sh, "Invalid thread id %p", (void *)thread); in cmd_kernel_thread_mask_clear()
31 shell_error(sh, "Failed - %d", rc); in cmd_kernel_thread_mask_clear()
49 shell_error(sh, "Unable to parse thread ID %s (err %d)", argv[1], err); in cmd_kernel_thread_mask_enable_all()
54 shell_error(sh, "Invalid thread id %p", (void *)thread); in cmd_kernel_thread_mask_enable_all()
60 shell_error(sh, "Failed - %d", rc); in cmd_kernel_thread_mask_enable_all()
78 shell_error(sh, "Unable to parse thread ID %s (err %d)", argv[1], err); in cmd_kernel_thread_mask_enable()
83 shell_error(sh, "Invalid thread id %p", (void *)thread); in cmd_kernel_thread_mask_enable()
89 shell_error(sh, "Unable to parse CPU ID %s (err %d)", argv[2], err); in cmd_kernel_thread_mask_enable()
95 shell_error(sh, "Failed - %d", rc); in cmd_kernel_thread_mask_enable()
113 shell_error(sh, "Unable to parse thread ID %s (err %d)", argv[1], err); in cmd_kernel_thread_mask_disable()
118 shell_error(sh, "Invalid thread id %p", (void *)thread); in cmd_kernel_thread_mask_disable()
124 shell_error(sh, "Unable to parse CPU ID %s (err %d)", argv[2], err); in cmd_kernel_thread_mask_disable()
130 shell_error(sh, "Failed - %d", rc); in cmd_kernel_thread_mask_disable()