Searched defs:io_open (Results 1 – 11 of 11) sorted by relevance
87 struct io * io_open(const char *filename) in io_open() function
21 from io import open as io_open unknown
209 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) in io_open() function
288 io_open(PyObject *self, PyObject *args, PyObject *kwds) in io_open() function
263 static int io_open (lua_State *L) { in io_open() function
12 static PyObject *io_open = NULL; variable
73639 struct io_open { struct73640 struct file *file;73641 int dfd;73642 bool ignore_nonblock;73643 struct filename *filename;73644 struct open_how how;73645 long unsigned int nofile;
44884 struct io_open { struct44885 struct file *file;44886 int dfd;44887 u32 file_slot;44888 struct filename *filename;44889 struct open_how how;44890 long unsigned int nofile;
39953 struct io_open { struct39954 struct file *file;39955 int dfd;39956 bool ignore_nonblock;39957 struct filename *filename;39958 struct open_how how;39959 long unsigned int nofile;