Home
last modified time | relevance | path

Searched refs:MSH_CMD_EXPORT_ALIAS (Results 1 – 23 of 23) sorted by relevance

/components/finsh/
A Dmsh_file.c182 MSH_CMD_EXPORT_ALIAS(cmd_ls, ls, List information about the FILEs.);
202 MSH_CMD_EXPORT_ALIAS(cmd_ln, ln, Make symbolic link between files);
221 MSH_CMD_EXPORT_ALIAS(cmd_link, link, Make link between files);
240 MSH_CMD_EXPORT_ALIAS(cmd_cp, cp, Copy SOURCE to DEST.);
299 MSH_CMD_EXPORT_ALIAS(cmd_mv, mv, Rename SOURCE to DEST.);
320 MSH_CMD_EXPORT_ALIAS(cmd_cat, cat, Concatenate FILE(s));
465 MSH_CMD_EXPORT_ALIAS(cmd_rm, rm, Remove(unlink) the FILE(s).);
508 MSH_CMD_EXPORT_ALIAS(cmd_mkdir, mkdir, Create the DIRECTORY.);
709 MSH_CMD_EXPORT_ALIAS(cmd_df, df, disk free);
739 MSH_CMD_EXPORT_ALIAS(cmd_echo, echo, echo string to file);
[all …]
A Dmsh.c56 MSH_CMD_EXPORT_ALIAS(msh_help, help, RT-Thread shell help);
72 MSH_CMD_EXPORT_ALIAS(cmd_ps, ps, List threads in the system);
91 MSH_CMD_EXPORT_ALIAS(cmd_free, free, Show the memory usage in the system);
146 MSH_CMD_EXPORT_ALIAS(cmd_bind, bind, Binding thread to core);
A Dfinsh.h175 #define MSH_CMD_EXPORT_ALIAS(...) \ macro
A Dcmd.c1123 MSH_CMD_EXPORT_ALIAS(cmd_list, list, list objects, optenable);
/components/drivers/pm/
A Dpm.c1059 MSH_CMD_EXPORT_ALIAS(rt_pm_release_mode, pm_release, release power management mode);
1071 MSH_CMD_EXPORT_ALIAS(rt_pm_release_mode_all, pm_release_all, release power management mode count);
1083 MSH_CMD_EXPORT_ALIAS(rt_pm_request_mode, pm_request, request power management mode);
1098 MSH_CMD_EXPORT_ALIAS(rt_module_release_mode, pm_module_release, release module power mode);
1113 MSH_CMD_EXPORT_ALIAS(rt_module_release_mode_all, pm_module_release_all, release power management mo…
1128 MSH_CMD_EXPORT_ALIAS(rt_module_request_mode, pm_module_request, request power management mode);
1143 MSH_CMD_EXPORT_ALIAS(rt_module_delay_sleep, pm_module_delay, module request delay sleep);
1155 MSH_CMD_EXPORT_ALIAS(rt_pm_run_mode_switch, pm_run, switch power management run mode);
1283 MSH_CMD_EXPORT_ALIAS(rt_pm_dump_status, pm_dump, dump power management status);
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c620 MSH_CMD_EXPORT_ALIAS(msh_proc_dump, proc_dump, proc dump);
670 MSH_CMD_EXPORT_ALIAS(msh_proc_remove, proc_remove, proc remove);
689 MSH_CMD_EXPORT_ALIAS(msh_proc_symlink, proc_symlink, proc symlink);
711 MSH_CMD_EXPORT_ALIAS(msh_proc_echo, proc_echo, proc echo);
733 MSH_CMD_EXPORT_ALIAS(msh_proc_mkdir, proc_mkdir, proc mkdir);
A Dproc_pid.c447 MSH_CMD_EXPORT_ALIAS(msh_proc_pid, proc_pid, proc pid);
/components/utilities/utest/
A Dutest.c143 MSH_CMD_EXPORT_ALIAS(utest_tc_list, utest_list, output all utest testcase);
382 MSH_CMD_EXPORT_ALIAS(utest_testcase_run, utest_run, utest_run [-thread or -help] [testcase name] [l…
/components/net/netdev/src/
A Dnetdev.c1306 MSH_CMD_EXPORT_ALIAS(netdev_ifconfig, ifconfig, list the information of all network interfaces);
1465 MSH_CMD_EXPORT_ALIAS(netdev_ping, ping, ping network host);
1516 MSH_CMD_EXPORT_ALIAS(netdev_dns, dns, list and set the information of dns);
1564 MSH_CMD_EXPORT_ALIAS(netdev_netstat, netstat, list the information of TCP / IP);
/components/net/lwip/lwip-2.0.3/src/apps/ping/
A Dping.c239 MSH_CMD_EXPORT_ALIAS(cmd_ping, ping, ping network host);
/components/net/lwip/lwip-1.4.1/src/apps/ping/
A Dping.c239 MSH_CMD_EXPORT_ALIAS(cmd_ping, ping, ping network host);
/components/net/lwip/lwip-2.1.2/src/apps/ping/
A Dping.c239 MSH_CMD_EXPORT_ALIAS(cmd_ping, ping, ping network host);
/components/drivers/rtc/
A Ddev_soft_rtc.c299 MSH_CMD_EXPORT_ALIAS(cmd_rtc_sync, rtc_sync, Update time by soft rtc);
A Ddev_alarm.c815 MSH_CMD_EXPORT_ALIAS(rt_alarm_dump, list_alarm, list alarm info);
/components/drivers/pin/
A Ddev_pin.c382 MSH_CMD_EXPORT_ALIAS(_pin_cmd, pin, pin [option]);
/components/dfs/dfs_v2/src/
A Ddfs_dentry.c515 MSH_CMD_EXPORT_ALIAS(dfs_dentry_dump, dentry_dump, dump dentry in the system);
A Ddfs.c1192 MSH_CMD_EXPORT_ALIAS(dfs_fd_dump, fd_dump, fd dump);
A Ddfs_pcache.c943 MSH_CMD_EXPORT_ALIAS(dfs_pcache_dump, dfs_cache, dump dfs page cache);
/components/lwp/
A Dlwp_pid.c1366 MSH_CMD_EXPORT_ALIAS(cmd_kill, kill, send a signal to a process);
1385 MSH_CMD_EXPORT_ALIAS(cmd_killall, killall, kill processes by name);
1712 MSH_CMD_EXPORT_ALIAS(cmd_cpu_bind, cpu_bind, set a process bind to a cpu);
A Dlwp_syscall.c4384 MSH_CMD_EXPORT_ALIAS(sys_log_enable, sys_log, sys_log 1(enable)/0(disable));
/components/drivers/misc/
A Drt_drv_pwm.c454 MSH_CMD_EXPORT_ALIAS(pwm_list, pwm, control pwm device, optenable);
/components/drivers/wlan/
A Ddev_wlan_cmd.c824 MSH_CMD_EXPORT_ALIAS(wifi_msh, wifi, wifi command);
/components/drivers/can/
A Ddev_can.c987 MSH_CMD_EXPORT_ALIAS(cmd_canstat, canstat, stat can device status);

Completed in 93 milliseconds