OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acb2
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/amiga/dev/
siop.c
462
register struct siop_acb *
acb2
;
local in function:siop_scsidone
463
for (
acb2
= sc->nexus_list.tqh_first;
acb2
;
464
acb2
=
acb2
->chain.tqe_next)
465
if (
acb2
== acb) {
472
if (
acb2
)
siop2.c
447
register struct siop_acb *
acb2
;
local in function:siopng_scsidone
448
for (
acb2
= sc->nexus_list.tqh_first;
acb2
;
449
acb2
=
acb2
->chain.tqe_next)
450
if (
acb2
== acb) {
457
if (
acb2
)
sbic.c
621
register struct sbic_acb *
acb2
;
local in function:sbic_scsidone
622
for (
acb2
= dev->nexus_list.tqh_first;
acb2
;
623
acb2
=
acb2
->chain.tqe_next) {
624
if (
acb2
== acb) {
631
if (
acb2
)
/src/sys/dev/ic/
osiop.c
655
struct osiop_acb *
acb2
;
local in function:osiop_scsidone
656
TAILQ_FOREACH(
acb2
, &sc->nexus_list, chain) {
657
if (
acb2
== acb) {
665
if (
acb2
== NULL) {
/src/sys/arch/acorn32/podulebus/
sbic.c
573
register struct sbic_acb *
acb2
;
local in function:sbic_scsidone
574
for (
acb2
= dev->nexus_list.tqh_first;
acb2
;
575
acb2
=
acb2
->chain.tqe_next) {
576
if (
acb2
== acb) {
583
if (
acb2
)
Completed in 18 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025