Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_file.c208 PXENV_EXIT_t pxenv_file_exec ( struct s_PXENV_FILE_EXEC *file_exec ) { in pxenv_file_exec() argument
216 command = real_to_user ( file_exec->Command.segment, in pxenv_file_exec()
217 file_exec->Command.offset ); in pxenv_file_exec()
227 file_exec->Status = PXENV_STATUS ( rc ); in pxenv_file_exec()
232 file_exec->Status = PXENV_STATUS_SUCCESS; in pxenv_file_exec()
Dpxe_call.c105 PXENV_EXIT_t ( * file_exec ) ( struct s_PXENV_FILE_EXEC * ); member
307 pxenv_call.file_exec = pxenv_file_exec; in pxe_api_call()
308 param_len = sizeof ( pxenv_any.file_exec ); in pxe_api_call()
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe.h68 struct s_PXENV_FILE_EXEC file_exec; member
Dpxe_api.h1751 extern PXENV_EXIT_t pxenv_file_exec ( struct s_PXENV_FILE_EXEC *file_exec );