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

  /src/sbin/resize_ffs/
resize_ffs.c 665 int secondpass; /* have we wrapped from end of fs to local in function:find_freespace
671 secondpass = (hand == 0);
690 if (secondpass)
692 secondpass = 1;
718 int secondpass; /* have we wrapped from end to beginning? */ local in function:find_freeblock
723 secondpass = (hand == 0);
736 if (secondpass)
738 secondpass = 1;
760 int secondpass; /* have we wrapped from end to beginning? */ local in function:find_freeinode
765 secondpass = (hand == 0)
    [all...]
  /src/sys/arch/x86/x86/
lapic.c 639 lapic_calibrate_timer(bool secondpass)
660 if (secondpass && cpu_hascounter()) {
753 if (!secondpass) {

Completed in 12 milliseconds