Home
last modified time | relevance | path

Searched refs:read (Results 1 – 23 of 23) sorted by relevance

/pciutils/lib/
H A Di386-ports.c89 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 Daccess.c101 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 Dmmio-ports.c411 .read = conf1_read,
424 .read = conf1_ext_read,
H A Dsysfs.c108 n = read(fd, buf, OBJBUFSIZE); in sysfs_get_string()
617 .read = sysfs_read,
H A Dnbsd-libpci.c154 .read = nbsd_read,
H A Dsylixos-device.c155 .read = sylixos_read,
H A Dobsd-device.c149 .read = obsd_read,
H A Ddarwin.c208 .read = darwin_read,
H A Dinternal.h68 int (*read)(struct pci_dev *, int pos, byte *buf, int len); member
H A Ddump.c190 .read = dump_read,
H A Daix-device.c270 .read = aix_read,
H A Drt-thread-smart-dm.c219 .read = rt_thread_smart_dm_read,
H A Daos-expansion.c231 .read = aos_expansion_read,
H A Dwin32-sysdbg.c285 .read = win32_sysdbg_read,
H A Dproc.c225 .read = proc_read,
H A Dgeneric.c252 return pci_generic_block_op(d, pos, buf, len, d->access->methods->read); in pci_generic_block_read()
H A Dhurd.c366 .read = hurd_read,
H A Dfbsd-device.c361 .read = fbsd_read,
H A Dwin32-kldbg.c831 .read = win32_kldbg_read,
H A Decam.c1204 .read = ecam_read,
H A Dwin32-cfgmgr32.c1769 .read = win32_cfgmgr32_read,
/pciutils/
H A DChangeLog203 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 DREADME46 - setpci: allows to read from and write to PCI device configuration
48 CAUTION: There is a couple of dangerous points and caveats, please read