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

/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLElToritoFindUEFI.c413 int firstSectorOfBootCatalog = OSSwapLittleToHostInt32 (bvd->bootcat_ptr); local
414 contextprintf (inContext, kBLLogLevelVerbose, "firstSectorOfBootCatalog (in 2048-sectors) = %d = 0x%08x\n", firstSectorOfBootCatalog, firstSectorOfBootCatalog);
436 ret = pread (fd, buf2048, 1*2048, firstSectorOfBootCatalog*2048);

Completed in 142 milliseconds