OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_msg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/puffs/
puffs_subr.c
93
struct puffs_vnmsg_read *
read_msg
= (void *)preq;
local in function:puffs_parkdone_asyncbioread
101
if (
read_msg
->pvnr_resid > bp->b_bcount) {
106
moved = bp->b_bcount -
read_msg
->pvnr_resid;
107
bp->b_resid =
read_msg
->pvnr_resid;
109
memcpy(bp->b_data,
read_msg
->pvnr_data, moved);
puffs_vnops.c
2224
read_msg
= NULL;
2273
(void *)&
read_msg
, 1);
2278
memset(
read_msg
, 0, argsize); /* XXX: touser KASSERT */
2279
RWARGS(
read_msg
, ap->a_ioflag, tomove,
2291
if (
read_msg
->pvnr_resid > tomove) {
2298
error = uiomove(
read_msg
->pvnr_data,
2299
tomove -
read_msg
->pvnr_resid, uio);
2306
if (error ||
read_msg
->pvnr_resid)
Completed in 40 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025