OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 08:09:50 GMT 2025