OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfdriver
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/sys/
device.h
148
typedef struct
cfdriver
*cfdriver_t;
375
LIST_ENTRY(cfattach) ca_list; /* link on
cfdriver
's list */
382
/* technically, the next 2 belong into "struct
cfdriver
" */
417
struct
cfdriver
{
struct
418
LIST_ENTRY(
cfdriver
) cd_list; /* link on allcfdrivers */
426
LIST_HEAD(cfdriverlist,
cfdriver
);
429
struct
cfdriver
__CONCAT(name,_cd) = { \
534
int config_init_component(struct
cfdriver
*const*,
536
int config_fini_component(struct
cfdriver
*const*,
543
int config_cfdriver_attach(struct
cfdriver
*);
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026