Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dparams.c29 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 Dinternal.h61 char *help; member
135 struct pci_param *pci_define_param(struct pci_access *acc, char *param, char *val, char *help);
H A Di386-ports.c299 .help = "Raw I/O port access using Intel conf1 interface",
311 .help = "Raw I/O port access using Intel conf2 interface",
H A Dmmio-ports.c404 .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 Dnbsd-libpci.c147 .help = "NetBSD libpci",
H A Dsylixos-device.c148 .help = "SylixOS /proc/pci device",
H A Dobsd-device.c142 .help = "/dev/pci on OpenBSD",
H A Ddarwin.c201 .help = "Darwin",
H A Ddump.c183 .help = "Reading of register dumps (set the `dump.name' parameter)",
H A Daix-device.c264 .help = "AIX /dev/pci[0-n]",
H A Drt-thread-smart-dm.c212 .help = "RT-Thrad Smart /proc/pci device",
H A Daos-expansion.c225 .help = "The Expansion.library on AmigaOS 4.x",
H A Dwin32-sysdbg.c279 .help = "Win32 PCI config space access using NT SysDbg Bus Data interface",
H A Dpci.h125 char *help; /* Explanation of the parameter */ member
H A Dproc.c218 .help = "The proc file system on Linux",
H A Dhurd.c360 .help = "Hurd access using RPCs",
H A Dfbsd-device.c354 .help = "FreeBSD /dev/pci device",
H A Dsysfs.c610 .help = "The sys filesystem on Linux",
H A Dwin32-kldbg.c825 .help = "Win32 PCI config space access using Kernel Local Debugging Driver",
H A Decam.c1197 .help = "Raw memory mapped access using PCIe ECAM interface",
H A Dwin32-cfgmgr32.c1762 .help = "Win32 device listing via Configuration Manager",
/pciutils/
H A Dcommon.c88 printf("%-20s %s (%s)\n", p->param, p->help, p->value); in set_pci_option()
H A DChangeLog845 * 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.