Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Ddir.h90 #define DT_CHR 2 macro
/freebsd/sys/sys/
H A Ddirent.h96 #define DT_CHR 2 macro
/freebsd/sys/fs/devfs/
H A Ddevfs_devs.c209 if (de->de_dirent->d_type == DT_CHR && in devfs_find()
635 de->de_dirent->d_type = DT_CHR; in devfs_populate_loop()
H A Ddevfs_vnops.c573 if (de->de_dirent->d_type == DT_CHR) { in devfs_allocv()
589 if (de->de_dirent->d_type == DT_CHR) { in devfs_allocv()
1228 if (de->de_dirent->d_type == DT_CHR && in devfs_mknod()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h47 case DT_CHR: in get_file_type()
/freebsd/sbin/restore/
H A Dinteractive.c607 case DT_CHR: in mkentry()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c580 FMNT_LINRDLNKF)) == 0 ? DT_CHR : DT_LNK; in fdesc_readdir()
/freebsd/stand/libsa/
H A Dext2fs.c102 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c410 cde.d_type = DT_CHR; in tarfs_readdir()
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c93 DT_CHR, /* EXT2_FT_CHRDEV */
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1319 case DT_CHR: in zpool_find_import_scan_dir()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1718 d.d_type = DT_CHR; in tmpfs_dir_getdents()