OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfattach
(Results
1 - 18
of
18
) 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
...]
/src/sys/arch/atari/atari/
autoconf.c
147
const struct
cfattach
*ca;
/src/sys/arch/amigappc/amigappc/
autoconf.c
131
const struct
cfattach
*ca;
/src/sys/dev/vme/
vme.c
59
const struct
cfattach
vme_slv_ca = {
/src/sys/kern/
subr_autoconf.c
144
* Initial list of
cfattach
's.
296
typedef int (*cfattach_fn)(const char *, struct
cfattach
*);
689
* Add a
cfattach
to the specified driver.
692
config_cfattach_attach(const char *driver, struct
cfattach
*ca)
694
struct
cfattach
*lca;
713
* Remove a
cfattach
from the specified driver.
716
config_cfattach_detach(const char *driver, struct
cfattach
*ca)
748
* Look up a
cfattach
by name.
750
static struct
cfattach
*
753
struct
cfattach
*ca
[
all
...]
/src/sys/arch/amiga/amiga/
autoconf.c
171
const struct
cfattach
*ca;
/src/sys/dev/gpio/
gpiosim.c
105
printf("%s: unable to register
cfattach
\n", gpiosim_cd.cd_name);
514
extern struct
cfattach
gpiosim_ca;
551
aprint_error("%s: unable to register
cfattach
\n",
/src/sys/dev/iscsi/
iscsi_globals.h
519
extern struct
cfattach
iscsi_ca; /* the device attach structure */
/src/sys/dev/nand/
nandemulator.c
149
aprint_error("%s: couldn't register
cfattach
: %d\n",
736
extern struct
cfattach
nandemulator_ca;
768
aprint_error("%s: unable to register
cfattach
\n",
/src/sys/modules/lua/
lua.c
830
extern struct
cfattach
lua_ca;
882
aprint_error("%s: unable to register
cfattach
\n",
/src/sys/dev/pad/
pad.c
195
aprint_error("%s: couldn't register
cfattach
: %d\n",
810
* We need our own version of
cfattach
since config(1)'s ioconf does not
814
static struct
cfattach
*pad_cfattachinit[] = { &pad_ca, NULL };
/src/sys/dev/dm/
dm_ioctl.c
97
extern struct
cfattach
dm_ca;
/src/sys/arch/mac68k/obio/
ascaudio.c
1025
extern struct
cfattach
ascaudio_ca;
1057
aprint_error("%s: unable to register
cfattach
\n",
/src/sys/dev/usb/
uvideo.c
2493
extern struct
cfattach
uvideo_ca;
2494
extern struct
cfattach
uvideo_ca;
uaudio.c
4233
extern struct
cfattach
uaudio_ca;
/src/sys/dev/pcmcia/
if_malo_pcmcia.c
2129
extern struct
cfattach
malo_pcmcia_ca;
/src/sys/dev/acpi/
acpi.c
425
struct
cfattach
*ca;
/src/sys/dev/pci/
xmm7360.c
1977
struct
cfattach
wwanc_ca = {
3336
struct
cfattach
wwan_ca = {
Completed in 30 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025