Searched refs:DS_INVALID_HDL (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dds.h42 #define DS_INVALID_HDL (0) /* a ds handle cannot be zero */ macro
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c334 if (ds_handle == DS_INVALID_HDL) {
382 if (ds_handle == DS_INVALID_HDL) {
432 if (ds_handle == DS_INVALID_HDL) {
513 if ((hdl = *ds_handle) == DS_INVALID_HDL) {
548 if (ds_suspend_handle == DS_INVALID_HDL) {
726 ds_md_handle = DS_INVALID_HDL;
728 ds_shutdown_handle = DS_INVALID_HDL;
730 ds_panic_handle = DS_INVALID_HDL;
732 ds_suspend_handle = DS_INVALID_HDL;
H A Dds_snmp.c126 static ds_svc_hdl_t ds_snmp_handle = DS_INVALID_HDL;
532 if (ds_snmp_handle == DS_INVALID_HDL)
884 ASSERT(ds_snmp_handle == DS_INVALID_HDL);
932 ds_snmp_handle = DS_INVALID_HDL;
H A Dfault_iso.c447 cpu_handle = DS_INVALID_HDL;
449 mem_handle = DS_INVALID_HDL;
H A Dds_pri.c352 sp->ds_pri_handle = DS_INVALID_HDL;
743 ASSERT(sp->ds_pri_handle == DS_INVALID_HDL);
785 sp->ds_pri_handle = DS_INVALID_HDL;
H A Ddr_io.c855 ds_vio_handle = DS_INVALID_HDL;
H A Ddr_cpu.c242 ds_handle = DS_INVALID_HDL;
H A Ddr_mem.c295 ds_handle = DS_INVALID_HDL;
H A Dds_common.c2404 if (hdl == DS_INVALID_HDL)
/opensolaris-onvv-gate/usr/src/lib/libds/common/
H A Dlibds.h43 #define DS_INVALID_HDL (0) /* a ds handle cannot be zero */ macro
/opensolaris-onvv-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c102 ds_primary_handle = DS_INVALID_HDL;
104 ds_backup_handle = DS_INVALID_HDL;
185 if (ds_primary_handle != DS_INVALID_HDL)
187 else if (ds_backup_handle != DS_INVALID_HDL)
/opensolaris-onvv-gate/usr/src/cmd/ldmad/
H A Dldmad.c133 if (availp == NULL && connp->hdl == DS_INVALID_HDL)
179 connp->hdl = DS_INVALID_HDL;
197 connp->hdl = DS_INVALID_HDL;
/opensolaris-onvv-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c101 static ds_hdl_t v12n_ldma_ctrl_hdl = DS_INVALID_HDL;
547 if (v12n_ds_send_msg == NULL || v12n_ldma_ctrl_hdl == DS_INVALID_HDL)
820 v12n_ldma_ctrl_hdl = DS_INVALID_HDL;
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c588 DS_INVALID_HDL, /* DS handle */
1630 iosvc->ds_hdl = DS_INVALID_HDL;
1966 while (!iosvc->ack_ok && iosvc->ds_hdl != DS_INVALID_HDL &&
2405 DS_INVALID_HDL, B_TRUE);
2966 async_ele.ds_hdl = DS_INVALID_HDL;
3291 if (iosvc->ds_hdl != DS_INVALID_HDL &&
3295 iosvc->ds_hdl != DS_INVALID_HDL) {
3309 iosvc->ds_hdl != DS_INVALID_HDL &&
3423 if (iosvc->ds_hdl == DS_INVALID_HDL) {
H A Detm_ckpt.c509 iosvc = etm_iosvc_lookup(hdl, ldom, DS_INVALID_HDL, B_TRUE);

Completed in 107 milliseconds