Searched refs:matchRequired (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h197 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
209 int operation, char matchRequired, struct pcdir **found,
H A Ddir.c386 searchChecks(struct pcdir *dp, int operation, char matchRequired, argument
407 if (operation == PCFS_FIND_ATTR && dp->pcd_attr == matchRequired) {
410 dp->pcd_filename[0] == matchRequired) {
467 * matchRequired
492 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
512 searchChecks(dp, operation, matchRequired, found);
551 descend, operation, matchRequired, found,
582 depth, descend, operation, matchRequired,
600 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
604 descend, operation, matchRequired, foun
490 visitNodes(int fd, int32_t currentCluster, ClusterContents *dirData, int32_t dirDataLen, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument
599 traverseFromRoot(int fd, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument
638 traverseDir(int fd, int32_t startAt, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument
[all...]

Completed in 70 milliseconds