Home
last modified time | relevance | path

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

/illumos-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]);
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml814 my $entryType = ${$entryDef{$type}}[0];
819 if ($entryType) {
820 $dataType = $entryType;
893 my $entryType = ${$entryDef{$dtype}}[0];
894 if ($entryType) {
901 push (@xlateType, "\{$entryType, $sizeString ($type)\}");
902 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);
911 push (@xlateType, "\{$entryType, sizeof ($type)\}");
912 push (@jniLine, [$jniId, $entryType, $format, $enumGroup, $required]);