Searched refs:DT_UNKNOWN (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | ast_dir.h | 73 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_dir.h | 82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_dir.h | 82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_dir.h | 82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_dir.h | 82 #if _mem_d_type_dirent && defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) && defined(DT_L…
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)-… 120 #undef DT_UNKNOWN 121 #define DT_UNKNOWN 0 macro 124 #define ISTYPE(f,t) ((t)==DT_UNKNOWN) 198 TYPE(f, DT_UNKNOWN); in node() 509 if (!f->symlink && (ISTYPE(f, DT_UNKNOWN) || ISTYPE(f, DT_LNK))) in info() 570 TYPE(f, DT_UNKNOWN); in info() 778 fts->parent->type = DT_UNKNOWN; in fts_open()
|
H A D | glob.c | 98 if (D_TYPE(dp) != DT_UNKNOWN && D_TYPE(dp) != DT_DIR && D_TYPE(dp) != DT_LNK) in gl_dirnext()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | ufs2.h | 184 #define DT_UNKNOWN 0 macro
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 237 enum {DT_HC, DT_DEVID, DT_TP, DT_DEV, DT_CPU, DT_UNKNOWN} type = in platform_getpath() enumerator 238 DT_UNKNOWN; in platform_getpath()
|