Home
last modified time | relevance | path

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

/components/finsh/
A Dfinsh.h216 #define CMD_OPTIONS_STATEMENT(command) static struct msh_cmd_opt command##_msh_options[16]; argument
218 #define CMD_OPTIONS_STATEMENT(command) static struct msh_cmd_opt command##_msh_options[]; argument
227 #define CMD_OPTIONS_NODE_START(command) static struct msh_cmd_opt command##_msh_options[16] = { argument
229 #define CMD_OPTIONS_NODE_START(command) static struct msh_cmd_opt command##_msh_options[] = { argument
252 #define CMD_OPTIONS_STATEMENT(command) argument
253 #define CMD_OPTIONS_NODE_START(command) argument
/components/lwp/
A Dlwp_runtime.c58 int command; in lwp_startup() local
/components/libc/compilers/common/
A Dcstdlib.c52 int system(const char *command) in system()
/components/drivers/usb/cherryusb/class/adb/
A Dusbd_adb.c33 uint32_t command; /* command identifier constant (A_CNXN, ...) */ member
/components/drivers/pci/
A Dpci.c538 rt_uint16_t class, command = 0; in rt_pci_device_alloc_resource() local
/components/drivers/sdio/sdhci/
A Dsdhci.c1436 rt_uint32_t command; in sdhci_data_irq() local

Completed in 16 milliseconds