Home
last modified time | relevance | path

Searched refs:dacfsw (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dnet_dacf.c57 static struct dacfsw dacfsw = { variable
65 &dacfsw
H A Dconsconfig_dacf.c257 struct dacfsw dacfsw = { variable
265 &dacfsw
/titanic_41/usr/src/uts/common/sys/
H A Ddacf.h65 struct dacfsw { struct
70 extern struct dacfsw kmod_dacfsw; /* kernel provided module */ argument
H A Ddacf_impl.h97 int dacf_module_register(char *, struct dacfsw *);
H A Dmodctl.h167 struct dacfsw *dacf_dacfsw;
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c115 struct dacfsw dacfsw = { variable
123 &dacfsw
/titanic_41/usr/src/uts/common/os/
H A Ddacf_clnt.c368 struct dacfsw kmod_dacfsw = {
H A Ddacf.c669 dacf_module_register(char *mod_name, struct dacfsw *sw) in dacf_module_register()