Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_44/usr/src/lib/libast/common/include/
H A Dast_dir.h73 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_dir.h82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
/titanic_44/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs_log.c123 case DT_DIR: return ("dir"); in delta2str()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dlufs.c1435 delta_stats[DT_DIR] = dkstats.ds_dir_deltas.value.ui64; in delta_stats_update()
1446 roll_stats[DT_DIR] = dkstats.ds_dir_rolled.value.ui64; in delta_stats_update()
1457 dkstats.ds_dir_deltas.value.ui64 = delta_stats[DT_DIR]; in delta_stats_update()
1468 dkstats.ds_dir_rolled.value.ui64 = roll_stats[DT_DIR]; in delta_stats_update()
H A Dufs_trans.c502 TRANS_DELTA(ip->i_ufsvfs, ldbtob(bn), DIRBLKSIZ, DT_DIR, 0, 0); in ufs_trans_dir()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h187 #define DT_DIR 4 macro
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_trans.h50 DT_DIR, /* 6 directory */ enumerator
/titanic_44/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c707 case DT_DIR: in lufs_logscan_addmap()
/titanic_44/usr/src/lib/libast/common/misc/
H A Dfts.c118 …>must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != D…
544 TYPE(f, DT_DIR); in info()
H A Dglob.c98 if (D_TYPE(dp) != DT_UNKNOWN && D_TYPE(dp) != DT_DIR && D_TYPE(dp) != DT_LNK) in gl_dirnext()
/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5105 #ifdef DT_DIR
5106 if (dentry->d_type == DT_DIR)
6000 #ifdef DT_DIR
6001 if (dentry->d_type == DT_DIR)