Searched refs:m (Results 1 – 7 of 7) sorted by relevance
| /pciutils/lib/ |
| H A D | configure | 56 m=config.mk 60 echo >$m 'WITH_LIBS=' 146 echo >>$m 'CFLAGS=-g' 161 echo >>$m 'WITH_LIBS+=-lpci' 236 echo >>$m 'CC=gcc' 251 echo >>$m "LIBEXT="$LIBEXT 252 echo >>$m "EXEEXT="$EXEEXT 271 echo >>$m 'LIBZ=-lz' 341 echo >>$m 'LIBUDEV=-ludev' 350 echo >>$m 'LIB_LDLIBS=' [all …]
|
| H A D | init.c | 504 struct pci_methods *m = pci_methods[probe_sequence[i]]; in pci_init_internal() local 505 if (!m) in pci_init_internal() 509 a->debug("Trying method %s...", m->name); in pci_init_internal() 510 if (m->detect(a)) in pci_init_internal() 513 a->methods = m; in pci_init_internal()
|
| H A D | i386-ports.c | 78 intel_sanity_check(struct pci_access *a, struct pci_methods *m) in intel_sanity_check() argument 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()
|
| H A D | win32-cfgmgr32.c | 1731 int m = pci_lookup_method(cfgmethod); in win32_cfgmgr32_init() local 1732 if (m < 0) in win32_cfgmgr32_init() 1735 acfg->method = m; in win32_cfgmgr32_init()
|
| /pciutils/maint/ |
| H A D | release.pm | 27 "DATE" => `date '+%Y-%m-%d' | tr -d '\n'`, 28 "LSMDATE" => `date '+%y%m%d' | tr -d '\n'`,
|
| /pciutils/ |
| H A D | ChangeLog | 1068 * lspci.c (show_machine): In the `-m' mode, do proper shell escaping 1194 in -m mode. 1215 * lspci.man: Added a warning on -m being the only format, which is 2082 layout of htype2, so I'm a bit unsure about it wrt capabilities 2462 * lspci.c: Added a "-m" switch for dumping machine-readable
|
| H A D | pci.ids | 7072 1028 018d Inspiron 700m/710m 7262 1028 018d Inspiron 700m/710m 7264 1028 018d Inspiron 700m/710m 21386 1028 018d Inspiron 700m/710m 33268 1028 018d Inspiron 700m/710m 33295 1028 018d Inspiron 700m/710m 33318 1028 018d Inspiron 700m/710m 33388 1028 018d Inspiron 700m/710m 33410 1028 018d Inspiron 700m/710m 33446 1028 018d Inspiron 700m/710m [all …]
|