Lines Matching refs:maxfd
63 if (fd < fdt->maxfd) in _fdt_slot_expand()
84 for (index = fdt->maxfd; index < nr; index++) in _fdt_slot_expand()
89 fdt->maxfd = nr; in _fdt_slot_expand()
110 for (idx = startfd; idx < (int)fdt->maxfd; idx++) in _fdt_slot_alloc()
118 idx = fdt->maxfd; in _fdt_slot_alloc()
352 if (fd < fdt->maxfd) in fdt_fd_release()
385 if (fd < 0 || fd >= (int)fdt->maxfd) in fdt_get_file()
431 if ((fd < 0) || (fd >= fdt->maxfd)) in fdt_fd_associate_file()
589 if ((fd_src < 0) || (fd_src >= fdt_src->maxfd)) in dfs_fdtable_dup()
681 if ((oldfd < 0) || (oldfd >= fdt->maxfd)) in dfs_dup()
729 if ((oldfd < 0) || (oldfd >= fdt->maxfd)) in dfs_dup_to()
776 if ((oldfd < 0) || (oldfd >= fdtab->maxfd)) in dfs_dup_from()
858 if ((oldfd < 0) || (oldfd >= fdt->maxfd)) in sys_dup2()
870 if (newfd >= fdt->maxfd) in sys_dup2()
1119 for (index = 0; index < (int)fd_table->maxfd; index++) in list_fd()
1169 for (index = 0; index < _fdtab.maxfd; index++) in dfs_fd_dump()