Home
last modified time | relevance | path

Searched refs:command_ls (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dls.c55 COMMAND_SET(ls, "ls", "list files", command_ls);
58 command_ls(int argc, char *argv[]) in command_ls() function
/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.c98 static int command_ls(int argc, char *argv[]);
737 COMMAND_SET(cmdp, "ls", "list files", command_ls); in bf_init()
1488 command_ls(int argc, char *argv[]) in command_ls() function