Home
last modified time | relevance | path

Searched defs:cmd_tbl_s (Results 1 – 1 of 1) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcommand.h30 struct cmd_tbl_s { struct
41 int (*cmd_rep)(struct cmd_tbl_s *cmd, int flags, int argc, argument
44 int (*cmd)(struct cmd_tbl_s *, int, int, char * const []); argument
55 typedef struct cmd_tbl_s cmd_tbl_t; argument