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
373 struct cfattach { struct
375 LIST_ENTRY(cfattach) ca_list; /* link on cfdriver's list */
387 LIST_HEAD(cfattachlist, cfattach);
391 struct cfattach __CONCAT(name,_ca) = { \
436 * The cfattachiattr associates a cfattach (which normally does not
442 struct cfattach *cfia_attach; /* ptr to cfattach */
448 * cfattach's with cfdrivers as found in the static kernel configuration
    [all...]

Completed in 14 milliseconds