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

  /src/usr.sbin/installboot/
evboards.c 1917 off_t this_max; local in function:evb_uboot_setboot
1919 this_max = file_size;
1921 this_max = sb.st_size - file_offset;
1922 this_max += image_offset;
1923 if (max_offset < this_max)
1924 max_offset = this_max;
evboards.c 1917 off_t this_max; local in function:evb_uboot_setboot
1919 this_max = file_size;
1921 this_max = sb.st_size - file_offset;
1922 this_max += image_offset;
1923 if (max_offset < this_max)
1924 max_offset = this_max;

Completed in 26 milliseconds