Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-posix-io.c-Use-off_t-instead-of-off64_t.patch41 unsigned char d_type;
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h40 YUCHAR d_type; /* type of this record */ member
/openbmc/openbmc/poky/meta/recipes-core/coreutils/
H A Dcoreutils_9.7.bb206 # Tweak test d_type-check to use python3 instead of python
207 sed -i "1s@.*@#!/usr/bin/python3@" ${D}${PTEST_PATH}/tests/d_type-check
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c263 u64 ino, unsigned int d_type) in filldir() argument
268 switch (d_type) { in filldir()
/openbmc/qemu/qga/
H A Dcommands-linux.c697 if (entry->d_type == DT_LNK) { in build_guest_fsinfo_for_virtual_device()
899 if (!(de_disk->d_type & DT_DIR)) { in get_disk_partitions()
1019 if (de->d_type != DT_LNK) { in qmp_guest_get_disks()
1833 !(de->d_type & DT_DIR)) { in qmp_guest_get_memory_blocks()
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp350 if (dent->d_type == DT_REG) // regular file in readSLPServiceInfo()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch243 + * Define if dirent struct has d_type field
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c442 switch (entry->d_type) { in os_dirent_ls()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c574 entry->d_type = DT_UNKNOWN; in local_readdir()
580 entry->d_type = DT_UNKNOWN; in local_readdir()
H A D9p.c2610 dent->d_type, &name); in v9fs_do_readdir()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h443 unsigned char d_type; member
2541 unsigned char d_type; member
H A Dsyscall.c8876 type = hde->d_type; in do_getdents()
8943 tde->d_type = hde->d_type; in do_getdents64()