Home
last modified time | relevance | path

Searched refs:isHidden (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c246 int32_t longEntryStartCluster, int isHidden, int isDir, in noteUsage() argument
258 isHidden ? HIDDEN : VISIBLE, &tmpl)) in noteUsage()
272 if (isHidden) in noteUsage()
H A Dfsck_pcfs.h225 struct pcdir *longRef, int32_t longStartCluster, int isHidden,
H A Dclusters.c181 isHidden(int32_t clusterNum) in isHidden() function
632 } else if (isHidden(c)) { in countClusters()