Home
last modified time | relevance | path

Searched refs:gh_rsvd (Results 1 – 2 of 2) sorted by relevance

/openbsd/sbin/fdisk/
H A Dgpt.c256 gh.gh_rsvd = letoh32(legh.gh_rsvd); /* Should always be 0. */ in get_header()
382 printf("gh_rsvd : %u\n", gh.gh_rsvd); in GPT_print()
583 gh.gh_rsvd = 0; in init_gh()
707 legh.gh_rsvd = 0; in GPT_write()
/openbsd/sys/sys/
H A Ddisklabel.h360 u_int32_t gh_rsvd; /* always zero */ member