Lines Matching defs:vpd_readstate
1061 struct vpd_readstate {
1072 vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data)
1097 vpd_expectbyte(struct vpd_readstate *vrs, uint8_t expected)
1115 vpd_read_tag_size(struct vpd_readstate *vrs, uint8_t vpd_tag)
1151 vpd_read_elem_head(struct vpd_readstate *vrs, char keyword[2])
1167 vpd_read_value(struct vpd_readstate *vrs, int size)
1188 vpd_read_elem_data(struct vpd_readstate *vrs, char keyword[2], char **value, int maxlen)
1202 vpd_fixup_cksum(struct vpd_readstate *vrs, char *rvstring, int len)
1215 next_vpd_ro_elem(struct vpd_readstate *vrs, int maxsize)
1249 next_vpd_rw_elem(struct vpd_readstate *vrs, int maxsize)
1303 struct vpd_readstate vrs;