Searched refs:DT_CHR (Results 1 – 25 of 37) sorted by relevance
12
/external/strace/xlat/ |
D | dirent_types.h | 18 #if defined(DT_CHR) || (defined(HAVE_DECL_DT_CHR) && HAVE_DECL_DT_CHR) 19 XLAT(DT_CHR),
|
D | dirent_types.in | 3 DT_CHR
|
/external/u-boot/include/jffs2/ |
D | jffs2.h | 199 DT_CHR = 2, enumerator 200 # define DT_CHR DT_CHR macro
|
/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 36 #define DT_CHR 2 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/virglrenderer/src/ |
D | virgl_egl_context.c | 71 if (e->d_type != DT_CHR) in egl_rendernode_open()
|
/external/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 33 case DT_CHR: 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 | 289 DT_CHR = 0x2 const
|
D | zerrors_openbsd_arm.go | 192 DT_CHR = 0x2 const
|
D | zerrors_openbsd_amd64.go | 217 DT_CHR = 0x2 const
|
D | zerrors_openbsd_386.go | 192 DT_CHR = 0x2 const
|
D | zerrors_darwin_386.go | 419 DT_CHR = 0x2 const
|
D | zerrors_darwin_arm64.go | 419 DT_CHR = 0x2 const
|
D | zerrors_darwin_amd64.go | 419 DT_CHR = 0x2 const
|
D | zerrors_netbsd_arm.go | 299 DT_CHR = 0x2 const
|
D | zerrors_darwin_arm.go | 419 DT_CHR = 0x2 const
|
D | zerrors_freebsd_386.go | 535 DT_CHR = 0x2 const
|
D | zerrors_freebsd_arm.go | 542 DT_CHR = 0x2 const
|
D | zerrors_netbsd_386.go | 307 DT_CHR = 0x2 const
|
D | zerrors_freebsd_amd64.go | 535 DT_CHR = 0x2 const
|
D | zerrors_netbsd_amd64.go | 307 DT_CHR = 0x2 const
|
D | zerrors_linux_sparc64.go | 313 DT_CHR = 0x2 const
|
D | zerrors_linux_mipsle.go | 336 DT_CHR = 0x2 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 541 #define DT_CHR 2 macro
|
12