iPXE
|
Current working URI. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
void | churi (struct uri *uri) |
Change working URI. More... | |
Variables | |
struct uri * | cwuri = NULL |
Current working URI. More... | |
Current working URI.
Somewhat analogous to the current working directory in a POSIX system.
Definition in file cwuri.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
void churi | ( | struct uri * | uri | ) |
Change working URI.
uri | New working URI, or NULL |
Definition at line 45 of file cwuri.c.
References cwuri, NULL, resolve_uri(), and uri_put().
Referenced by efi_init_application(), image_exec(), tftp_apply_settings(), and uri_churi_okx().
Current working URI.
Definition at line 38 of file cwuri.c.
Referenced by churi(), cwuri_fetch_uri(), efi_autoexec_network(), image_exec(), imgdownload(), uri_churi_okx(), and xfer_open_uri().