Searched defs:statemap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h57 * Inode states in statemap[].
97 #define INO_IS_DUNFOUND(ino) S_IS_DUNFOUND(statemap[ino])
98 #define INO_IS_DVALID(ino) S_IS_DVALID(statemap[ino])
358 ushort_t *statemap; /* ptr to inode state table */ variable
417 * if (statemap[ino] == USTATE)
447 if (statemap[lfdir] == USTATE) { \
460 if (statemap[lfdir] == USTATE) { \
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c4655 static const struct statemap { struct

Completed in 98 milliseconds