Searched refs:arg_hdl (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | net_dacf.c | 95 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 D | consconfig_dacf.c | 1639 kb_ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int type) in kb_ms_config() argument 1687 pushmod = dacf_get_arg(arg_hdl, "pushmod"); in kb_ms_config() 1723 kb_ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl) in kb_ms_unconfig() argument 1725 _NOTE(ARGUNUSED(arg_hdl)) in kb_ms_unconfig() 1777 kb_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in kb_config() argument 1781 return (kb_ms_config(minor_hdl, arg_hdl, CONS_KBD)); in kb_config() 1785 ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in ms_config() argument 1789 return (kb_ms_config(minor_hdl, arg_hdl, CONS_MS)); in ms_config() 1793 kb_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags) in kb_unconfig() argument 1797 return (kb_ms_unconfig(minor_hdl, arg_hdl)); in kb_unconfig() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
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() argument 346 const char *verbose = dacf_get_arg(arg_hdl, "verbose"); in kmod_test_postattach()
|
H A D | dacf.c | 922 dacf_arghdl_t arg_hdl; in dacf_op_invoke() local 985 arg_hdl = (dacf_arghdl_t)rule->r_args; in dacf_op_invoke() 1024 rval = op->op_func(info_hdl, arg_hdl, flags); in dacf_op_invoke()
|
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 842 ttymux_config(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags) in ttymux_config() argument
|