Searched refs:gpt_get_hdr (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/kern/ |
H A D | subr_disk.c | 112 int gpt_get_hdr(struct buf *, void (*)(struct buf *), struct disklabel *, 461 gpt_get_hdr(struct buf *bp, void (*strat)(struct buf *), struct disklabel *lp, in gpt_get_hdr() function 619 error = gpt_get_hdr(bp, strat, lp, GPTSECTOR, &gh); in spoofgpt() 624 error = gpt_get_hdr(bp, strat, lp, DL_GETDSIZE(lp) - 1, &gh); in spoofgpt()
|