Home
last modified time | relevance | path

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

/xen/xen/arch/x86/boot/
A Dcmdline.c58 #define delim_chars (delim_chars_comma + 1) macro
195 cmdline += strspn(cmdline, delim_chars); in find_opt()
200 if ( !strmaxcmp(cmdline, "--", delim_chars) ) in find_opt()
203 lc = strcspn(cmdline, delim_chars); in find_opt()
226 if ( !strmaxcmp(c, "off", delim_chars) ) in edd_parse()
229 return !strmaxcmp(c, "skipmbr", delim_chars); in edd_parse()
241 if ( !strmaxcmp(c, "force", delim_chars) ) in edid_parse()
244 return !strmaxcmp(c, "no", delim_chars); in edid_parse()

Completed in 4 milliseconds