Searched refs:dacf_arghdl_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | net_dacf.c | 43 static int net_postattach(dacf_infohdl_t, dacf_arghdl_t, int); 44 static int net_predetach(dacf_infohdl_t, dacf_arghdl_t, int); 95 net_postattach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) in net_postattach() 123 net_predetach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) in net_predetach()
|
H A D | consconfig_dacf.c | 147 static int kb_config(dacf_infohdl_t, dacf_arghdl_t, int); 148 static int kb_unconfig(dacf_infohdl_t, dacf_arghdl_t, int); 149 static int ms_config(dacf_infohdl_t, dacf_arghdl_t, int); 150 static int ms_unconfig(dacf_infohdl_t, dacf_arghdl_t, int); 1639 kb_ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int type) in kb_ms_config() 1723 kb_ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl) in kb_ms_unconfig() 1777 kb_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in kb_config() 1785 ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in ms_config() 1793 kb_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in kb_unconfig() 1801 ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in ms_unconfig()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | dacf.h | 43 typedef void* dacf_arghdl_t; typedef 57 int (*op_func)(dacf_infohdl_t, dacf_arghdl_t, int); 81 const char *dacf_get_arg(dacf_arghdl_t, char *);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dacf.c | 922 dacf_arghdl_t arg_hdl; in dacf_op_invoke() 985 arg_hdl = (dacf_arghdl_t)rule->r_args; in dacf_op_invoke() 1229 dacf_get_arg(dacf_arghdl_t arghdl, char *arg_name) in dacf_get_arg()
|
H A D | dacf_clnt.c | 344 kmod_test_postattach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) in kmod_test_postattach()
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 100 static int ttymux_config(dacf_infohdl_t, dacf_arghdl_t, int); 842 ttymux_config(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) in ttymux_config()
|