Searched refs:NOFIX (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c484 idesc->id_fix = NOFIX;
493 case NOFIX:
H A Dfsck.h130 enum fixstate {DONTKNOW, NOFIX, FIX}; enumerator in enum:fixstate
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c120 * or NOFIX by the dofix() query function. If id_fix
126 * query the user. If it is NOFIX, then dofix()
127 * essentially does nothing. A few routines set NOFIX
1035 idesc.id_fix = NOFIX;
1453 idesc.id_fix = NOFIX;
1475 idesc.id_fix = NOFIX;
1518 idelayed.id_fix = NOFIX;
H A Dutilities.c699 idesc.id_fix = NOFIX;
724 idesc.id_fix = NOFIX;
744 idesc.id_fix = NOFIX;
858 idesc->id_fix = NOFIX;
869 case NOFIX:
H A Dfsck.h140 DONTKNOW, NOFIX, FIX, IGNORE enumerator in enum:fixstate

Completed in 73 milliseconds