Home
last modified time | relevance | path

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

/xen/xen/arch/x86/boot/
A Dcmdline.c132 static unsigned int __maybe_unused strtoui( in strtoui() function
295 ebo->boot_vid_mode = rows2vmode(strtoui(c, delim_chars_comma, NULL)); in vga_parse()
299 vesa_width = strtoui(c + strlen("gfx-"), "x", &c); in vga_parse()
310 vesa_height = strtoui(c, "x", &c); in vga_parse()
315 vesa_depth = strtoui(++c, delim_chars_comma, NULL); in vga_parse()
327 tmp = strtoui(c + strlen("mode-"), delim_chars_comma, NULL); in vga_parse()

Completed in 2 milliseconds