Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c21 static int opt_hex; /* Show contents of config space as hexadecimal numbers */ variable
981 if (opt_hex >= 3 && config_fetch(d, cnt, 256-cnt)) in show_hex_dump()
984 if (opt_hex >= 4 && config_fetch(d, 256, 4096-256)) in show_hex_dump()
1091 if (opt_hex) in show_device()
1093 if (verbose || opt_hex) in show_device()
1148 opt_hex++; in main()