OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:discon_q
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/mac68k/dev/
ncr5380reg.h
223
static SC_REQ *
discon_q
= NULL; /* Commands disconnected */
variable in typeref:typename:SC_REQ *
ncr5380.c
463
* claimed. If not, stop queueing new jobs so the
discon_q
1189
reqp->next =
discon_q
;
1190
discon_q
= reqp;
1291
for (tmp =
discon_q
, prev = NULL; tmp; prev = tmp, tmp = tmp->next){
1295
else
discon_q
= tmp->next;
1685
* None of the jobs in the
discon_q
will ever be reconnected,
1688
for (tmp =
discon_q
; tmp ;) {
1696
discon_q
= NULL;
1977
for (tmp =
discon_q
; tmp; tmp = tmp->next)
/src/sys/arch/atari/dev/
ncr5380reg.h
222
static SC_REQ *
discon_q
= NULL; /* Commands disconnected */
variable in typeref:typename:SC_REQ *
ncr5380.c
471
* the
discon_q
will be eventually drained and DMA
1213
reqp->next =
discon_q
;
1214
discon_q
= reqp;
1314
for (tmp =
discon_q
, prev = NULL; tmp != NULL;
1320
discon_q
= tmp->next;
1724
* None of the jobs in the
discon_q
will ever be reconnected,
1727
for (tmp =
discon_q
; tmp ;) {
1735
discon_q
= NULL;
2049
for (tmp =
discon_q
; tmp; tmp = tmp->next)
atari5380.c
806
if (falcon_lock && (connected == NULL) && (
discon_q
== NULL)) {
Completed in 116 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025