OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pg_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x68k/dev/
bmd.c
280
int page,
pg_offset
, pg_resid;
local in function:bmdstrategy
316
pg_offset
= offset % BMD_PAGESIZE;
319
pg_resid = MIN(resid, BMD_PAGESIZE -
pg_offset
);
327
pg_offset
, data, pg_resid);
330
pg_offset
, data, pg_resid);
bmd.c
280
int page,
pg_offset
, pg_resid;
local in function:bmdstrategy
316
pg_offset
= offset % BMD_PAGESIZE;
319
pg_resid = MIN(resid, BMD_PAGESIZE -
pg_offset
);
327
pg_offset
, data, pg_resid);
330
pg_offset
, data, pg_resid);
Completed in 23 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025