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

  /src/sys/sys/
device.h 149 typedef struct cfattach *cfattach_t;
254 * struct cfattach::ca_flags (must not overlap with device_impl.h
374 struct cfattach { struct
376 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
388 LIST_HEAD(cfattachlist, cfattach);
392 struct cfattach __CONCAT(name,_ca) = { \
437 * The cfattachiattr associates a cfattach (which normally does not
443 struct cfattach *cfia_attach; /* ptr to cfattach */
449 * cfattach's with cfdrivers as found in the static kernel configuration
    [all...]

Completed in 17 milliseconds