Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dcaps.c37 byte been_there[256]; in pci_scan_trad_caps() local
43 memset(been_there, 0, 256); in pci_scan_trad_caps()
49 if (been_there[where]++) in pci_scan_trad_caps()
61 byte been_there[0x1000]; in pci_scan_ext_caps() local
67 memset(been_there, 0, 0x1000); in pci_scan_ext_caps()
77 if (been_there[where]++) in pci_scan_ext_caps()
/pciutils/
H A Dls-caps.c1814 byte been_there[256]; in show_caps() local
1816 memset(been_there, 0, 256); in show_caps()
1830 if (been_there[where]++) in show_caps()
H A Dls-ecaps.c1917 char been_there[0x1000]; in show_ext_caps() local
1918 memset(been_there, 0, 0x1000); in show_ext_caps()
1935 if (been_there[where]++) in show_ext_caps()