Searched refs:file (Results 1 – 10 of 10) sorted by relevance
| /pciutils/maint/ |
| H A D | gen-zone | 8 foreach our $file (@ARGV) { 9 my $fn = ($file =~ /\.gz$/) ? "zcat $file |" : ($file =~ /\.bz2$/) ? "bzcat $file |" : $file; 10 open F, $fn or die "Unable to open $file: $!"; 14 print STDERR "Error in $file, line $.: @_\n";
|
| H A D | release.pm | 46 my ($s,$file,$rx) = @_; 47 open F, $file or die "Unable to open $file for version autodetection"; 52 print "Detected version $1 from $file\n" if $verbose; 62 my ($s,$file,$rx) = @_; 63 open F, $file or die "Unable to open $file for version autodetection"; 69 print "Detected version $1 from $file\n" if $verbose; 74 print "Detected previous version $1 from $file\n" if $verbose;
|
| /pciutils/lib/ |
| H A D | sysfs.c | 161 FILE *file; in sysfs_get_resources() local 166 file = fopen(namebuf, "r"); in sysfs_get_resources() 167 if (!file) in sysfs_get_resources() 172 if (!fgets(buf, sizeof(buf), file)) in sysfs_get_resources() 228 fclose(file); in sysfs_get_resources() 294 FILE *file; in sysfs_fill_slots() local 306 file = fopen(namebuf, "r"); in sysfs_fill_slots() 312 if (!file) in sysfs_fill_slots() 315 if (!fgets(buf, sizeof(buf), file) || (res = sscanf(buf, "%x:%x:%x", &dom, &bus, &dev)) < 3) in sysfs_fill_slots() 331 fclose(file); in sysfs_fill_slots()
|
| H A D | libpci.ver | 8 * To preserve compatibility of Windows DLL file, always add new symbol at 9 * the end of file and never change order of symbols nor version sections. 12 * For PE/COFF targets this file is processed by ver2def.pl script and not
|
| /pciutils/ |
| H A D | README | 51 - update-pciids: download the current version of the pci.ids file. 75 pci.ids, even if the pci.ids file is newer. If the pci.ids.gz 76 file is missing, it will use pci.ids instead. If you do not 101 The database of PCI IDs (the pci.ids file) gets out of date much faster 105 download the most recent pci.ids file (e.g., by running the update-ids utility) 111 The pci.ids file is also mirrored at https://github.com/pciutils/pciids.
|
| H A D | README.Windows | 64 libpci3.dll it is possible to generate import library from libpci3.def file. 67 header file. The alias is resolved by the linker at linking time, so the final
|
| H A D | ChangeLog | 285 * The pci.ids file has a man page. 626 * Fixed memory and file descriptor leak in the dump back-end. 990 somewhat illogically uses the binary flag for the compressed file 1009 * Makefile, lib/Makefile: Generate and install pkg-config file 1085 * The pci.ids file can be stored compressed if zlib is available. 1087 to keep the file compressed if applicable, updated Makefiles. 1103 defined in the pci.ids file. 1551 Saves lots of unnecessary file accesses. 1598 * update-pciids.sh: Try to preserve permissions of the old file 1916 * pciutils.spec: Updated spec file from Andreas Jaeger. Now using [all …]
|
| H A D | COPYING | 289 to attach them to the start of each source file to most effectively 290 convey the exclusion of warranty; and each file should have at least
|
| H A D | pci.ids | 13 # This file can be distributed under either the GNU General Public License 25509 105a Virtio 1.0 file system
|
| /pciutils/tests/ |
| H A D | cap-vendor-virtio | 42 00:04.0 Mass storage controller: Red Hat, Inc. Virtio file system (rev 01)
|