Searched refs:help (Results 1 – 23 of 23) sorted by relevance
| /pciutils/lib/ |
| H A D | params.c | 29 pci_define_param(struct pci_access *acc, char *param, char *value, char *help) in pci_define_param() argument 38 if (strcmp(p->value, value) || strcmp(p->help, help)) in pci_define_param() 52 p->help = help; in pci_define_param()
|
| H A D | internal.h | 61 char *help; member 135 struct pci_param *pci_define_param(struct pci_access *acc, char *param, char *val, char *help);
|
| H A D | i386-ports.c | 299 .help = "Raw I/O port access using Intel conf1 interface", 311 .help = "Raw I/O port access using Intel conf2 interface",
|
| H A D | mmio-ports.c | 404 .help = "Raw memory mapped I/O port access using Intel conf1 interface", 417 .help = "Raw memory mapped I/O port access using Intel conf1 extended interface",
|
| H A D | nbsd-libpci.c | 147 .help = "NetBSD libpci",
|
| H A D | sylixos-device.c | 148 .help = "SylixOS /proc/pci device",
|
| H A D | obsd-device.c | 142 .help = "/dev/pci on OpenBSD",
|
| H A D | darwin.c | 201 .help = "Darwin",
|
| H A D | dump.c | 183 .help = "Reading of register dumps (set the `dump.name' parameter)",
|
| H A D | aix-device.c | 264 .help = "AIX /dev/pci[0-n]",
|
| H A D | rt-thread-smart-dm.c | 212 .help = "RT-Thrad Smart /proc/pci device",
|
| H A D | aos-expansion.c | 225 .help = "The Expansion.library on AmigaOS 4.x",
|
| H A D | win32-sysdbg.c | 279 .help = "Win32 PCI config space access using NT SysDbg Bus Data interface",
|
| H A D | pci.h | 125 char *help; /* Explanation of the parameter */ member
|
| H A D | proc.c | 218 .help = "The proc file system on Linux",
|
| H A D | hurd.c | 360 .help = "Hurd access using RPCs",
|
| H A D | fbsd-device.c | 354 .help = "FreeBSD /dev/pci device",
|
| H A D | sysfs.c | 610 .help = "The sys filesystem on Linux",
|
| H A D | win32-kldbg.c | 825 .help = "Win32 PCI config space access using Kernel Local Debugging Driver",
|
| H A D | ecam.c | 1197 .help = "Raw memory mapped access using PCIe ECAM interface",
|
| H A D | win32-cfgmgr32.c | 1762 .help = "Win32 device listing via Configuration Manager",
|
| /pciutils/ |
| H A D | common.c | 88 printf("%-20s %s (%s)\n", p->param, p->help, p->value); in set_pci_option()
|
| H A D | ChangeLog | 845 * Access methods now also have sensible names and help texts and it 856 * Man pages and help texts have been updated. A new man page `pcilib(7)' 906 for help. 1764 * lspci.c: Mention "-xxx" in the help.
|