HomeSort by relevance Sort by last modified time
    Searched defs:io_open (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_storage.c 216 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 291 io_open(PyObject *self, PyObject *args, PyObject *kwds)
631 {"open", (PyCFunction)io_open, METH_VARARGS|METH_KEYWORDS, open_doc},
288 io_open(PyObject *self, PyObject *args, PyObject *kwds) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 291 io_open(PyObject *self, PyObject *args, PyObject *kwds)
622 {"open", (PyCFunction)io_open, METH_VARARGS|METH_KEYWORDS, open_doc},
288 io_open(PyObject *self, PyObject *args, PyObject *kwds) function
  /external/python/cpython2/Modules/_io/
_iomodule.c 291 io_open(PyObject *self, PyObject *args, PyObject *kwds)
631 {"open", (PyCFunction)io_open, METH_VARARGS|METH_KEYWORDS, open_doc},
288 io_open(PyObject *self, PyObject *args, PyObject *kwds) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 226 static int io_open (lua_State *L) { function
595 {"open", io_open},
  /external/syslinux/com32/lua/src/
liolib.c 226 static int io_open (lua_State *L) { function
611 {"open", io_open},

Completed in 3834 milliseconds