Searched refs:report (Results 1 - 25 of 75) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
H A DV.pm9 @EXPORT = qw( dprofpp $opt_v $results $expected report @results );
44 sub report { subroutine
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dusb_keyboard.c77 grub_uint8_t report[8];
225 /* Test showed that getting report may make the keyboard go nuts.
232 grub_uint8_t report[8];
234 grub_memset (report, 0, sizeof (report));
237 sizeof (report), (char *) report);
241 data->status = report[0];
249 sizeof (data->report),
250 (char *) data->report);
76 grub_uint8_t report[8]; member in struct:grub_usb_keyboard_data
270 char report[1]; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dhmac-tests.c96 selftests_sha1 (int extended, selftest_report_func_t report) argument
153 if (report)
154 report ("hmac", GCRY_MD_SHA1, what, errtxt);
161 selftests_sha224 (int extended, selftest_report_func_t report) argument
268 if (report)
269 report ("hmac", GCRY_MD_SHA224, what, errtxt);
275 selftests_sha256 (int extended, selftest_report_func_t report) argument
410 if (report)
411 report ("hmac", GCRY_MD_SHA256, what, errtxt);
417 selftests_sha384 (int extended, selftest_report_func_t report) argument
543 selftests_sha512(int extended, selftest_report_func_t report) argument
683 run_selftests(int algo, int extended, selftest_report_func_t report) argument
717 _gcry_hmac_selftest(int algo, int extended, selftest_report_func_t report) argument
[all...]
H A Dsha256.c325 selftests_sha224 (int extended, selftest_report_func_t report)
363 if (report)
364 report ("digest", GCRY_MD_SHA224, what, errtxt);
369 selftests_sha256 (int extended, selftest_report_func_t report)
409 if (report)
410 report ("digest", GCRY_MD_SHA256, what, errtxt);
417 run_selftests (int algo, int extended, selftest_report_func_t report)
424 ec = selftests_sha224 (extended, report);
427 ec = selftests_sha256 (extended, report);
324 selftests_sha224(int extended, selftest_report_func_t report) argument
368 selftests_sha256(int extended, selftest_report_func_t report) argument
416 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Dsha512.c372 selftests_sha384 (int extended, selftest_report_func_t report)
416 if (report)
417 report ("digest", GCRY_MD_SHA384, what, errtxt);
422 selftests_sha512 (int extended, selftest_report_func_t report)
469 if (report)
470 report ("digest", GCRY_MD_SHA512, what, errtxt);
477 run_selftests (int algo, int extended, selftest_report_func_t report)
484 ec = selftests_sha384 (extended, report);
487 ec = selftests_sha512 (extended, report);
371 selftests_sha384(int extended, selftest_report_func_t report) argument
421 selftests_sha512(int extended, selftest_report_func_t report) argument
476 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Drijndael.c1070 selftest_fips_128 (int extended, selftest_report_func_t report)
1096 if (report)
1097 report ("cipher", GCRY_CIPHER_AES128, what, errtxt);
1103 selftest_fips_192 (int extended, selftest_report_func_t report)
1119 if (report)
1120 report ("cipher", GCRY_CIPHER_AES192, what, errtxt);
1127 selftest_fips_256 (int extended, selftest_report_func_t report)
1142 if (report)
1143 report ("cipher", GCRY_CIPHER_AES256, what, errtxt);
1151 run_selftests (int algo, int extended, selftest_report_func_t report)
1067 selftest_fips_128(int extended, selftest_report_func_t report) argument
1100 selftest_fips_192(int extended, selftest_report_func_t report) argument
1124 selftest_fips_256(int extended, selftest_report_func_t report) argument
1148 run_selftests(int algo, int extended, selftest_report_func_t report) argument
[all...]
H A Dsha1.c385 selftests_sha1 (int extended, selftest_report_func_t report)
423 if (report)
424 report ("digest", GCRY_MD_SHA1, what, errtxt);
431 run_selftests (int algo, int extended, selftest_report_func_t report)
438 ec = selftests_sha1 (extended, report);
384 selftests_sha1(int extended, selftest_report_func_t report) argument
430 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Ddsa.c1087 selftests_dsa (selftest_report_func_t report)
1128 if (report)
1129 report ("pubkey", GCRY_PK_DSA, what, errtxt);
1136 run_selftests (int algo, int extended, selftest_report_func_t report)
1145 ec = selftests_dsa (report);
1085 selftests_dsa(selftest_report_func_t report) argument
1134 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Decc.c1322 selftests_ecdsa (selftest_report_func_t report)
1337 if (report)
1338 report ("pubkey", GCRY_PK_ECDSA, what, errtxt);
1345 run_selftests (int algo, int extended, selftest_report_func_t report)
1354 ec = selftests_ecdsa (report);
1317 selftests_ecdsa(selftest_report_func_t report) argument
1340 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Drsa.c1278 selftests_rsa (selftest_report_func_t report)
1324 if (report)
1325 report ("pubkey", GCRY_PK_RSA, what, errtxt);
1332 run_selftests (int algo, int extended, selftest_report_func_t report)
1341 ec = selftests_rsa (report);
1276 selftests_rsa(selftest_report_func_t report) argument
1330 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Dmd.c1343 _gcry_md_selftest (int algo, int extended, selftest_report_func_t report) argument
1357 ec = extraspec->selftest (algo, extended, report);
1361 if (report)
1362 report ("digest", algo, "module",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL52 # append a list of individual differences to the bug report.
114 # Also report selected environment variables.
125 # Changed in 1.24 Added '-F<file>' to save report HVDS 98-07-01
248 # Subject of bug-report message
254 # File to send as report
260 # Body of report
270 # Not OK - provide build failure template by finessing OK report
280 # OK - send "OK" report for build on this system
288 "perlbug -ok" and "perlbug -nok" do not report on Perl versions which
290 $date. If you really want to report thi
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpt-limit.c28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h256 report : 1; member in struct:trans_element_status
274 report : 1; member in struct:ctlr_element_status
369 report : 1; member in struct:device_element
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm19 The report generated is in the following format:
32 "(definitions)" and "(main)". These report, respectively, on subroutine
36 The report is then grouped by the B<Package> of each variable,
64 Raw output. Instead of producing a human-readable report, outputs a line
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToChecker.pm40 (or an error report)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL101 Please report bugs using L<http://rt.cpan.org>.
H A Dpod2usage.PL128 Please report bugs using L<http://rt.cpan.org>.
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c694 report(uint32_t data[], uint16_t len)
724 report(data, 10);
730 report(data2, 2);
732 report(data2, 2);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPipe.pm248 Graham Barr. Currently maintained by the Perl Porters. Please report all
H A DPoll.pm199 Graham Barr. Currently maintained by the Perl Porters. Please report all
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm135 Graham Barr. Currently maintained by the Perl Porters. Please report all
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm38 croak or shortmess which report the error as being from where
113 # Carp will not report errors from within these packages if it
115 # system. Carp will not report errors from within these packages
116 # either, and will not report calls *to* these packages for carp and
172 # the top-level caller's package and report the error from there. confess()
188 # or simply report the caller's package (croak() and carp()), respectively.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm207 Test::Harness will report it as a bonus. This indicates that whatever
276 can begin examining the summary report:
294 The columns in the summary report mean:
343 out each individual test which failed along with a summary report and
409 quietly (no report). $total is a hash ref summary of all the tests
1061 test whether new files appeared in that directory, and report them as
1159 Figure a way to report test names in the failure summary.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm98 datatype, and C<mstat("marker")> function to report on memory usage
185 mstats_fillhash(%report, 1); # Static info too
192 mstats2hash($_, %report); # Preserve static info
193 # Do something with %report
380 Note that C<Dump> will not report I<all> the elements in the array,
382 report tree).

Completed in 62 milliseconds

123