sys/dev/pci/pci.c
1099
vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data)
sys/dev/pci/pci.c
1124
vpd_expectbyte(struct vpd_readstate *vrs, uint8_t expected)
sys/dev/pci/pci.c
1142
vpd_read_tag_size(struct vpd_readstate *vrs, uint8_t vpd_tag)
sys/dev/pci/pci.c
1178
vpd_read_elem_head(struct vpd_readstate *vrs, char keyword[2])
sys/dev/pci/pci.c
1194
vpd_read_value(struct vpd_readstate *vrs, int size)
sys/dev/pci/pci.c
1215
vpd_read_elem_data(struct vpd_readstate *vrs, char keyword[2], char **value, int maxlen)
sys/dev/pci/pci.c
1229
vpd_fixup_cksum(struct vpd_readstate *vrs, char *rvstring, int len)
sys/dev/pci/pci.c
1242
next_vpd_ro_elem(struct vpd_readstate *vrs, int maxsize)
sys/dev/pci/pci.c
1276
next_vpd_rw_elem(struct vpd_readstate *vrs, int maxsize)
sys/dev/pci/pci.c
1330
struct vpd_readstate vrs;