Home
last modified time | relevance | path

Searched refs:ghpartsize (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.sbin/installboot/
Defi_installboot.c478 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findgptefisys() local
526 ghpartsize = letoh32(gh.gh_part_size); in findgptefisys()
527 ghpartspersec = dl->d_secsize / ghpartsize; in findgptefisys()
542 new_csum = crc32((unsigned char *)&gp, ghpartnum * ghpartsize); in findgptefisys()
Di386_installboot.c610 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findgptefisys() local
658 ghpartsize = letoh32(gh.gh_part_size); in findgptefisys()
659 ghpartspersec = dl->d_secsize / ghpartsize; in findgptefisys()
674 new_csum = crc32((unsigned char *)&gp, ghpartnum * ghpartsize); in findgptefisys()
/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defidev.c271 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findopenbsd_gpt() local
336 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
337 ghpartspersec = ed->blkio->Media->BlockSize / ghpartsize; in findopenbsd_gpt()
Dsoftraid_riscv64.c425 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findopenbsd_gpt() local
496 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
497 ghpartspersec = bv->sbv_secsize / ghpartsize; in findopenbsd_gpt()
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defidev.c271 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findopenbsd_gpt() local
336 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
337 ghpartspersec = ed->blkio->Media->BlockSize / ghpartsize; in findopenbsd_gpt()
/openbsd/src/sys/arch/amd64/stand/libsa/
Dsoftraid_amd64.c433 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findopenbsd_gpt() local
504 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
505 ghpartspersec = bv->sbv_secsize / ghpartsize; in findopenbsd_gpt()
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defidev.c271 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findopenbsd_gpt() local
336 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
337 ghpartspersec = ed->blkio->Media->BlockSize / ghpartsize; in findopenbsd_gpt()
Dsoftraid_arm64.c425 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findopenbsd_gpt() local
496 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
497 ghpartspersec = bv->sbv_secsize / ghpartsize; in findopenbsd_gpt()
/openbsd/src/sys/arch/amd64/stand/efiboot/
Defidev.c281 uint32_t ghsize, ghpartsize, ghpartnum, ghpartspersec; in findopenbsd_gpt() local
346 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
347 ghpartspersec = ed->blkio->Media->BlockSize / ghpartsize; in findopenbsd_gpt()