Lines Matching refs:fts
366 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline() local
369 if (fts == NULL) in dwfl_linux_kernel_report_offline()
376 while ((f = fts_read (fts)) != NULL) in dwfl_linux_kernel_report_offline()
383 fts_set (fts, f, FTS_SKIP); in dwfl_linux_kernel_report_offline()
456 fts_close (fts); in dwfl_linux_kernel_report_offline()
632 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes() local
633 if (fts == NULL) in check_module_notes()
641 while ((f = fts_read (fts)) != NULL) in check_module_notes()
670 fts_close (fts); in check_module_notes()
766 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf() local
767 if (fts == NULL) in dwfl_linux_kernel_find_elf()
798 while ((f = fts_read (fts)) != NULL) in dwfl_linux_kernel_find_elf()
805 fts_set (fts, f, FTS_SKIP); in dwfl_linux_kernel_find_elf()
822 fts_close (fts); in dwfl_linux_kernel_find_elf()
848 fts_close (fts); in dwfl_linux_kernel_find_elf()