OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Sep 25 16:09:42 GMT 2025