Symbol: dacf_arghdl_t
usr/src/uts/common/io/consconfig_dacf.c
151
static int kb_config(dacf_infohdl_t, dacf_arghdl_t, int);
usr/src/uts/common/io/consconfig_dacf.c
152
static int kb_unconfig(dacf_infohdl_t, dacf_arghdl_t, int);
usr/src/uts/common/io/consconfig_dacf.c
153
static int ms_config(dacf_infohdl_t, dacf_arghdl_t, int);
usr/src/uts/common/io/consconfig_dacf.c
154
static int ms_unconfig(dacf_infohdl_t, dacf_arghdl_t, int);
usr/src/uts/common/io/consconfig_dacf.c
1638
kb_ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int type)
usr/src/uts/common/io/consconfig_dacf.c
1722
kb_ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl)
usr/src/uts/common/io/consconfig_dacf.c
1776
kb_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags)
usr/src/uts/common/io/consconfig_dacf.c
1784
ms_config(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags)
usr/src/uts/common/io/consconfig_dacf.c
1792
kb_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags)
usr/src/uts/common/io/consconfig_dacf.c
1800
ms_unconfig(dacf_infohdl_t minor_hdl, dacf_arghdl_t arg_hdl, int flags)
usr/src/uts/common/io/net_dacf.c
123
net_predetach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags)
usr/src/uts/common/io/net_dacf.c
43
static int net_postattach(dacf_infohdl_t, dacf_arghdl_t, int);
usr/src/uts/common/io/net_dacf.c
44
static int net_predetach(dacf_infohdl_t, dacf_arghdl_t, int);
usr/src/uts/common/io/net_dacf.c
95
net_postattach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags)
usr/src/uts/common/os/dacf.c
1227
dacf_get_arg(dacf_arghdl_t arghdl, char *arg_name)
usr/src/uts/common/os/dacf.c
920
dacf_arghdl_t arg_hdl;
usr/src/uts/common/os/dacf.c
983
arg_hdl = (dacf_arghdl_t)rule->r_args;
usr/src/uts/common/os/dacf_clnt.c
342
kmod_test_postattach(dacf_infohdl_t info_hdl, dacf_arghdl_t arg_hdl, int flags)
usr/src/uts/common/sys/dacf.h
55
int (*op_func)(dacf_infohdl_t, dacf_arghdl_t, int);
usr/src/uts/common/sys/dacf.h
79
const char *dacf_get_arg(dacf_arghdl_t, char *);