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

  /src/sys/arch/i386/stand/bootxx/
boot1.c 205 uint32_t sectors_per_entry; local in function:gpt_lookup
263 sectors_per_entry = entsz / BIOSDISK_DEFAULT_SECSIZE;
264 if (sectors_per_entry == 0)
265 sectors_per_entry = 1;
271 sector += sectors_per_entry;
boot1.c 205 uint32_t sectors_per_entry; local in function:gpt_lookup
263 sectors_per_entry = entsz / BIOSDISK_DEFAULT_SECSIZE;
264 if (sectors_per_entry == 0)
265 sectors_per_entry = 1;
271 sector += sectors_per_entry;

Completed in 138 milliseconds