Home
last modified time | relevance | path

Searched refs:D_TYPE (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h160 #define D_TYPE 0x100 /* file has changed type */ macro
178 #define D_CONTENTS (D_SIZE|D_TYPE|D_CREATE|D_MTIME)
179 #define D_IMPORTANT (D_SIZE|D_TYPE|D_CREATE|D_MTIME|D_ADMIN)
H A Ddebug.c132 D_TYPE, "type",
H A Danal.c484 mask |= D_TYPE; in check_changes()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_dir.h74 #define D_TYPE(d) ((d)->d_type) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c95 #ifdef D_TYPE in gl_dirnext()
96 if (D_TYPE(dp) != DT_UNKNOWN && D_TYPE(dp) != DT_DIR && D_TYPE(dp) != DT_LNK) in gl_dirnext()
H A Dfts.c115 #ifdef D_TYPE
527 #ifdef D_TYPE in info()
1046 TYPE(f, D_TYPE(d)); in fts_read()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c241 (void) strcpy(d_type, dev[D_TYPE]); in rddev()
255 getProto(_ProtoDev, dev[D_TYPE]); in rddev()
H A Duucp.h304 #define D_TYPE 0 macro
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c254 (void)strcpy(d_type, dev[D_TYPE]); in rddev()
268 getProto( _ProtoDev, dev[D_TYPE] ); in rddev()
H A Duucp.h409 #define D_TYPE 0 macro
H A Dct.c570 if (!EQUALS (flds[F_TYPE] /* "ACU" */, _Dev[D_TYPE]))
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h350 #define D_TYPE 0 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE803 03-03-28 include/ast_dir.h: add D_TYPE; { D_FILENO D_TYPE } must be #ifdef'd