Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 4 of 4) sorted by relevance

/pciutils/
H A Dpcilmr.c26 bool flag = true; in scan_links() local
41 flag = false; in scan_links()
45 if (flag) in scan_links()
83 = { { .name = "margin", .has_arg = no_argument, .flag = NULL, .val = 0 }, in main()
84 { .name = "scan", .has_arg = no_argument, .flag = NULL, .val = 1 }, in main()
85 { .name = "full", .has_arg = no_argument, .flag = NULL, .val = 2 }, in main()
H A DChangeLog367 * "Slot Implemented" flag is decoded for PCI/PCI-X to PCIe bridges.
707 it is marked as [virtual] in lspci), the [disabled] flag is
990 somewhat illogically uses the binary flag for the compressed file
2073 are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
2195 * lspci.c: Replaced numerous occurrences of (x & flag) ? '+' : '-'
2229 * lspci.c (show_verbose): Display `Cap' flag in device status.
/pciutils/compat/
H A Dgetopt.c531 if (pfound->flag) { in _getopt_internal()
532 *(pfound->flag) = pfound->val; in _getopt_internal()
H A Dgetopt.h87 int *flag; member