Home
last modified time | relevance | path

Searched refs:gpt_chk_mbr (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defidev.c57 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
153 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
412 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel()
Dsoftraid_riscv64.c38 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
393 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
545 if (gpt_chk_mbr(mbr.dmbr_parts, bv->sbv_size / in sr_getdisklabel()
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defidev.c57 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
153 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
412 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel()
/openbsd/src/sys/arch/amd64/stand/libsa/
Dsoftraid_amd64.c35 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
401 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
553 if (gpt_chk_mbr(mbr.dmbr_parts, bv->sbv_size / in sr_getdisklabel()
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defidev.c57 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
153 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
412 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel()
Dsoftraid_arm64.c38 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
393 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
545 if (gpt_chk_mbr(mbr.dmbr_parts, bv->sbv_size / in sr_getdisklabel()
/openbsd/src/sys/arch/amd64/stand/efiboot/
Defidev.c69 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
163 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
422 if (gpt_chk_mbr(dosparts, ed->blkio->Media->LastBlock + 1) == 0) { in efi_getdisklabel()
/openbsd/src/usr.sbin/installboot/
Defi_installboot.c440 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
492 if (gpt_chk_mbr(dp, DL_GETDSIZE(dl))) { in findgptefisys()
Di386_installboot.c94 static int gpt_chk_mbr(struct dos_partition *, u_int64_t);
572 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
624 if (gpt_chk_mbr(dp, DL_GETDSIZE(dl))) { in findgptefisys()
/openbsd/src/sbin/fdisk/
Dgpt.c58 int gpt_chk_mbr(struct dos_partition *, uint64_t);
94 gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) in gpt_chk_mbr() function
138 return gpt_chk_mbr(dp, DL_GETDSIZE(&dl)); in protective_mbr()
/openbsd/src/sys/kern/
Dsubr_disk.c111 int gpt_chk_mbr(struct dos_partition *, uint64_t);
433 gpt_chk_mbr(struct dos_partition *dp, uint64_t dsize) in gpt_chk_mbr() function
616 gpt_chk_mbr(dp, DL_GETDSIZE(lp)) == -1) in spoofgpt()