Home | History | Annotate | Download | only in altboot

Lines Matching refs:iobuf

132 		drive_ident(d, l->iobuf);
133 decode_dlabel(d, l->iobuf);
233 p = (uint16_t *)l->iobuf;
305 decode_dlabel(struct disk *d, char *iobuf)
313 (*d->lba_read)(d, 0, 1, iobuf);
314 if (bswap16(*(uint16_t *)(iobuf + MBR_MAGIC_OFFSET)) != MBR_MAGIC)
316 mp = (struct mbr_partition *)(iobuf + MBR_PART_OFFSET);
326 (*d->lba_read)(d, first + LABELSECTOR, 1, iobuf);
327 dlp = search_dmagic(iobuf);
335 (*d->lba_read)(d, rf_offset + LABELSECTOR, 1, iobuf);
336 dlp = search_dmagic(iobuf);