Searched refs:read (Results 1 – 23 of 23) sorted by relevance
| /pciutils/lib/ |
| H A D | i386-ports.c | 89 if (m->read(&d, PCI_CLASS_DEVICE, (byte *) &class, sizeof(class)) && in intel_sanity_check() 91 m->read(&d, PCI_VENDOR_ID, (byte *) &vendor, sizeof(vendor)) && in intel_sanity_check() 305 .read = conf1_read, 317 .read = conf2_read,
|
| H A D | access.c | 101 else if (!d->methods->read(d, pos, buf, len)) in pci_read_data() 132 return d->methods->read(d, pos, buf, len); in pci_read_block()
|
| H A D | mmio-ports.c | 411 .read = conf1_read, 424 .read = conf1_ext_read,
|
| H A D | sysfs.c | 108 n = read(fd, buf, OBJBUFSIZE); in sysfs_get_string() 617 .read = sysfs_read,
|
| H A D | nbsd-libpci.c | 154 .read = nbsd_read,
|
| H A D | sylixos-device.c | 155 .read = sylixos_read,
|
| H A D | obsd-device.c | 149 .read = obsd_read,
|
| H A D | darwin.c | 208 .read = darwin_read,
|
| H A D | internal.h | 68 int (*read)(struct pci_dev *, int pos, byte *buf, int len); member
|
| H A D | dump.c | 190 .read = dump_read,
|
| H A D | aix-device.c | 270 .read = aix_read,
|
| H A D | rt-thread-smart-dm.c | 219 .read = rt_thread_smart_dm_read,
|
| H A D | aos-expansion.c | 231 .read = aos_expansion_read,
|
| H A D | win32-sysdbg.c | 285 .read = win32_sysdbg_read,
|
| H A D | proc.c | 225 .read = proc_read,
|
| H A D | generic.c | 252 return pci_generic_block_op(d, pos, buf, len, d->access->methods->read); in pci_generic_block_read()
|
| H A D | hurd.c | 366 .read = hurd_read,
|
| H A D | fbsd-device.c | 361 .read = fbsd_read,
|
| H A D | win32-kldbg.c | 831 .read = win32_kldbg_read,
|
| H A D | ecam.c | 1204 .read = ecam_read,
|
| H A D | win32-cfgmgr32.c | 1769 .read = win32_cfgmgr32_read,
|
| /pciutils/ |
| H A D | ChangeLog | 203 For back-ends of this type, we now provide an emulated read-only 354 * Improvements of the FreeBSD back-end: read-only access for non-root, 452 * The sysfs back-end does not die on read errors 1334 now also remembers how much data it has read and refuses attempts to 1528 * lib/dump.c (dump_init): Added ability to read domain numbers. 1667 config_fetch() to ensure that the registers have been read. Thanks to 2056 with lseek/read/write. 2104 now returns a bitmask of what fields were really read. 2235 only to root unless you read a dump. 2264 read/write and real errors. [all …]
|
| H A D | README | 46 - setpci: allows to read from and write to PCI device configuration 48 CAUTION: There is a couple of dangerous points and caveats, please read
|