Lines Matching refs:shell_print
49 shell_print(sh, "No such llext %s", argv[1]); in cmd_llext_list_symbols()
53 shell_print(sh, "Extension: %s symbols", m->name); in cmd_llext_list_symbols()
54 shell_print(sh, "| Symbol | Address |"); in cmd_llext_list_symbols()
56 shell_print(sh, "| %16s | %p |", m->sym_tab.syms[i].name, in cmd_llext_list_symbols()
115 shell_print(sl->sh, "| %16s | %12d |", ext->name, ext->alloc_size); in llext_shell_list_cb()
123 shell_print(sh, "| Name | Size |"); in cmd_llext_list()
136 shell_print(sh, "Extension %d bytes too large to load, max %d bytes\n", hex_len/2, in cmd_llext_load_hex()
156 shell_print(sh, "Successfully loaded extension %s, addr %p\n", ext->name, ext); in cmd_llext_load_hex()
158 shell_print(sh, "Failed to load extension %s, return code %d\n", name, res); in cmd_llext_load_hex()
169 shell_print(sh, "No such extension %s", argv[1]); in cmd_llext_unload()
174 shell_print(sh, "Unloaded extension %s\n", argv[1]); in cmd_llext_unload()
184 shell_print(sh, "No such extension %s", argv[1]); in cmd_llext_call_fn()
217 shell_print(sh, "Failed to load extension %s, return code %d\n", ext->name, res); in cmd_llext_load_fs()
220 shell_print(sh, "Successfully loaded extension %s, addr %p\n", ext->name, ext); in cmd_llext_load_fs()