Home
last modified time | relevance | path

Searched refs:fdio_fdtab (Results 1 – 3 of 3) sorted by relevance

/system/ulib/fdio/
A Dunistd.c104 fdio_t *res = fdio_fdtab[fd]; in fdio_assign_reserved()
111 fdio_fdtab[fd] = io; in fdio_assign_reserved()
122 fdio_t *res = fdio_fdtab[fd]; in fdio_release_reserved()
128 fdio_fdtab[fd] = NULL; in fdio_release_reserved()
181 fdio_fdtab[fd] = io; in fdio_bind_to_fd()
204 fdio_t* io = fdio_fdtab[fd]; in fdio_unbind_from_fd()
218 fdio_fdtab[fd] = NULL; in fdio_unbind_from_fd()
233 io = fdio_fdtab[fd]; in fdio_unsafe_fd_to_io()
342 iodir = fdio_fdtab[dirfd]; in fdio_iodir()
1188 fdio_t* io = fdio_fdtab[fd]; in close()
[all …]
A Dzxio.c486 if ((fd < 0) || (fd >= FDIO_MAX_FD) || (fdio_fdtab[fd] == NULL)) { in fdio_get_service_handle()
490 fdio_t* io = fdio_fdtab[fd]; in fdio_get_service_handle()
492 fdio_fdtab[fd] = NULL; in fdio_get_service_handle()
A Dprivate.h251 #define fdio_fdtab (__fdio_global_state.fdtab) macro

Completed in 12 milliseconds