Searched defs:arg_hdl (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dnet_dacf.c95 net_postattach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) argument
123 net_predetach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) argument
H A Dconsconfig_dacf.c1639 kb_ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int type) argument
1687 pushmod = dacf_get_arg(arg_hdl, "pushmod");
1723 kb_ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl) argument
1725 _NOTE(ARGUNUSED(arg_hdl))
1777 kb_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) argument
1781 return (kb_ms_config(minor_hdl, arg_hdl, CONS_KBD));
1785 ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) argument
1789 return (kb_ms_config(minor_hdl, arg_hdl, CONS_MS));
1793 kb_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) argument
1797 return (kb_ms_unconfig(minor_hdl, arg_hdl));
1801 ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) argument
[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) argument
346 const char *verbose = dacf_get_arg(arg_hdl, "verbose");
H A Ddacf.c922 dacf_arghdl_t arg_hdl; local
985 arg_hdl = (dacf_arghdl_t)rule->r_args;
1024 rval = op->op_func(info_hdl, arg_hdl, flags);
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c842 ttymux_config(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) argument

Completed in 66 milliseconds