Searched refs:entryType (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni1001 my $entryType = ${$entryDef{$type}}[0];
1006 if ($entryType) {
1007 $dataType = $entryType;
1063 my $entryType = ${$entryDef{$dtype}}[0];
1064 if ($entryType) {
1071 push (@xlateType, "\{$entryType, $sizeString ($type)\}");
1072 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);
1081 push (@xlateType, "\{$entryType, sizeof ($type)\}");
1082 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml860 my $entryType = ${$entryDef{$type}}[0];
865 if ($entryType) {
866 $dataType = $entryType;
940 my $entryType = ${$entryDef{$dtype}}[0];
941 if ($entryType) {
948 push (@xlateType, "\{$entryType, $sizeString ($type)\}");
949 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);
958 push (@xlateType, "\{$entryType, sizeof ($type)\}");
959 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);

Completed in 23 milliseconds