OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sea_scb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
seagate.c
174
struct
sea_scb
{
struct
177
TAILQ_ENTRY(
sea_scb
) chain;
203
TAILQ_HEAD(,
sea_scb
) free_list, ready_list, nexus_list;
204
struct
sea_scb
*nexus; /* currently connected command */
206
struct
sea_scb
scb[SCB_TABLE_SIZE];
280
void sea_done(struct sea_softc *, struct
sea_scb
*);
281
struct
sea_scb
*sea_get_scb(struct sea_softc *, int);
282
void sea_free_scb(struct sea_softc *, struct
sea_scb
*, int);
287
void sea_send_scb(struct sea_softc *sea, struct
sea_scb
*scb);
289
int sea_select(struct sea_softc *sea, struct
sea_scb
*scb)
[
all
...]
seagate.c
174
struct
sea_scb
{
struct
177
TAILQ_ENTRY(
sea_scb
) chain;
203
TAILQ_HEAD(,
sea_scb
) free_list, ready_list, nexus_list;
204
struct
sea_scb
*nexus; /* currently connected command */
206
struct
sea_scb
scb[SCB_TABLE_SIZE];
280
void sea_done(struct sea_softc *, struct
sea_scb
*);
281
struct
sea_scb
*sea_get_scb(struct sea_softc *, int);
282
void sea_free_scb(struct sea_softc *, struct
sea_scb
*, int);
287
void sea_send_scb(struct sea_softc *sea, struct
sea_scb
*scb);
289
int sea_select(struct sea_softc *sea, struct
sea_scb
*scb)
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025