Home
last modified time | relevance | path

Searched refs:options (Results 1 – 5 of 5) sorted by relevance

/pciutils/lib/
H A Ddarwin.c68 UInt32 options; member
123 param.options = 0; in darwin_read()
167 param.options = 0; in darwin_write()
/pciutils/compat/
H A Dgetopt.c640 int getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options… in getopt_long() argument
642 return _getopt_internal(argc, argv, options, long_options, opt_index, 0); in getopt_long()
/pciutils/
H A DChangeLog154 * The tree mode of lspci is now compatible with filtering options.
835 cache of resolved entries has been added. See the `-q' and `-Q' options
840 has been added to lspci and setpci to allow setting of these options.
857 has been added and description of library options has been moved there.
877 * lspci.c, setpci.c: Cleaned up the list of options.
939 all options except verbose to opt_*.
2272 * common.c: pcilib options are now all uppercase. Also moved
2286 here. This includes parsing of libpci-related options.
2442 * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
H A Dlspci.c36 static char options[] = "nvbxs:d:tPi:mgp:qkMDQ" GENERIC_OPTIONS ; variable
1125 while ((i = getopt(argc, argv, options)) != -1) in main()
H A DREADME70 There are several options which can be set in the Makefile or overridden