Searched refs:fdt_next (Results 1 – 2 of 2) sorted by relevance
240 fdt_next(proc_t p, int fd, bool only_settled);285 for (struct fdt_iterator __fdt_it = fdt_next(p, -1, true); \287 __fdt_it = fdt_next(p, __fdt_it.fdti_fd, true))
683 fdt_next(proc_t p, int fd, bool only_settled) in fdt_next() function