Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_private.h25 struct cmdline { struct
28 cmdline_parse_ctx_t *ctx; argument
38 void terminal_adjust(struct cmdline *cl); argument
H A Dcmdline.h32 struct cmdline { struct
35 cmdline_parse_ctx_t *ctx; argument
43 struct cmdline; argument
/f-stack/freebsd/kern/
H A Dsubr_boot.c187 boot_parse_cmdline_delim(char *cmdline, const char *delim) in boot_parse_cmdline_delim()
205 boot_parse_cmdline(char *cmdline) in boot_parse_cmdline()
/f-stack/dpdk/app/test/
H A Dautotest_runner.py181 cmdline = "" variable in AutotestRunner
194 def __init__(self, cmdline, target, blocklist, allowlist, n_processes): argument
H A Dautotest.py34 cmdline = "%s -c f" % (sys.argv[1]) variable
/f-stack/freebsd/arm64/arm64/
H A Dmachdep_boot.c133 cmdline_set_env(char *cmdline, const char *guard) in cmdline_set_env()
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c151 cmdline_set_env(char *cmdline, const char *guard) in cmdline_set_env()
/f-stack/freebsd/x86/xen/
H A Dpv.c571 const char *cmdline; in xen_pvh_parse_preload_data() local
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_args.c87 fs_execute_cmd(struct sub_device *sdev, char *cmdline) in fs_execute_cmd()
H A Dfailsafe_private.h126 char *cmdline; member