Home
last modified time | relevance | path

Searched defs:file_open (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/fs/pxe/
Dgpxeurl.c66 static __lowmem struct s_PXENV_FILE_OPEN file_open; in gpxe_open() local
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_file.c52 PXENV_EXIT_t pxenv_file_open ( struct s_PXENV_FILE_OPEN *file_open ) { in pxenv_file_open()
Dpxe_call.c100 PXENV_EXIT_t ( * file_open ) ( struct s_PXENV_FILE_OPEN * ); member
/external/python/cpython2/Lib/idlelib/
DClassBrowser.py22 file_open = None # Method...Item and Class...Item use this. variable
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe.h63 struct s_PXENV_FILE_OPEN file_open; member
/external/fio/
Dgfio.c922 static void file_open(GtkWidget *w, gpointer data) in file_open() function
/external/python/cpython2/Lib/
Durllib2.py1329 def file_open(self, req): member in FileHandler