Searched refs:vpd_readstate (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/pci/ |
| H A D | pci.c | 1088 struct vpd_readstate { struct 1099 vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data) in vpd_nextbyte() argument 1124 vpd_expectbyte(struct vpd_readstate *vrs, uint8_t expected) in vpd_expectbyte() 1142 vpd_read_tag_size(struct vpd_readstate *vrs, uint8_t vpd_tag) in vpd_read_tag_size() 1178 vpd_read_elem_head(struct vpd_readstate *vrs, char keyword[2]) in vpd_read_elem_head() 1194 vpd_read_value(struct vpd_readstate *vrs, int size) in vpd_read_value() 1215 vpd_read_elem_data(struct vpd_readstate *vrs, char keyword[2], char **value, int maxlen) in vpd_read_elem_data() 1229 vpd_fixup_cksum(struct vpd_readstate *vrs, char *rvstring, int len) in vpd_fixup_cksum() 1242 next_vpd_ro_elem(struct vpd_readstate *vrs, int maxsize) in next_vpd_ro_elem() 1276 next_vpd_rw_elem(struct vpd_readstate *vrs, int maxsize) in next_vpd_rw_elem() [all …]
|