Searched refs:present (Results 1 – 5 of 5) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 95 while (pos < d->config_bufsize && len && d->present[pos]) in config_fetch() 97 while (pos+len <= d->config_bufsize && len && d->present[pos+len-1]) in config_fetch() 108 d->present = xrealloc(d->present, d->config_bufsize); in config_fetch() 109 memset(d->present + orig_size, 0, d->config_bufsize - orig_size); in config_fetch() 114 memset(d->present + pos, 1, len); in config_fetch() 133 d->present = xmalloc(64); in scan_device() 134 memset(d->present, 1, 64); in scan_device() 139 memset(d->present, 0, 64); in scan_device() 174 if (!d->present[pos]) in check_conf_range()
|
| H A D | lspci.h | 47 byte *present; /* Maps which configuration bytes are present */ member
|
| H A D | ChangeLog | 157 the register is present in the particular header type. 1747 discontiguous numbering of functions. This is already present in the Linux 1780 * maint/*: Maintainer's utilities now reside here (present only in CVS, 1983 * lspci.c (show_terse): If prog-if is zero, but it's present in the
|
| H A D | COPYING | 239 be similar in spirit to the present version, but may differ in detail to
|
| H A D | pci.ids | 6017 0009 Remote Access Card III: BMC/SMIC device not present
|