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

/netbsd-current/sys/arch/i386/stand/lib/
H A Dbiosdisk_ll.h123 #ifndef BIOSDISK_DEFAULT_SECSIZE
124 #define BIOSDISK_DEFAULT_SECSIZE 512 macro
H A Dbootinfo_biosgeom.c69 char buf[BIOSDISK_DEFAULT_SECSIZE];
169 for (j = 0, cksum = 0; j < BIOSDISK_DEFAULT_SECSIZE; j++)
/netbsd-current/sys/arch/i386/stand/bootxx/
H A Dboot1.c150 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 134 milliseconds