Searched refs:DT_CHR (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | dirent_types.h | 12 #if defined(DT_CHR) || (defined(HAVE_DECL_DT_CHR) && HAVE_DECL_DT_CHR) 13 XLAT(DT_CHR),
|
D | dirent_types.in | 3 DT_CHR
|
/external/syslinux/com32/include/sys/ |
D | dirent.h | 26 DT_CHR = 2, enumerator
|
/external/syslinux/core/fs/pxe/ |
D | ftp_readdir.c | 29 return DT_CHR; in dirtype()
|
/external/syslinux/com32/modules/ |
D | ls.c | 23 case DT_CHR: in type_str()
|
D | dir.c | 23 case DT_CHR: in type_str()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 646 case DT_CHR: in rosh_d_type2char_human() 684 case DT_CHR: in rosh_d_type2char_lspre()
|
/external/syslinux/core/fs/ext2/ |
D | ext2.c | 18 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, in ext2_cvt_type() enumerator
|
/external/syslinux/core/fs/ufs/ |
D | ufs.c | 360 case UFS_DTYPE_CHARDEV: return DT_CHR; in get_inode_mode()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
D | inode.c | 59 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|