Home
last modified time | relevance | path

Searched refs:dsmInfo (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/core/dsm/
H A DXdmfDSMBuffer.cpp702 InfoMsg dsmInfo; in ReceiveInfo() local
705 memset(&dsmInfo, 0, sizeof(InfoMsg)); in ReceiveInfo()
724 status = MPI_Bcast(&dsmInfo, in ReceiveInfo()
732 this->SetDsmType(dsmInfo.type); in ReceiveInfo()
734 this->SetLength(dsmInfo.length); in ReceiveInfo()
735 this->TotalLength = dsmInfo.total_length; in ReceiveInfo()
888 InfoMsg dsmInfo; in SendInfo() local
891 memset(&dsmInfo, 0, sizeof(InfoMsg)); in SendInfo()
892 dsmInfo.type = this->GetDsmType(); in SendInfo()
893 dsmInfo.length = this->GetLength(); in SendInfo()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDragICC.c853 XmReceiverDSTreeStruct *dsmInfo; in _XmGetDragReceiverInfo() local
890 dsmInfo = XtNew(XmReceiverDSTreeStruct); in _XmGetDragReceiverInfo()
891 dsmInfo->byteOrder = iccInfo->byte_order; in _XmGetDragReceiverInfo()
893 dsmInfo->currDropSite = 0; in _XmGetDragReceiverInfo()
896 dsmInfo->propBufRec.heap.bytes = in _XmGetDragReceiverInfo()
898 dsmInfo->propBufRec.heap.size = (size_t) in _XmGetDragReceiverInfo()
903 dsmInfo->propBufRec.data.curr = in _XmGetDragReceiverInfo()
1138 if (++dsmInfo->currDropSite == dsmInfo->numDropSites) { in _XmReadDSFromStream()
1141 XtFree((char *)dsmInfo); in _XmReadDSFromStream()
1309 if (dsmInfo) { in _XmFreeDragReceiverInfo()
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/SNMP/MibSupport/
H A DLinuxAppliance.pm27 use constant dsmInfo => synology . '.1.5'; constant
28 use constant dsmInfo_modelName => dsmInfo . '.1.0';
29 use constant dsmInfo_serialNumber => dsmInfo . '.2.0';
30 use constant dsmInfo_version => dsmInfo . '.3.0';
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/synology/
H A DSYNOLOGY-SYSTEM-MIB86 dsmInfo OBJECT IDENTIFIER ::= { synoSystem 5 }
94 ::= { dsmInfo 1 }
102 ::= { dsmInfo 2 }
110 ::= { dsmInfo 3 }
123 ::= { dsmInfo 4 }
/dports/net-mgmt/observium/observium/mibs/synology/
H A DSYNOLOGY-SYSTEM-MIB86 dsmInfo OBJECT IDENTIFIER ::= { synoSystem 5 }
94 ::= { dsmInfo 1 }
102 ::= { dsmInfo 2 }
110 ::= { dsmInfo 3 }
123 ::= { dsmInfo 4 }
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/dsm/
H A DXdmfDSMBuffer.cpp1716 InfoMsg dsmInfo; in ReceiveInfo() local
1719 memset(&dsmInfo, 0, sizeof(InfoMsg)); in ReceiveInfo()
1745 this->Comm->Broadcast(&dsmInfo, in ReceiveInfo()
1757 this->SetDsmType(dsmInfo.type); in ReceiveInfo()
1759 this->SetLength(dsmInfo.length); in ReceiveInfo()
1760 this->TotalLength = dsmInfo.total_length; in ReceiveInfo()
2187 InfoMsg dsmInfo; in SendInfo() local
2190 memset(&dsmInfo, 0, sizeof(InfoMsg)); in SendInfo()
2191 dsmInfo.type = this->GetDsmType(); in SendInfo()
2192 dsmInfo.length = this->GetLength(); in SendInfo()
[all …]