HomeSort by: relevance | last modified time | path
    Searched defs:cfdriver (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
device.h 148 typedef struct cfdriver *cfdriver_t;
372 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
379 /* technically, the next 2 belong into "struct cfdriver" */
414 struct cfdriver { struct
415 LIST_ENTRY(cfdriver) cd_list; /* link on allcfdrivers */
423 LIST_HEAD(cfdriverlist, cfdriver);
426 struct cfdriver __CONCAT(name,_cd) = { \
518 int config_init_component(struct cfdriver *const*,
520 int config_fini_component(struct cfdriver *const*,
527 int config_cfdriver_attach(struct cfdriver *);
    [all...]
device.h 148 typedef struct cfdriver *cfdriver_t;
372 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
379 /* technically, the next 2 belong into "struct cfdriver" */
414 struct cfdriver { struct
415 LIST_ENTRY(cfdriver) cd_list; /* link on allcfdrivers */
423 LIST_HEAD(cfdriverlist, cfdriver);
426 struct cfdriver __CONCAT(name,_cd) = { \
518 int config_init_component(struct cfdriver *const*,
520 int config_fini_component(struct cfdriver *const*,
527 int config_cfdriver_attach(struct cfdriver *);
    [all...]
device.h 148 typedef struct cfdriver *cfdriver_t;
372 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
379 /* technically, the next 2 belong into "struct cfdriver" */
414 struct cfdriver { struct
415 LIST_ENTRY(cfdriver) cd_list; /* link on allcfdrivers */
423 LIST_HEAD(cfdriverlist, cfdriver);
426 struct cfdriver __CONCAT(name,_cd) = { \
518 int config_init_component(struct cfdriver *const*,
520 int config_fini_component(struct cfdriver *const*,
527 int config_cfdriver_attach(struct cfdriver *);
    [all...]
device.h 148 typedef struct cfdriver *cfdriver_t;
372 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
379 /* technically, the next 2 belong into "struct cfdriver" */
414 struct cfdriver { struct
415 LIST_ENTRY(cfdriver) cd_list; /* link on allcfdrivers */
423 LIST_HEAD(cfdriverlist, cfdriver);
426 struct cfdriver __CONCAT(name,_cd) = { \
518 int config_init_component(struct cfdriver *const*,
520 int config_fini_component(struct cfdriver *const*,
527 int config_cfdriver_attach(struct cfdriver *);
    [all...]

Completed in 50 milliseconds