Searched refs:DSTATE (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l53 * DSTATE => double
88 %s DSTATE
143 state=DSTATE;
212 <DSTATE>([0-9]+|([0-9]*\.[0-9]+)([eE][-+]?[0-9]+)?) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass4.c69 was_dir = (statemap[inumber] & DSTATE) == DSTATE;
120 case DSTATE:
H A Dfsck.h61 #define DSTATE 0x04 /* inode is directory */ macro
74 #define DZLINK (DSTATE | INZLINK)
77 #define DFOUND (DSTATE | INFOUND)
79 #define DCLEAR (DSTATE | INCLEAR)
86 * DUNFOUND === (state == DSTATE || state == DZLINK)
90 * DVALID === (state == DSTATE || state == DZLINK || state == DFOUND)
92 #define S_IS_DUNFOUND(state) (((state) & (DSTATE | INZLINK)) \
94 #define S_IS_DVALID(state) (((state) & (DSTATE | INZLINK | INFOUND | \
H A Dpass3.c73 * them in DSTATE which will cause them to be pitched
344 case DSTATE:
348 * Accept DSTATE and DFOUND so we can handle normal
H A Dpass2.c112 case DSTATE:
151 /* != DSTATE also covers case of == USTATE */
152 if (((statemap[inp->i_number] & STMASK) != DSTATE) ||
824 case DSTATE:
H A Ddup_avl.c425 if (statemap[ino] & DSTATE) {
H A Dpass1.c367 statemap[inumber] = DSTATE | flags;
H A Dpass5.c201 case DSTATE:
H A Dinode.c1101 case DSTATE:
1197 statemap[ino] = DSTATE;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h64 #define DSTATE 03 /* inode is directory */ macro
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c168 #define DSTATE 0x0020 macro
1586 if (dadk_debug & DSTATE)

Completed in 67 milliseconds