40 *ver = nv_ro08(bios, data + 0);
41 *hdr = nv_ro08(bios, data + 1);
42 *len = nv_ro08(bios, data + 2);
43 *cnt = nv_ro08(bios, data + 3);
57 if (table && idx < cnt)
58 return nv_ro16(bios, table + hdr + (idx * *len));
68 while ((data =
dp_outp(bios, idx++, ver, len)) != 0xffff) {
71 if (dcb_hash_match(outp, hash))