Searched refs:dacf_arghdl_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddacf.h43 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 *);
/illumos-gate/usr/src/uts/common/io/
H A Dnet_dacf.c43 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)
123 net_predetach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags)
H A Dconsconfig_dacf.c147 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)
1723 kb_ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl)
1777 kb_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags)
1785 ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags)
1793 kb_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags)
1801 ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hd
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddacf_clnt.c344 kmod_test_postattach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags)
H A Ddacf.c922 dacf_arghdl_t arg_hdl;
985 arg_hdl = (dacf_arghdl_t)rule->r_args;
1223 * given the dacf_arghdl_t passed to a op and the name of an argument,
1229 dacf_get_arg(dacf_arghdl_t arghdl, char *arg_name)
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c100 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)

Completed in 68 milliseconds