Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Ddisklabel.h126 u_int16_t p_sizeh; /* number of sectors (high part) */ member
157 #define DL_GETPSIZE(p) (((u_int64_t)(p)->p_sizeh << 32) + (p)->p_size)
160 (p)->p_sizeh = __x >> 32; \
/openbsd/src/sys/kern/
Dsubr_disk.c248 pp->p_sizeh = swap16(pp->p_sizeh); in checkdisklabel()
282 pp->p_sizeh = 0; in checkdisklabel()