Lines Matching refs:maxfd
190 if (fd < fdt->maxfd) in fd_slot_expand()
218 for (index = fdt->maxfd; index < nr; index++) in fd_slot_expand()
225 fdt->maxfd = nr; in fd_slot_expand()
244 for (idx = startfd; idx < (int)fdt->maxfd; idx++) in fd_slot_alloc()
252 idx = fdt->maxfd; in fd_slot_alloc()
347 if (fd < 0 || fd >= (int)fdt->maxfd) in fdt_fd_get()
392 if ((fd < 0) || (fd >= fdt->maxfd)) in fdt_fd_release()
459 if ((oldfd < 0) || (oldfd >= fdt->maxfd)) in sys_dup()
521 for (index = 0; index < fdt->maxfd; index++) in fd_is_open()
569 if ((oldfd < 0) || (oldfd >= fdt->maxfd)) in sys_dup2()
581 if (newfd >= fdt->maxfd) in sys_dup2()
626 for(int index = 0; index < (int)fdt->maxfd; index++) in fd_get_fd_index_form_fdt()
682 if ((fd < 0) || (fd >= fdt->maxfd)) in fd_associate()
943 for (index = 0; index < (int)fd_table->maxfd; index++) in list_fd()
997 for (index = 0; index < (int)fd_table->maxfd; index++) in lsofp()