Searched refs:pxefile_addr_str (Results 1 – 1 of 1) sorted by relevance
371 char *pxefile_addr_str; in do_pxe_get() local380 pxefile_addr_str = from_env("pxefile_addr_r"); in do_pxe_get()382 if (!pxefile_addr_str) in do_pxe_get()385 err = strict_strtoul(pxefile_addr_str, 16, in do_pxe_get()1571 char *pxefile_addr_str; in do_pxe_boot() local1576 pxefile_addr_str = from_env("pxefile_addr_r"); in do_pxe_boot()1577 if (!pxefile_addr_str) in do_pxe_boot()1581 pxefile_addr_str = argv[1]; in do_pxe_boot()1586 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_pxe_boot()1587 printf("Invalid pxefile address: %s\n", pxefile_addr_str); in do_pxe_boot()[all …]