Searched refs:fields (Results 1 – 2 of 2) sorted by relevance
| /pciutils/lib/ |
| H A D | filter.c | 51 fields[i++] = str; in split_to_fields() 60 fields[i++] = NULL; in split_to_fields() 129 char *fields[3]; in pci_filter_parse_slot_v38() local 132 if (err = split_to_fields(str, buf, ':', fields, 3)) in pci_filter_parse_slot_v38() 136 if (fields[2]) in pci_filter_parse_slot_v38() 143 if (fields[i+1]) in pci_filter_parse_slot_v38() 145 if (!parse_hex_field(fields[i], &f->bus, NULL, 0xff)) in pci_filter_parse_slot_v38() 150 char *fdev = fields[i]; in pci_filter_parse_slot_v38() 173 char *fields[4]; in pci_filter_parse_id_v38() local 176 if (err = split_to_fields(str, buf, ':', fields, 4)) in pci_filter_parse_id_v38() [all …]
|
| /pciutils/ |
| H A D | ChangeLog | 35 * Decode more fields in PCIe AER capability. 114 * Internal: The "aux" fields of structs pci_access and pci_dev 191 * pci_fill_info() can fetch more fields: bridge bases, programming 244 to it. Most importantly, pci_dev->known_fields shows all fields requested 556 * Decode PCIe Gen 3 speeds and link status fields. 1069 if the fields printed contain quotes or backslashes. 2104 now returns a bitmask of what fields were really read. 2377 full description of all header fields supported by the chip.
|