OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atabus_initq
(Results
1 - 4
of
4
) 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 in function:atabusconfig
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 in function:atabusconfig_thread
[
all
...]
ata.c
99
static TAILQ_HEAD(,
atabus_initq
) atabus_initq_head;
233
struct
atabus_initq
*
atabus_initq
= NULL;
local in function:atabusconfig
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 in function:atabusconfig_thread
[
all
...]
atavar.h
256
struct
atabus_initq
{
struct
257
TAILQ_ENTRY(
atabus_initq
)
atabus_initq
;
atavar.h
256
struct
atabus_initq
{
struct
257
TAILQ_ENTRY(
atabus_initq
)
atabus_initq
;
Completed in 113 milliseconds
Indexes created Sat Nov 08 09:09:57 GMT 2025