Symbol: ds_clnt_ops_t
usr/src/uts/sun4v/io/dr_cpu.c
106
static ds_clnt_ops_t dr_cpu_ops = {
usr/src/uts/sun4v/io/dr_io.c
96
static ds_clnt_ops_t dr_vio_ops = {
usr/src/uts/sun4v/io/dr_mem.c
131
static ds_clnt_ops_t dr_mem_ops = {
usr/src/uts/sun4v/io/ds_common.c
2489
ds_ucap_init(ds_capability_t *cap, ds_clnt_ops_t *ops, uint32_t flags,
usr/src/uts/sun4v/io/ds_common.c
2589
(void) memcpy(&svc->ops, ops, sizeof (ds_clnt_ops_t));
usr/src/uts/sun4v/io/ds_common.c
2636
ds_cap_init(ds_capability_t *cap, ds_clnt_ops_t *ops)
usr/src/uts/sun4v/io/ds_pri.c
156
static ds_clnt_ops_t ds_pri_ops = {
usr/src/uts/sun4v/io/ds_snmp.c
159
static ds_clnt_ops_t ds_snmp_ops = {
usr/src/uts/sun4v/io/fault_iso.c
78
static ds_clnt_ops_t cpu_ops = {
usr/src/uts/sun4v/io/fault_iso.c
85
static ds_clnt_ops_t mem_ops = {
usr/src/uts/sun4v/io/platsvc.c
104
static ds_clnt_ops_t ps_md_ops = {
usr/src/uts/sun4v/io/platsvc.c
111
static ds_clnt_ops_t ps_shutdown_ops = {
usr/src/uts/sun4v/io/platsvc.c
118
static ds_clnt_ops_t ps_panic_ops = {
usr/src/uts/sun4v/io/platsvc.c
125
static ds_clnt_ops_t ps_suspend_ops = {
usr/src/uts/sun4v/io/vlds.c
178
static ds_clnt_ops_t ds_user_ops = {
usr/src/uts/sun4v/promif/promif_prop.c
73
static ds_clnt_ops_t vc_primary_ops = {
usr/src/uts/sun4v/promif/promif_prop.c
80
static ds_clnt_ops_t vc_backup_ops = {
usr/src/uts/sun4v/sys/ds.h
105
extern int ds_cap_init(ds_capability_t *cap, ds_clnt_ops_t *ops);
usr/src/uts/sun4v/sys/ds_impl.h
293
ds_clnt_ops_t ops; /* client ops vector */
usr/src/uts/sun4v/sys/ds_impl.h
488
int ds_ucap_init(ds_capability_t *cap, ds_clnt_ops_t *ops, uint_t flags,