Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 37) sorted by relevance

12

/pciutils/
H A Dls-vpd.c33 byte id1, id2;
34 byte format;
58 print_vpd_string(const byte *buf, word len) in print_vpd_string()
62 byte ch = *buf++; in print_vpd_string()
75 print_vpd_binary(const byte *buf, word len) in print_vpd_binary()
87 read_vpd(struct device *d, int pos, byte *buf, int len, byte *csum) in read_vpd()
100 byte buf[256]; in cap_vpd()
101 byte tag; in cap_vpd()
102 byte csum = 0; in cap_vpd()
162 byte id[2], id1, id2; in cap_vpd()
H A Dlspci.h46 byte *config; /* Cached configuration space data */
47 byte *present; /* Maps which configuration bytes are present */
59 byte get_conf_byte(struct device *d, unsigned int pos);
H A Dls-map.c19 byte this, dev, func, first, last, bug;
23 byte exists;
24 byte guestbook;
H A Dlspci.c180 byte
799 byte htype = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in show_verbose()
800 byte bist; in show_verbose()
801 byte max_lat, min_gnt; in show_verbose()
878 byte latency = get_conf_byte(d, PCI_LATENCY_TIMER); in show_verbose()
879 byte cache_line = get_conf_byte(d, PCI_CACHE_LINE_SIZE); in show_verbose()
900 byte int_pin = unknown_config_data ? 0 : get_conf_byte(d, PCI_INTERRUPT_PIN); in show_verbose()
914 byte latency = get_conf_byte(d, PCI_LATENCY_TIMER); in show_verbose()
/pciutils/lib/
H A Dnames-net.c51 byte *sections[DNS_NUM_SECTIONS+1];
52 byte *sec_ptr, *sec_end;
59 byte *rr_data;
62 static byte *
63 dns_skip_name(byte *p, byte *end) in dns_skip_name()
86 dns_parse_packet(struct dns_state *s, byte *p, unsigned int plen) in dns_parse_packet()
88 byte *end = p + plen; in dns_parse_packet()
141 byte *p = s->sec_ptr; in dns_parse_rr()
142 byte *end = s->sec_end; in dns_parse_rr()
166 byte answer[4096]; in pci_id_net_lookup()
[all …]
H A Dinternal.h68 int (*read)(struct pci_dev *, int pos, byte *buf, int len);
69 int (*write)(struct pci_dev *, int pos, byte *buf, int len);
70 int (*read_vpd)(struct pci_dev *, int pos, byte *buf, int len);
76 void pci_generic_scan_bus(struct pci_access *, byte *busmap, int domain, int bus);
80 int pci_generic_block_read(struct pci_dev *, int pos, byte *buf, int len);
81 int pci_generic_block_write(struct pci_dev *, int pos, byte *buf, int len);
84 int pci_emulated_read(struct pci_dev *d, int pos, byte *buf, int len);
H A Daccess.c105 byte
108 byte buf; in pci_read_byte()
130 pci_read_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_block()
136 pci_read_vpd(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_vpd()
152 pci_write_byte(struct pci_dev *d, int pos, byte data) in pci_write_byte()
172 pci_write_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_write_block()
227 pci_setup_cache(struct pci_dev *d, byte *cache, int len) in pci_setup_cache()
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()
135 conf1_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_read()
167 conf1_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_write()
225 conf2_read(struct pci_dev *d, int pos, byte *buf, int len) in conf2_read()
261 conf2_write(struct pci_dev *d, int pos, byte *buf, int len) in conf2_write()
H A Dgeneric.c16 pci_generic_scan_bus(struct pci_access *a, byte *busmap, int domain, int bus) in pci_generic_scan_bus()
75 byte busmap[256]; in pci_generic_scan_domain()
217 pci_generic_block_op(struct pci_dev *d, int pos, byte *buf, int len, in pci_generic_block_op()
218 int (*r)(struct pci_dev *d, int pos, byte *buf, int len)) in pci_generic_block_op()
250 pci_generic_block_read(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_read()
256 pci_generic_block_write(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_write()
H A Dcaps.c37 byte been_there[256]; in pci_scan_trad_caps()
47 byte id = pci_read_byte(d, where + PCI_CAP_LIST_ID); in pci_scan_trad_caps()
48 byte next = pci_read_byte(d, where + PCI_CAP_LIST_NEXT) & ~3; in pci_scan_trad_caps()
61 byte been_there[0x1000]; in pci_scan_ext_caps()
H A Daos-expansion.c171 aos_expansion_read(struct pci_dev *d, int pos, byte *buf, int len) in aos_expansion_read()
174 byte *ptr = buf; in aos_expansion_read()
188 aos_expansion_write(struct pci_dev *d, int pos, byte *buf, int len) in aos_expansion_write()
191 byte *ptr = buf; in aos_expansion_write()
H A Dmmio-ports.c296 conf1_ext_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_ext_read()
335 conf1_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_read()
344 conf1_ext_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_ext_write()
394 conf1_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_write()
H A Ddump.c20 byte data[1];
146 dump_read(struct pci_dev *d, int pos, byte *buf, int len) in dump_read()
165 dump_write(struct pci_dev *d UNUSED, int pos UNUSED, byte *buf UNUSED, int len UNUSED) in dump_write()
H A Daix-device.c203 byte busmap[256]; in aix_scan()
217 aix_read(struct pci_dev *d, int pos, byte *buf, int len) in aix_read()
239 aix_write(struct pci_dev *d, int pos, byte *buf, int len) in aix_write()
H A Dnames.h18 byte cat;
19 byte src;
H A Dnbsd-libpci.c68 nbsd_read(struct pci_dev *d, int pos, byte *buf, int len) in nbsd_read()
101 nbsd_write(struct pci_dev *d, int pos, byte *buf, int len) in nbsd_write()
H A Dsylixos-device.c65 sylixos_read(struct pci_dev *d, int pos, byte *buf, int len) in sylixos_read()
106 sylixos_write(struct pci_dev *d, int pos, byte *buf, int len) in sylixos_write()
H A Dobsd-device.c58 obsd_read(struct pci_dev *d, int pos, byte *buf, int len) in obsd_read()
104 obsd_write(struct pci_dev *d, int pos, byte *buf, int len) in obsd_write()
H A Ddarwin.c112 darwin_read(struct pci_dev *d, int pos, byte *buf, int len) in darwin_read()
156 darwin_write(struct pci_dev *d, int pos, byte *buf, int len) in darwin_write()
H A Drt-thread-smart-dm.c163 rt_thread_smart_dm_read(struct pci_dev *d, int pos, byte *buf, int len) in rt_thread_smart_dm_read()
182 rt_thread_smart_dm_write(struct pci_dev *d, int pos, byte *buf, int len) in rt_thread_smart_dm_write()
H A Dwin32-sysdbg.c246 win32_sysdbg_read(struct pci_dev *d, int pos, byte *buf, int len) in win32_sysdbg_read()
262 win32_sysdbg_write(struct pci_dev *d, int pos, byte *buf, int len) in win32_sysdbg_write()
H A Dproc.c169 proc_read(struct pci_dev *d, int pos, byte *buf, int len) in proc_read()
188 proc_write(struct pci_dev *d, int pos, byte *buf, int len) in proc_write()
H A Dsysfs.c543 static int sysfs_read(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_read()
561 static int sysfs_write(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_write()
582 static int sysfs_read_vpd(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_read_vpd()
H A Dhurd.c216 hurd_read(struct pci_dev *d, int pos, byte * buf, int len) in hurd_read()
250 hurd_write(struct pci_dev *d, int pos, byte * buf, int len) in hurd_write()
/pciutils/tests/
H A Dcap-vc-and-rcl2 Subsystem: Giga-byte Technology Device 1466
320 Capabilities: [90] Subsystem: Giga-byte Technology Device 1999
1479 Subsystem: Giga-byte Technology Device 1999
1505 Subsystem: Giga-byte Technology Device 1999
1531 Subsystem: Giga-byte Technology Device 1999
1557 Subsystem: Giga-byte Technology Device 1999
1583 Subsystem: Giga-byte Technology Device 1999
1639 Subsystem: Giga-byte Technology Device 1999
1662 Subsystem: Giga-byte Technology Device 1999
1694 Subsystem: Giga-byte Technology Device 1999
[all …]

12