Searched refs:pxefile_addr_str (Results 1 – 1 of 1) sorted by relevance
370 char *pxefile_addr_str; in do_pxe_get() local379 pxefile_addr_str = from_env("pxefile_addr_r"); in do_pxe_get()381 if (!pxefile_addr_str) in do_pxe_get()384 err = strict_strtoul(pxefile_addr_str, 16, in do_pxe_get()1618 char *pxefile_addr_str; in do_pxe_boot() local1623 pxefile_addr_str = from_env("pxefile_addr_r"); in do_pxe_boot()1624 if (!pxefile_addr_str) in do_pxe_boot()1628 pxefile_addr_str = argv[1]; in do_pxe_boot()1633 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_pxe_boot()1634 printf("Invalid pxefile address: %s\n", pxefile_addr_str); in do_pxe_boot()[all …]