OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:si_flag
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sun68k/stand/libsa/
dev_disk.c
120
int retry,
si_flag
, xcnt;
local in function:disk_strategy
131
si_flag
= (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE;
142
xcnt = (*ops->b_strategy)(si,
si_flag
);
/src/sys/arch/sun68k/stand/tapeboot/
dev_tape.c
146
int
si_flag
, xcnt;
local in function:tape_strategy
162
si_flag
= (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE;
163
xcnt = (*ops->b_strategy)(si,
si_flag
);
/src/sys/arch/sparc/stand/common/
promdev.c
388
int
si_flag
;
local in function:oldmon_strategy
410
si_flag
= SAIO_F_READ;
411
xcnt = (*ops->b_strategy)(si,
si_flag
);
425
si_flag
= (flag == F_READ) ? SAIO_F_READ : SAIO_F_WRITE;
426
xcnt = (*ops->b_strategy)(si,
si_flag
);
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025