Lines Matching full:token
56 shell_print(sh, "%s: register success: client token %08x\n", ctrl->method, c_token); in cmd_reg()
87 shell_error(sh, "%s: unregister fail (%d): client token %08x", ctrl->method, err, in cmd_unreg()
90 shell_print(sh, "%s: unregister success: client token %08x", ctrl->method, in cmd_unreg()
141 shell_error(sh, "%s: open fail (%d): client token %08x", ctrl->method, err, in cmd_open()
144 shell_print(sh, "%s: open success: client token %08x", ctrl->method, in cmd_open()
175 shell_error(sh, "%s: close fail (%d): client token %08x", ctrl->method, err, in cmd_close()
178 shell_print(sh, "%s: close success: client token %08x", ctrl->method, in cmd_close()
327 shell_error(sh, "%s: send fail: client token %08x", ctrl->method, in cmd_send()
334 shell_print(sh, "%s: send success: client token %08x, trans_id %d", ctrl->method, in cmd_send()
362 shell_print(sh, "Client Token\tState\tTrans Cnt\n"); in cmd_info()
370 shell_print(sh, "%08x \t%-10s\t%-9d\n", ctrl->clients[i].token, in cmd_info()
379 SHELL_CMD_ARG(unreg, NULL, "<method> <token>", cmd_unreg, 3, 0),
380 SHELL_CMD_ARG(open, NULL, "<method> <token> <[timeout_msec]>", cmd_open, 3, 1),
381 SHELL_CMD_ARG(close, NULL, "<method> <token>", cmd_close, 3, 0),
382 SHELL_CMD_ARG(send, NULL, "<method> <token> <a0> [<a1> <a2> ... <a7>]", cmd_send, 4, 7),