Searched refs:DT_FIFO (Results 1 – 25 of 36) sorted by relevance
12
/external/strace/xlat/ |
D | dirent_types.h | 15 #if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO) 16 XLAT(DT_FIFO),
|
D | dirent_types.in | 2 DT_FIFO
|
/external/u-boot/include/jffs2/ |
D | jffs2.h | 197 DT_FIFO = 1, enumerator 198 # define DT_FIFO DT_FIFO macro
|
/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 35 #define DT_FIFO 1 macro
|
/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/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 37 case DT_FIFO: in get_file_type()
|
/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
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_dragonfly_amd64.go | 292 DT_FIFO = 0x1 const
|
D | zerrors_openbsd_arm.go | 194 DT_FIFO = 0x1 const
|
D | zerrors_openbsd_amd64.go | 219 DT_FIFO = 0x1 const
|
D | zerrors_openbsd_386.go | 194 DT_FIFO = 0x1 const
|
D | zerrors_darwin_386.go | 421 DT_FIFO = 0x1 const
|
D | zerrors_darwin_arm64.go | 421 DT_FIFO = 0x1 const
|
D | zerrors_darwin_amd64.go | 421 DT_FIFO = 0x1 const
|
D | zerrors_netbsd_arm.go | 301 DT_FIFO = 0x1 const
|
D | zerrors_darwin_arm.go | 421 DT_FIFO = 0x1 const
|
D | zerrors_freebsd_386.go | 537 DT_FIFO = 0x1 const
|
D | zerrors_freebsd_arm.go | 544 DT_FIFO = 0x1 const
|
D | zerrors_netbsd_386.go | 309 DT_FIFO = 0x1 const
|
D | zerrors_freebsd_amd64.go | 537 DT_FIFO = 0x1 const
|
D | zerrors_netbsd_amd64.go | 309 DT_FIFO = 0x1 const
|
D | zerrors_linux_sparc64.go | 315 DT_FIFO = 0x1 const
|
D | zerrors_linux_mipsle.go | 338 DT_FIFO = 0x1 const
|
D | zerrors_linux_s390x.go | 338 DT_FIFO = 0x1 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 540 #define DT_FIFO 1 macro
|
12