Searched refs:__type (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DenvStub.h91 int __type; /* any type of element <fault> (defined below) */ member in struct:SOAP_ENV__Detail
H A DKMS_CAStub.h152 int __type; /* any type of element <fault> (defined below) */ member in struct:KMS_CA::SOAP_ENV__Detail
H A DKMS_CertificateStub.h134 int __type; /* any type of element <fault> (defined below) */ member in struct:KMS_Certificate::SOAP_ENV__Detail
H A DKMS_DiscoveryStub.h163 int __type; /* any type of element <fault> (defined below) */ member in struct:KMS_Discovery::SOAP_ENV__Detail
H A DKMS_AgentStub.h616 int __type; /* any type of element <fault> (defined below) */ member in struct:KMS_Agent::SOAP_ENV__Detail
H A DenvC.cpp788 a->__type = 0;
796 soap_markelement(soap, a->fault, a->__type);
803 if (soap_putelement(soap, a->fault, "fault", -1, a->__type))
824 if ((a->fault = soap_getelement(soap, &a->__type)))
H A DKMS_CAC.cpp1400 a->__type = 0;
1408 soap_markelement(soap, a->fault, a->__type);
1415 if (soap_putelement(soap, a->fault, "fault", -1, a->__type))
1436 if ((a->fault = soap_getelement(soap, &a->__type)))
H A DKMS_CertificateC.cpp1362 a->__type = 0;
1370 soap_markelement(soap, a->fault, a->__type);
1377 if (soap_putelement(soap, a->fault, "fault", -1, a->__type))
1398 if ((a->fault = soap_getelement(soap, &a->__type)))
H A DKMS_DiscoveryC.cpp1439 a->__type = 0;
1447 soap_markelement(soap, a->fault, a->__type);
1454 if (soap_putelement(soap, a->fault, "fault", -1, a->__type))
1475 if ((a->fault = soap_getelement(soap, &a->__type)))
H A DKMS_AgentC.cpp2771 a->__type = 0;
2779 soap_markelement(soap, a->fault, a->__type);
2786 if (soap_putelement(soap, a->fault, "fault", -1, a->__type))
2807 if ((a->fault = soap_getelement(soap, &a->__type)))
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dva-sparc.h189 (*({int __type = __builtin_classify_type (* (TYPE *) 0); \
191 if (__type == __real_type_class) /* float? */ \
208 else if (__type < __record_type_class) /* integer? */ \

Completed in 121 milliseconds