Searched refs:vpd_readstate (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci.c | 1073 struct vpd_readstate { struct 1084 vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data) in vpd_nextbyte() argument 1109 vpd_expectbyte(struct vpd_readstate *vrs, uint8_t expected) in vpd_expectbyte() 1127 vpd_read_tag_size(struct vpd_readstate *vrs, uint8_t vpd_tag) in vpd_read_tag_size() 1163 vpd_read_elem_head(struct vpd_readstate *vrs, char keyword[2]) in vpd_read_elem_head() 1179 vpd_read_value(struct vpd_readstate *vrs, int size) in vpd_read_value() 1200 vpd_read_elem_data(struct vpd_readstate *vrs, char keyword[2], char **value, int maxlen) in vpd_read_elem_data() 1214 vpd_fixup_cksum(struct vpd_readstate *vrs, char *rvstring, int len) in vpd_fixup_cksum() 1227 next_vpd_ro_elem(struct vpd_readstate *vrs, int maxsize) in next_vpd_ro_elem() 1261 next_vpd_rw_elem(struct vpd_readstate *vrs, int maxsize) in next_vpd_rw_elem() [all …]
|