MCPcopy Create free account
hub / github.com/F-Stack/f-stack / boot_parse_cmdline

Function boot_parse_cmdline

freebsd/kern/subr_boot.c:204–209  ·  view source on GitHub ↗

* @brief Simplified interface for common 'space or tab separated' args */

Source from the content-addressed store, hash-verified

202 * @brief Simplified interface for common 'space or tab separated' args
203 */
204int
205boot_parse_cmdline(char *cmdline)
206{
207
208 return (boot_parse_cmdline_delim(cmdline, " \t\n"));
209}
210
211/**
212 * @brief Pass a vector of strings to boot_parse_arg

Callers 5

platform_startFunction · 0.85
platform_startFunction · 0.85
xlp_bootargs_initFunction · 0.85
cmdline_set_envFunction · 0.85
cmdline_set_envFunction · 0.85

Calls 1

boot_parse_cmdline_delimFunction · 0.85

Tested by

no test coverage detected