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

  /src/sys/arch/landisk/stand/boot/
biosdisk_ll.h 32 #define BIOSDISK_SECSIZE 512
biosdisk.c 81 #define BUFSIZE (1 * BIOSDISK_SECSIZE)
367 blks = size / BIOSDISK_SECSIZE;
375 frag = size % BIOSDISK_SECSIZE;
379 *rsize = blks * BIOSDISK_SECSIZE;
382 memcpy(buf + blks * BIOSDISK_SECSIZE, d->buf, frag);
  /src/sys/arch/landisk/stand/bootxx/
boot1.c 128 if (size & (BIOSDISK_SECSIZE - 1))
135 size / BIOSDISK_SECSIZE) != 0)

Completed in 13 milliseconds