HomeSort by: relevance | last modified time | path
    Searched defs:secondpass (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/resize_ffs/
resize_ffs.c 665 int secondpass; /* have we wrapped from end of fs to local
671 secondpass = (hand == 0);
690 if (secondpass)
692 secondpass = 1;
718 int secondpass; /* have we wrapped from end to beginning? */ local
723 secondpass = (hand == 0);
736 if (secondpass)
738 secondpass = 1;
760 int secondpass; /* have we wrapped from end to beginning? */ local
765 secondpass = (hand == 0)
    [all...]

Completed in 15 milliseconds