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

  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
plat_storage.c 86 result = io_open(mmap_dev_handle, spec, &local_image_handle);
101 result = io_open(fip_dev_handle, spec, &local_image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_io_storage.c 146 result = io_open(emmc_dev_handle, spec, &local_handle);
161 result = io_open(fip_dev_handle, spec, &local_image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_io_storage.c 143 result = io_open(ufs_dev_handle, spec, &local_handle);
158 result = io_open(fip_dev_handle, spec, &local_image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
io_storage.h 87 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_io_storage.c 273 result = io_open(fip_dev_handle, spec, &local_image_handle);
289 result = io_open(memmap_dev_handle, spec, &local_image_handle);
306 result = io_open(sh_dev_handle, spec, &local_image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_fip.c 138 result = io_open(backend_dev_handle, backend_image_spec,
201 result = io_open(backend_dev_handle, backend_image_spec,
284 result = io_open(backend_dev_handle, backend_image_spec,
io_storage.c 216 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) function
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_io_storage.c 99 result = io_open(sh_dev_handle, spec, &local_image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_io_storage.c 218 result = io_open(fip_dev_handle, spec, &local_image_handle);
235 result = io_open(memmap_dev_handle, spec, &local_image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 175 io_result = io_open(dev_handle, image_spec, &image_handle);
234 io_result = io_open(dev_handle, image_spec, &image_handle);
411 io_result = io_open(dev_handle, image_spec, &image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
partition.c 158 result = io_open(dev_handle, image_spec, &image_handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_io_storage.c 333 ret = io_open(dev_handle, image_spec, &image_handle);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 226 static int io_open (lua_State *L) { function
595 {"open", io_open},
  /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
  /external/syslinux/com32/lua/src/
liolib.c 226 static int io_open (lua_State *L) { function
611 {"open", io_open},
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_io.so 
  /device/linaro/bootloader/arm-trusted-firmware/docs/
porting-guide.rst 488 entities than this value using ``io_open()`` will fail with -ENOMEM.
    [all...]

Completed in 382 milliseconds