Home
last modified time | relevance | path

Searched refs:arg_hdl (Results 1 – 4 of 4) 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) in net_postattach() argument
123 net_predetach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) in net_predetach() argument
H A Dconsconfig_dacf.c1638 kb_ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int type) in kb_ms_config() argument
1686 pushmod = dacf_get_arg(arg_hdl, "pushmod"); in kb_ms_config()
1722 kb_ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl) in kb_ms_unconfig() argument
1724 _NOTE(ARGUNUSED(arg_hdl)) in kb_ms_unconfig()
1776 kb_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in kb_config() argument
1780 return (kb_ms_config(minor_hdl, arg_hdl, CONS_KBD)); in kb_config()
1784 ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in ms_config() argument
1788 return (kb_ms_config(minor_hdl, arg_hdl, CONS_MS)); in ms_config()
1792 kb_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in kb_unconfig() argument
1796 return (kb_ms_unconfig(minor_hdl, arg_hdl)); in kb_unconfig()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Ddacf_clnt.c342 kmod_test_postattach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) in kmod_test_postattach() argument
344 const char *verbose = dacf_get_arg(arg_hdl, "verbose"); in kmod_test_postattach()
H A Ddacf.c920 dacf_arghdl_t arg_hdl; in dacf_op_invoke() local
983 arg_hdl = (dacf_arghdl_t)rule->r_args; in dacf_op_invoke()
1022 rval = op->op_func(info_hdl, arg_hdl, flags); in dacf_op_invoke()