Searched refs:gpe_index (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/geom/part/ |
| HD | g_part.c | 293 "LBA: %jd < %jd\n", e1->gpe_index, in g_part_check_integrity() 300 "LBA: %jd > %jd\n", e1->gpe_index, in g_part_check_integrity() 307 "offset: %jd < %jd\n", e1->gpe_index, in g_part_check_integrity() 314 "LBA: %jd > %jd\n", e1->gpe_index, in g_part_check_integrity() 325 "bytes\n", e1->gpe_index, pp->stripesize); in g_part_check_integrity() 338 e1->gpe_index, e2->gpe_index, in g_part_check_integrity() 339 e2->gpe_index, (intmax_t)e2->gpe_start, in g_part_check_integrity() 340 e1->gpe_index, (intmax_t)e1->gpe_start, in g_part_check_integrity() 341 e2->gpe_index, (intmax_t)e2->gpe_end); in g_part_check_integrity() 349 e1->gpe_index, e2->gpe_index, in g_part_check_integrity() [all …]
|
| HD | g_part_vtoc8.c | 180 index = entry->gpe_index - 1; in g_part_vtoc8_add() 274 be16dec(&table->vtoc.part[entry->gpe_index - 1].tag)); in g_part_vtoc8_dumpconf() 292 tag = be16dec(&table->vtoc.part[entry->gpe_index - 1].tag); in g_part_vtoc8_dumpto() 314 be16enc(&table->vtoc.part[entry->gpe_index - 1].tag, tag); in g_part_vtoc8_modify() 347 if (baseentry->gpe_index == VTOC_RAW_PART + 1) { in vtoc8_set_rawsize() 377 be32enc(&table->vtoc.map[entry->gpe_index - 1].nblks, size); in g_part_vtoc8_resize() 387 snprintf(buf, bufsz, "%c", 'a' + baseentry->gpe_index - 1); in g_part_vtoc8_name() 548 tag = be16dec(&table->vtoc.part[entry->gpe_index - 1].tag); in g_part_vtoc8_type() 577 match = (entry != NULL && index == entry->gpe_index - 1) in g_part_vtoc8_write()
|
| HD | g_part_apm.c | 237 if (baseentry->gpe_index >= table->self.ent_pmblkcnt) in g_part_apm_add() 238 table->self.ent_pmblkcnt = baseentry->gpe_index + 1; in g_part_apm_add() 241 KASSERT(table->self.ent_size > baseentry->gpe_index, in g_part_apm_add() 383 snprintf(buf, bufsz, "s%d", baseentry->gpe_index + 1); in g_part_apm_name() 563 entry = (baseentry != NULL && index == baseentry->gpe_index) in g_part_apm_write()
|
| HD | g_part_bsd.c | 317 if (baseentry->gpe_index != RAW_PART + 1) in bsd_set_rawsize() 350 snprintf(buf, bufsz, "%c", 'a' + baseentry->gpe_index - 1); in g_part_bsd_name() 514 entry = (baseentry != NULL && index == baseentry->gpe_index) in g_part_bsd_write()
|
| HD | g_part.h | 111 int gpe_index; member
|
| HD | g_part_gpt.c | 343 index = baseentry->gpe_index - 1; in gpt_update_bootcamp() 781 snprintf(buf, bufsz, "%c%d", c, baseentry->gpe_index); in g_part_gpt_name() 1022 if (baseentry->gpe_index > NDOSPART) in g_part_gpt_setunset() 1026 p[0] = (i == baseentry->gpe_index - 1) in g_part_gpt_setunset() 1137 index = baseentry->gpe_index - 1; in g_part_gpt_write()
|
| HD | g_part_mbr.c | 388 snprintf(buf, bufsz, "s%d", baseentry->gpe_index); in g_part_mbr_name() 585 entry = (baseentry != NULL && index == baseentry->gpe_index) in g_part_mbr_write()
|
| HD | g_part_bsd64.c | 465 snprintf(buf, bufsz, "%c", 'a' + baseentry->gpe_index - 1); in g_part_bsd64_name() 644 index = baseentry->gpe_index - 1; in g_part_bsd64_write()
|
| HD | g_part_ebr.c | 264 baseentry->gpe_index = (start / basetable->gpt_sectors) + 1; in g_part_ebr_add() 409 snprintf(buf, bufsz, "+%08u", entry->gpe_index); in g_part_ebr_name()
|
| HD | g_part_pc98.c | 384 snprintf(buf, bufsz, "s%d", baseentry->gpe_index); in g_part_pc98_name() 586 entry = (baseentry != NULL && index == baseentry->gpe_index) in g_part_pc98_write()
|
| HD | g_part_ldm.c | 567 e->gpe_pp->name, e->gpe_index); in ldm_gpt_check() 1211 snprintf(buf, bufsz, "s%d", baseentry->gpe_index); in g_part_ldm_name()
|