Lines Matching refs:cl
20 struct cmdline *cl, in cmd_help_parsed() argument
23 cmdline_printf(cl, in cmd_help_parsed()
50 struct cmdline *cl, in cmd_quit_parsed() argument
53 cmdline_quit(cl); in cmd_quit_parsed()
76 struct cmdline *cl, in cmd_list_parsed() argument
82 cmdline_printf(cl, "list all etherdev\n"); in cmd_list_parsed()
87 cmdline_printf(cl, "%d\t%s\n", port_id, dev_name); in cmd_list_parsed()
114 struct cmdline *cl, in cmd_dev_attach_parsed() argument
123 cmdline_printf(cl, "cannot parse devargs\n"); in cmd_dev_attach_parsed()
130 cmdline_printf(cl, "attached device %s\n", da.name); in cmd_dev_attach_parsed()
132 cmdline_printf(cl, "failed to attached device %s\n", in cmd_dev_attach_parsed()
161 struct cmdline *cl, in cmd_dev_detach_parsed() argument
170 cmdline_printf(cl, "cannot parse devargs\n"); in cmd_dev_detach_parsed()
178 cmdline_printf(cl, "detached device %s\n", in cmd_dev_detach_parsed()
181 cmdline_printf(cl, "failed to dettach device %s\n", in cmd_dev_detach_parsed()