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

/opensolaris-onvv-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni999 my $entryType = ${$entryDef{$type}}[0];
1004 if ($entryType) {
1005 $dataType = $entryType;
1061 my $entryType = ${$entryDef{$dtype}}[0];
1062 if ($entryType) {
1069 push (@xlateType, "\{$entryType, $sizeString ($type)\}");
1070 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);
1079 push (@xlateType, "\{$entryType, sizeof ($type)\}");
1080 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml810 my $entryType = ${$entryDef{$type}}[0];
815 if ($entryType) {
816 $dataType = $entryType;
889 my $entryType = ${$entryDef{$dtype}}[0];
890 if ($entryType) {
897 push (@xlateType, "\{$entryType, $sizeString ($type)\}");
898 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);
907 push (@xlateType, "\{$entryType, sizeof ($type)\}");
908 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);

Completed in 34 milliseconds