Searched refs:ds_clnt_ops_t (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ds.h | 100 } ds_clnt_ops_t; typedef in typeref:struct:ds_clnt_ops 105 extern int ds_cap_init(ds_capability_t *cap, ds_clnt_ops_t *ops);
|
H A D | ds_impl.h | 291 ds_clnt_ops_t ops; /* client ops vector */ 484 int ds_ucap_init(ds_capability_t *cap, ds_clnt_ops_t *ops, uint_t flags,
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | platsvc.c | 104 static ds_clnt_ops_t ps_md_ops = { 111 static ds_clnt_ops_t ps_shutdown_ops = { 118 static ds_clnt_ops_t ps_panic_ops = { 125 static ds_clnt_ops_t ps_suspend_ops = {
|
H A D | fault_iso.c | 78 static ds_clnt_ops_t cpu_ops = { 85 static ds_clnt_ops_t mem_ops = {
|
H A D | dr_io.c | 96 static ds_clnt_ops_t dr_vio_ops = {
|
H A D | ds_pri.c | 156 static ds_clnt_ops_t ds_pri_ops = {
|
H A D | ds_snmp.c | 159 static ds_clnt_ops_t ds_snmp_ops = {
|
H A D | dr_cpu.c | 102 static ds_clnt_ops_t dr_cpu_ops = {
|
H A D | dr_mem.c | 131 static ds_clnt_ops_t dr_mem_ops = {
|
H A D | vlds.c | 178 static ds_clnt_ops_t ds_user_ops = {
|
H A D | ds_common.c | 2489 ds_ucap_init(ds_capability_t *cap, ds_clnt_ops_t *ops, uint32_t flags, 2589 (void) memcpy(&svc->ops, ops, sizeof (ds_clnt_ops_t)); 2636 ds_cap_init(ds_capability_t *cap, ds_clnt_ops_t *ops)
|
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_prop.c | 73 static ds_clnt_ops_t vc_primary_ops = { 80 static ds_clnt_ops_t vc_backup_ops = {
|
Completed in 70 milliseconds