OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_blkshift
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/libsa/
sdcd.c
41
static int
current_blkshift
;
variable
67
blk_per_sect = 4 >>
current_blkshift
;
92
return ((DEV_BSIZE / 256) * n) >>
current_blkshift
;
138
current_blkshift
= fls32(current_blkbytes) - 9;
143
error = IOCS_S_READ(0, 1, id,
current_blkshift
, buffer);
181
error = IOCS_S_READ(LABELSECTOR, 1, id,
current_blkshift
, buffer);
197
error = IOCS_S_READ(human2blk(2), 1, id,
current_blkshift
, buffer);
247
error = IOCS_S_READ(human2blk(2), 1, id,
current_blkshift
, buffer);
331
current_blkshift
, buf);
334
current_blkshift
, buf)
[
all
...]
Completed in 24 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026