Searched refs:RAW_PART (Results 1 – 16 of 16) sorted by relevance
306 if (i == RAW_PART) in fixlabel()535 if (lba != 0 && lab.d_partitions[RAW_PART].p_offset == lba) { in readlabel()639 if (i == RAW_PART) { in display()1216 if (i == RAW_PART) { in checklabel()1270 if (i != RAW_PART) in checklabel()1282 if (!part_set[i] || i == RAW_PART || in checklabel()1331 if (!part_set[i] || i == RAW_PART) in checklabel()1343 if (!part_set[i] || i == RAW_PART) in checklabel()1375 if (i == RAW_PART) { in checklabel()1384 seen_default_offset && i != RAW_PART && in checklabel()[all …]
104 dp = &d->d_partitions[RAW_PART]; in bsd_write()107 n = part->index + ((part->index >= RAW_PART) ? 1 : 0); in bsd_write()
234 baseentry = g_part_new_entry(basetable, RAW_PART + 1, in g_part_bsd_create()317 if (baseentry->gpe_index != RAW_PART + 1) in bsd_set_rawsize()441 table->offset = le32dec(buf + 148 + RAW_PART * 16 + 4); in g_part_bsd_read()461 if (index == RAW_PART) in g_part_bsd_read()
350 baseentry = g_part_new_entry(basetable, RAW_PART + 1, 0, 0); in g_part_bsd64_create()545 if (index == RAW_PART) { in g_part_bsd64_read()566 if (index == RAW_PART) in g_part_bsd64_read()646 if (index == RAW_PART) in g_part_bsd64_write()
389 swap32(d->d_partitions[RAW_PART].p_offset)); in dskread()391 dsk_start -= swap32(d->d_partitions[RAW_PART].p_offset); in dskread()
69 #define RAW_PART 2 /* partition containing whole disk */ macro
641 if (dsk.part != RAW_PART) { in dskread()657 dsk.start -= le32toh(d->d_partitions[RAW_PART].p_offset); in dskread()
540 if (dsk.part != RAW_PART) { in dskread()556 dsk.start -= d->d_partitions[RAW_PART].p_offset; in dskread()
678 if (dsk.part != RAW_PART) { in dskread()689 dsk.start -= d->d_partitions[RAW_PART].p_offset; in dskread()
323 dsk_start -= d->d_partitions[RAW_PART].p_offset; in dskread()
477 raw_offset = le32toh(part[RAW_PART].p_offset); in ptable_bsdread()479 if (i == RAW_PART) in ptable_bsdread()
361 pp = &lp->d_partitions[RAW_PART]; in main()
189 sprintf(dev, _PATH_DEV "%s%c", dk, 'a'+RAW_PART); in ATF_TC_BODY()
131 rawoffset = (off_t)dl.d_partitions[RAW_PART].p_offset * dl.d_secsize; in g_bsd_modify()
624 lp->d_partitions[RAW_PART].p_offset + in bd_open_pc98()
77 #define RAW_PART 2 macro