Searched refs:d_type (Results 1 – 21 of 21) sorted by relevance
/tools/testing/selftests/proc/ |
D | read.c | 80 assert(de->d_type == DT_DIR); in f() 84 assert(de->d_type == DT_DIR); in f() 91 switch (de->d_type) { in f()
|
D | fd-001-lookup.c | 116 assert(de->d_type == DT_DIR); in main() 120 assert(de->d_type == DT_DIR); in main() 129 assert(de->d_type == DT_LNK); in main()
|
D | fd-003-kthread.c | 106 assert(de->d_type == DT_DIR); in test_readdir() 110 assert(de->d_type == DT_DIR); in test_readdir()
|
/tools/perf/util/ |
D | genelf.c | 189 d->d_type = ELF_T_BYTE; in jit_add_eh_frame_info() 223 d->d_type = ELF_T_BYTE; in jit_add_eh_frame_info() 325 d->d_type = ELF_T_BYTE; in jit_write_elf() 371 d->d_type = ELF_T_BYTE; in jit_write_elf() 407 d->d_type = ELF_T_SYM; in jit_write_elf() 450 d->d_type = ELF_T_BYTE; in jit_write_elf() 492 d->d_type = ELF_T_BYTE; in jit_write_elf()
|
D | genelf_debug.c | 517 d->d_type = ELF_T_BYTE; in jit_add_debug_info() 551 d->d_type = ELF_T_BYTE; in jit_add_debug_info() 585 d->d_type = ELF_T_BYTE; in jit_add_debug_info()
|
D | cpumap.c | 437 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1) in cpu__setup_cpunode_map() 450 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
|
D | trace-event-info.c | 157 if (dent->d_type == DT_DIR && \
|
D | symbol-elf.c | 2103 .d_buf = &buf, .d_type = ELF_T_ADDR, .d_version = EV_CURRENT, in populate_sdt_note() 2108 .d_buf = (void *) data, .d_type = ELF_T_ADDR, in populate_sdt_note()
|
D | parse-events.c | 158 if (sys_dirent->d_type == DT_DIR && \ 178 if (evt_dirent->d_type == DT_DIR && \
|
D | symbol.c | 1886 if (d->d_type != DT_DIR) in visible_dir_filter()
|
D | evsel.c | 2406 if ((d->d_type != DT_DIR) || in find_process()
|
/tools/testing/selftests/powerpc/dscr/ |
D | dscr_sysfs_test.c | 56 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
|
/tools/testing/selftests/filesystems/incfs/ |
D | utils.c | 264 if (dp->d_type == DT_DIR) in delete_dir_tree()
|
D | incfs_test.c | 68 unsigned char d_type; member
|
/tools/perf/ |
D | builtin-buildid-cache.c | 98 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
|
D | builtin-script.c | 2816 if ((lang_dirent->d_type == DT_DIR || \ 2817 (lang_dirent->d_type == DT_UNKNOWN && \ 2824 if (script_dirent->d_type != DT_DIR && \ 2825 (script_dirent->d_type != DT_UNKNOWN || \
|
/tools/perf/pmu-events/ |
D | jevents.c | 891 if (dir->d_type == DT_DIR) { in is_leaf_dir() 894 } else if (dir->d_type == DT_UNKNOWN) { in is_leaf_dir()
|
/tools/thermal/tmon/ |
D | sysfs.c | 207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
/tools/vm/ |
D | slabinfo.c | 1205 switch (de->d_type) { in read_slab_dir() 1282 fatal("Unknown file type %lx\n", de->d_type); in read_slab_dir()
|
/tools/include/nolibc/ |
D | nolibc.h | 178 unsigned char d_type; member
|
/tools/perf/ui/browsers/ |
D | hists.c | 2303 if (!(dent->d_type == DT_REG)) in switch_data_file()
|