OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:issue
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
dsk.c
401
void (*
issue
)(struct dvata_chan *, int64_t, int);
local in function:lba_read
413
issue
= (bno < (1ULL<<28)) ? issue28 : issue48;
415
(*
issue
)(chan, bno, rdcnt);
dsk.c
401
void (*
issue
)(struct dvata_chan *, int64_t, int);
local in function:lba_read
413
issue
= (bno < (1ULL<<28)) ? issue28 : issue48;
415
(*
issue
)(chan, bno, rdcnt);
Completed in 28 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025