Searched refs:h (Results 1 – 16 of 16) sorted by relevance
| /pciutils/lib/ |
| H A D | Makefile | 7 INCL=internal.h pci.h config.h header.h sysdep.h types.h 149 …s.h i386-io-beos.h i386-io-cygwin.h i386-io-djgpp.h i386-io-haiku.h i386-io-hurd.h i386-io-linux.h… 150 mmio-ports.o: mmio-ports.c $(INCL) physmem.h physmem-access.h 151 ecam.o: ecam.c $(INCL) physmem.h physmem-access.h 161 names.o: names.c $(INCL) names.h 162 names-cache.o: names-cache.c $(INCL) names.h 163 names-hash.o: names-hash.c $(INCL) names.h 164 names-net.o: names-net.c $(INCL) names.h 165 names-parse.o: names-parse.c $(INCL) names.h 166 names-hwdb.o: names-hwdb.c $(INCL) names.h [all …]
|
| H A D | names-hash.c | 57 unsigned int h; in id_hash() local 59 h = id12 ^ (id34 << 3) ^ (cat << 5); in id_hash() 60 return h % HASH_SIZE; in id_hash() 68 unsigned int h = id_hash(cat, id12, id34); in pci_id_insert() local 69 struct id_entry *n = a->id_hash ? a->id_hash[h] : NULL; in pci_id_insert() 82 n->next = a->id_hash[h]; in pci_id_insert() 83 a->id_hash[h] = n; in pci_id_insert()
|
| H A D | names-cache.c | 177 unsigned int h; in pci_id_cache_flush() local 209 for (h=0; h<HASH_SIZE; h++) in pci_id_cache_flush() 210 for (e=a->id_hash[h]; e; e=e->next) in pci_id_cache_flush() 218 for (e2=a->id_hash[h]; e2 != e; e2=e2->next) in pci_id_cache_flush()
|
| H A D | configure | 55 c=config.h 261 if [ -f "$SYSINCLUDE/zlib.h" -o -f /usr/local/include/zlib.h ] ; then
|
| H A D | .gitignore | 1 config.h
|
| H A D | winrsrc.rc.in | 1 #include <windows.h>
|
| /pciutils/ |
| H A D | Makefile | 65 PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h 66 PCIINC_INS=lib/config.h lib/header.h lib/pci.h lib/types.h 68 UTILINC=pciutils.h bitops.h $(PCIINC) 72 LMRINC=lmr/lmr.h $(UTILINC) 83 lib/config.h lib/config.mk: 88 PCIINC+=compat/getopt.h 95 LSPCIINC=lspci.h $(UTILINC)
|
| H A D | ChangeLog | 870 * lib/types.h: We use the integer types from <stdint.h> if the 1360 * lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are 1375 * lib/sysdep.h, lib/types.h: Updates of the Windows port from 1385 * pciutils.h: Include lib/sysdep.h and move NONRET et al. there. 1390 * Moved system-dependent stuff from lib/internal.h to lib/sysdep.h, 1392 from lib/pci.h to lib/types.h. 1486 * lib/internal.h: <sys/param.h> required on Windows for endianity 1594 * pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h: 1891 * pciutils.h, lib/internal.h: Redefine __attribute__ and inline 2260 * lib/internal.h: New bytesex macros using <asm/byteorder.h> [all …]
|
| H A D | bitops.h | 16 #error Import only from pci.h 27 #define MASK(h, l) ((((u64)1 << ((h) + 1)) - 1) & ~(((u64)1 << (l)) - 1)) argument
|
| H A D | lspci.c | 234 struct device **index, **h, **last_dev; in sort_them() local 241 h = index = alloca(sizeof(struct device *) * cnt); in sort_them() 243 *h++ = d; in sort_them() 246 h = index; in sort_them() 249 *last_dev = *h; in sort_them() 250 last_dev = &(*h)->next; in sort_them() 251 h++; in sort_them()
|
| H A D | pci.ids | 5210 1460 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 5211 1461 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 5212 1462 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 5213 1463 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 5214 1464 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 5215 1465 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 5216 1466 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 5217 1467 Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 5276 14b6 Family 17h-19h IOMMU 5278 14b8 Family 17h-19h PCIe GPP Bridge [all …]
|
| H A D | README.Windows | 66 as an alias for the latest symbol version, which matches function name in pci.h
|
| H A D | ls-ecaps.c | 428 u32 h; in cap_sriov() local 440 h = get_conf_long(d, where + PCI_IOV_BAR_BASE + (i*4)); in cap_sriov() 441 printf("%08x", h); in cap_sriov()
|
| H A D | README | 139 library in your programs, please follow the comments in lib/pci.h and in
|
| /pciutils/maint/ |
| H A D | README | 7 Check version numbers in Makefile and lib/pci.h.
|
| /pciutils/tests/ |
| H A D | cap-ht | 45 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
|