Searched refs:DT_FIFO (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | dirent_types.h | 9 #if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO) 10 XLAT(DT_FIFO),
|
D | dirent_types.in | 2 DT_FIFO
|
/external/syslinux/com32/include/sys/ |
D | dirent.h | 25 DT_FIFO = 1, enumerator
|
/external/syslinux/core/fs/pxe/ |
D | ftp_readdir.c | 27 return DT_FIFO; in dirtype()
|
/external/syslinux/com32/modules/ |
D | ls.c | 21 case DT_FIFO: in type_str()
|
D | dir.c | 21 case DT_FIFO: in type_str()
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 643 case DT_FIFO: in rosh_d_type2char_human() 681 case DT_FIFO: in rosh_d_type2char_lspre() 716 case DT_FIFO: in rosh_d_type2char_lssuf()
|
/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/core/fs/ext2/ |
D | ext2.c | 19 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK, in ext2_cvt_type() enumerator
|
/external/syslinux/core/fs/ufs/ |
D | ufs.c | 359 case UFS_DTYPE_FIFO: return DT_FIFO; 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
|