OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atabus_initq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
ata.c
99
static TAILQ_HEAD(,
atabus_initq
) atabus_initq_head;
233
struct
atabus_initq
*
atabus_initq
= NULL;
local
255
atabus_initq
= TAILQ_FIRST(&atabus_initq_head);
256
if (
atabus_initq
->atabus_sc == atabus_sc)
293
TAILQ_REMOVE(&atabus_initq_head,
atabus_initq
,
atabus_initq
);
297
kmem_free(
atabus_initq
, sizeof(*
atabus_initq
));
314
struct
atabus_initq
*atabus_initq = NULL
local
[
all
...]
atavar.h
256
struct
atabus_initq
{
struct
257
TAILQ_ENTRY(
atabus_initq
)
atabus_initq
;
member in struct:atabus_initq
Completed in 15 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026