Searched defs:file_read (Results 1 – 7 of 7) sorted by relevance
21 static __lowmem struct s_PXENV_FILE_READ file_read; in gpxe_get_packet() local
146 PXENV_EXIT_t pxenv_file_read ( struct s_PXENV_FILE_READ *file_read ) { in pxenv_file_read()
103 PXENV_EXIT_t ( * file_read ) ( struct s_PXENV_FILE_READ * ); member
148 static int file_read(BIO *b, char *out, int outl) { in file_read() function
66 struct s_PXENV_FILE_READ file_read; member
22 static int file_read(void *buf, size_t size, FILE *file) { in file_read() function
1050 file_read(PyFileObject *f, PyObject *args) in file_read() function