Searched refs:menucfg (Results 1 – 1 of 1) sorted by relevance
1461 static struct pxe_menu *parse_pxefile(cmd_tbl_t *cmdtp, unsigned long menucfg) in parse_pxefile() argument1476 buf = map_sysmem(menucfg, 0); in parse_pxefile()1477 r = parse_pxefile_top(cmdtp, buf, menucfg, cfg, 1); in parse_pxefile()