Searched refs:STDERR (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | get-pci-ids | 43 print STDERR "Too many arguments.\n"; 44 print STDERR "Usage: get-pci-ids [path to kernel sources]\n"; 45 print STDERR " /usr/src/linux is assumed if no path is given.\n"; 50 print STDERR "Could not find $kernel_src/include/linux/version.h.\n"; 51 print STDERR "$kernel_src is probably no Linux kernel source tree.\n";
|
H A D | modrom.pl | 32 print STDERR "BIOS extension ROM Image did not start with 0x55 0xAA\n" 36 print STDERR "$size is a strange size for a boot ROM\n" 181 print STDERR "ROM size of $romsize not big enough for data, ";
|
H A D | niclist.pl | 86 say STDERR "Formatting NIC list in format '$format' with columns: " 93 say STDERR "Printing report to '$output'..."; 113 say STDERR "Refreshing $filename from $url..."; 119 say STDERR "Fetching $url into $filename..."; 128 say STDERR "Building PCI ID map..."; 238 say STDERR "Building iPXE NIC list from " . ( $dir eq '.' ? 'current directory' : $dir ) . "..."; 311 say STDERR "Found ROM lines: $rom_line_counter"; 312 say STDERR "Extracted ISA_ROM lines: " . scalar @isa_roms; 313 say STDERR "Extracted PCI_ROM lines: " . scalar @pci_roms; 323 say STDERR "Mergin [all...] |
H A D | genkeymap.pl | 183 printf STDERR "In keymap %d: %s => %s%s\n", $keymap,
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngtest.c | 111 /* #define STDERR stderr */ 112 #define STDERR stdout /* for DOS */ macro 454 fprintf(STDERR, "%s: libpng warning: %s\n", name, message); 551 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); 555 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); 571 fprintf(STDERR, "Duplicate free of memory\n"); 581 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr); 639 fprintf(STDERR, "Could not find input file %s\n", inname); 650 fprintf(STDERR, "Could not open output file %s\n", outname); 698 fprintf(STDERR, " [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 95 print STDERR $msg; 316 exit(125) unless open(STDERR, ">$opt_d/$$.err"); 418 exit(125) unless open(STDERR, ">$opt_d/$$.err"); 609 exit(125) unless open(STDERR, ">$opt_d/$$.err"); 641 exit(125) unless open(STDERR, ">$opt_d/$$.err");
|
/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/ |
H A D | serial-console | 188 print STDERR "Bochs attached.\n\n\n" 193 print STDERR "\n\nWaiting for bochs to attach...\n" 212 print STDERR "Slave pty is ".$pty->ttyname."\n" if $o->{verbosity} >= 1;
|
/vbox/src/libs/libpng-1.2.8/contrib/pngminus/ |
H A D | png2pnm.c | 35 #define STDERR 2 macro
|
H A D | pnm2png.c | 34 #define STDERR 2 macro
|
Completed in 2936 milliseconds