Home
last modified time | relevance | path

Searched refs:MBR_read (Results 1 – 5 of 5) sorted by relevance

/openbsd/sbin/fdisk/
H A Duser.c73 if (MBR_read(lba_self, lba_firstembr, &mbr)) in USER_edit()
125 if (MBR_read(lba_self, lba_firstembr, &mbr)) in USER_print_disk()
H A Dmbr.h32 int MBR_read(const uint64_t, const uint64_t, struct mbr *);
H A Dfdisk.c192 if (MBR_read(0, 0, &mbr)) in main()
H A Dmbr.c167 MBR_read(const uint64_t lba_self, const uint64_t lba_firstembr, struct mbr *mbr) in MBR_read() function
H A Dgpt.c314 error = MBR_read(0, 0, &gmbr); in GPT_read()