OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:issue_q
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/atari/dev/
ncr5380.c
342
if ((
issue_q
== NULL) ||
344
reqp->next =
issue_q
;
345
issue_q
= reqp;
347
tmp =
issue_q
;
389
tmp->next =
issue_q
;
390
issue_q
= tmp;
482
for (req=
issue_q
; req != NULL;
490
issue_q
= req->next;
513
req->next =
issue_q
;
514
issue_q
= req
[
all
...]
ncr5380reg.h
221
static SC_REQ *
issue_q
= NULL; /* Commands waiting to be issued*/
variable in typeref:typename:SC_REQ *
atari5380.c
815
if (!falcon_lock && (
issue_q
!= NULL)) {
/src/sys/arch/mac68k/dev/
ncr5380.c
335
if ((
issue_q
== NULL) ||
337
reqp->next =
issue_q
;
338
issue_q
= reqp;
340
tmp =
issue_q
;
382
tmp->next =
issue_q
;
383
issue_q
= tmp;
474
for (req=
issue_q
; req != NULL; prev = req, req = req->next) {
480
issue_q
= req->next;
500
req->next =
issue_q
;
501
issue_q
= req
[
all
...]
ncr5380reg.h
222
static SC_REQ *
issue_q
= NULL; /* Commands waiting to be issued*/
variable in typeref:typename:SC_REQ *
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025