Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_preboot.c234 *restart_tftp ) { in pxenv_restart_tftp()
240 pxe_set_cached_filename ( restart_tftp->FileName ); in pxenv_restart_tftp()
245 restart_tftp->Buffer = PXE_LOAD_PHYS; /* Fixed by spec, apparently */ in pxenv_restart_tftp()
246 restart_tftp->BufferSize = ( 0xa0000 - PXE_LOAD_PHYS ); /* Near enough */ in pxenv_restart_tftp()
247 tftp_exit = pxenv_tftp_read_file ( restart_tftp ); in pxenv_restart_tftp()
252 restart_tftp->Status = pxe_start_nbp(); in pxenv_restart_tftp()
Dpxe_call.c53 PXENV_EXIT_t ( * restart_tftp ) ( struct s_PXENV_TFTP_READ_FILE * ); member
147 pxenv_call.restart_tftp = pxenv_restart_tftp; in pxe_api_call()
148 param_len = sizeof ( pxenv_any.restart_tftp ); in pxe_api_call()
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe.h28 struct s_PXENV_TFTP_READ_FILE restart_tftp; member
Dpxe_api.h427 *restart_tftp );