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

  /src/sys/arch/i386/stand/lib/
biosdisk_ll.h 123 #ifndef BIOSDISK_DEFAULT_SECSIZE
124 #define BIOSDISK_DEFAULT_SECSIZE 512
bootinfo_biosgeom.c 69 char buf[BIOSDISK_DEFAULT_SECSIZE];
169 for (j = 0, cksum = 0; j < BIOSDISK_DEFAULT_SECSIZE; j++)
  /src/sys/arch/i386/stand/bootxx/
boot1.c 150 if (size & (BIOSDISK_DEFAULT_SECSIZE - 1))
157 size / BIOSDISK_DEFAULT_SECSIZE,
197 char buf[BIOSDISK_DEFAULT_SECSIZE];
242 if (le32toh(hdr->hdr_size) > BIOSDISK_DEFAULT_SECSIZE)
259 entries_per_sector = BIOSDISK_DEFAULT_SECSIZE / entsz;
263 sectors_per_entry = entsz / BIOSDISK_DEFAULT_SECSIZE;

Completed in 50 milliseconds