Searched refs:vpd_nextbyte (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/pci/
H A Dpci.c1072 vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data) function
1101 if (vpd_nextbyte(vrs, &data) != 0)
1125 if (vpd_nextbyte(vrs, &byte1) != 0)
1127 if (vpd_nextbyte(vrs, &byte2) != 0)
1155 if (vpd_nextbyte(vrs, &keyword[0]) != 0)
1157 if (vpd_nextbyte(vrs, &keyword[1]) != 0)
1159 if (vpd_nextbyte(vrs, &data) != 0)
1175 if (vpd_nextbyte(vrs, &char1) != 0) {

Completed in 174 milliseconds