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

  /src/sys/sys/
device.h 149 typedef struct cfattach *cfattach_t;
251 * struct cfattach::ca_flags (must not overlap with device_impl.h
370 struct cfattach { struct
372 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
384 LIST_HEAD(cfattachlist, cfattach);
388 struct cfattach __CONCAT(name,_ca) = { \
434 * cfattach's with cfdrivers as found in the static kernel configuration.
438 struct cfattach * const *cfai_list;/* list of attachments */
530 int config_cfattach_attach(const char *, struct cfattach *);
531 int config_cfattach_detach(const char *, struct cfattach *);
    [all...]
device.h 149 typedef struct cfattach *cfattach_t;
251 * struct cfattach::ca_flags (must not overlap with device_impl.h
370 struct cfattach { struct
372 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
384 LIST_HEAD(cfattachlist, cfattach);
388 struct cfattach __CONCAT(name,_ca) = { \
434 * cfattach's with cfdrivers as found in the static kernel configuration.
438 struct cfattach * const *cfai_list;/* list of attachments */
530 int config_cfattach_attach(const char *, struct cfattach *);
531 int config_cfattach_detach(const char *, struct cfattach *);
    [all...]

Completed in 56 milliseconds