Searched refs:gpt_chk_mbr (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | efidev.c | 57 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()
|
| D | softraid_riscv64.c | 38 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/ |
| D | efidev.c | 57 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/ |
| D | softraid_amd64.c | 35 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/ |
| D | efidev.c | 57 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()
|
| D | softraid_arm64.c | 38 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/ |
| D | efidev.c | 69 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/ |
| D | efi_installboot.c | 440 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()
|
| D | i386_installboot.c | 94 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/ |
| D | gpt.c | 58 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/ |
| D | subr_disk.c | 111 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()
|